Change in ffilz/nfs-ganesha[next]: GTest - Add a readdir() correctness test
by GerritHub
From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/420072
Change subject: GTest - Add a readdir() correctness test
......................................................................
GTest - Add a readdir() correctness test
This test verifies that all the dirents are returned exactly once. It
is much slower, so it isn't suitable for latency testing.
Change-Id: I7913bad5cb0ecc66c38dc25af19df0da61dfd160
Signed-off-by: Daniel Gryniewicz <dang(a)fprintf.net>
---
M src/gtest/fsal_api/CMakeLists.txt
A src/gtest/fsal_api/test_readdir_correctness.cc
2 files changed, 326 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/72/420072/1
--
To view, visit https://review.gerrithub.io/420072
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7913bad5cb0ecc66c38dc25af19df0da61dfd160
Gerrit-Change-Number: 420072
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: GTest - Allow directory for create_many
by GerritHub
From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/420071
Change subject: GTest - Allow directory for create_many
......................................................................
GTest - Allow directory for create_many
Change-Id: I62555d8ae339398865f56f8414accdb383097c2a
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/gtest/fsal_api/test_readdir_latency.cc
M src/gtest/gtest.hh
2 files changed, 15 insertions(+), 7 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/71/420071/1
--
To view, visit https://review.gerrithub.io/420071
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I62555d8ae339398865f56f8414accdb383097c2a
Gerrit-Change-Number: 420071
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: CMake - gtests need some Boost
by GerritHub
From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/420070
Change subject: CMake - gtests need some Boost
......................................................................
CMake - gtests need some Boost
Change-Id: Ie28c0fe5967dd55c922bbaaf481bf84518393d5e
Signed-off-by: Daniel Gryniewicz <dang(a)fprintf.net>
---
M src/CMakeLists.txt
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/70/420070/1
--
To view, visit https://review.gerrithub.io/420070
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie28c0fe5967dd55c922bbaaf481bf84518393d5e
Gerrit-Change-Number: 420070
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: CMake - Fix FindLTTng.cmake
by GerritHub
From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/420069
Change subject: CMake - Fix FindLTTng.cmake
......................................................................
CMake - Fix FindLTTng.cmake
Fix FindLTTng cmake module so that it properly fails if any LTTng deps
are missing.
Change-Id: I0e239df2c457e0e5b6bf09615e75783e47fe9425
Signed-off-by: Daniel Gryniewicz <dang(a)fprintf.net>
---
M src/CMakeLists.txt
M src/cmake/modules/FindLTTng.cmake
2 files changed, 13 insertions(+), 6 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/69/420069/1
--
To view, visit https://review.gerrithub.io/420069
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e239df2c457e0e5b6bf09615e75783e47fe9425
Gerrit-Change-Number: 420069
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: Revert dirent accounting
by GerritHub
From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/420068
Change subject: Revert dirent accounting
......................................................................
Revert dirent accounting
c7c336e1cd2495ec5ffbb0dac7de31ac5711c077 changed dirent accounting to
track the number of dirents. However, with 128 dirents / chunk, and
with chunks in the LRU, it could happen that a readdir reaped chunks
from that readdir. This change is still desirable, but needs to be
reworked with protection for in-use chunks.
Change-Id: I6b3110767e566bb13ebef39896857d71a9583e17
Signed-off-by: Daniel Gryniewicz <dang(a)fprintf.net>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_avl.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_ext.h
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.h
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_read_conf.c
6 files changed, 47 insertions(+), 288 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/68/420068/1
--
To view, visit https://review.gerrithub.io/420068
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b3110767e566bb13ebef39896857d71a9583e17
Gerrit-Change-Number: 420068
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
6 years, 5 months
fattr4_owner always has localdomain as domain
by ntvietvn@gmail.com
Hello,
Has anyone seen this issue? Even though I already set the Domain = mydomain in /etc/idmapd.conf, it seems that the idmapping process always takes localdomain. My configuration is:
+ a host machine
+ a docker container within which I have a folder mounted to the ganesha server
When id mapping involves, it seems that the mapping always use the uid of the host machine and the default domain name (localdomain). I even made a test by setting exactly the same /etc/idmapd.conf for host and container but it does not change.
Thank you
6 years, 5 months
Newbie question/ help
by Imam Toufique
Hi,
I am not sure whether my previous questions got posted in this mail list. I
was hope to get some help on understanding where to get libzfswrap. I could
not find it in the 2.6 clone contrib. Also if there are rpms available for
CentOS 7 that would save me some time as well. I am trying to setup an nfs
server with ZFS support. Any quick how-to guide would be very helpful too.
Thanks
--
Regards,
*Imam Toufique*
*213-700-5485*
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: Fix bad setattr valid_mask checking in nfs3_setattr
by GerritHub
From Kinglong Mee <kinglongmee(a)gmail.com>:
Kinglong Mee has uploaded this change for review. ( https://review.gerrithub.io/419985
Change subject: Fix bad setattr valid_mask checking in nfs3_setattr
......................................................................
Fix bad setattr valid_mask checking in nfs3_setattr
The ATTR_SPACEUSED flag is removed from setattr at commit 5a378c5dc52
("NFSv3 SETATTR should NOT set ATTR_SPACEUSED when ATTR_SIZE is set").
Change-Id: Ia29687f9c90749afcc9329a795cd564f8096c999
Signed-off-by: Kinglong Mee <kinglongmee(a)gmail.com>
---
M src/Protocols/NFS/nfs3_setattr.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/85/419985/1
--
To view, visit https://review.gerrithub.io/419985
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia29687f9c90749afcc9329a795cd564f8096c999
Gerrit-Change-Number: 419985
Gerrit-PatchSet: 1
Gerrit-Owner: Kinglong Mee <kinglongmee(a)gmail.com>
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: fsal_gluster: nits in man ganesha-gluster man page
by GerritHub
From <kaleb(a)redhat.com>:
kaleb(a)redhat.com has uploaded this change for review. ( https://review.gerrithub.io/419871
Change subject: fsal_gluster: nits in man ganesha-gluster man page
......................................................................
fsal_gluster: nits in man ganesha-gluster man page
log file is in /var/log/ganesha
/etc/ganesha/gluster.conf is sample config, by default ganesha will
use /etc/ganesha/ganesha.conf
Change-Id: Idbd3d396d32c3b3cb4a06a2c57a5972bb99db4d2
Signed-off-by: Kaleb S. KEITHLEY <kkeithle(a)redhat.com>
---
M src/doc/man/ganesha-gluster-config.rst
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/71/419871/1
--
To view, visit https://review.gerrithub.io/419871
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idbd3d396d32c3b3cb4a06a2c57a5972bb99db4d2
Gerrit-Change-Number: 419871
Gerrit-PatchSet: 1
Gerrit-Owner: kaleb(a)redhat.com
6 years, 5 months
Change in ffilz/nfs-ganesha[next]: FSAL_NULL: Remove obsolete next_ops
by GerritHub
From Frank Filz <ffilzlnx(a)mindspring.com>:
Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/419772
Change subject: FSAL_NULL: Remove obsolete next_ops
......................................................................
FSAL_NULL: Remove obsolete next_ops
This was leftover from the previous way FSAL_NULL handled stacking. With
the model developed for FSAL_MDCACHE, this mechanism is no longer used.
Change-Id: I1284a8b6c421e8ea9cc0c2901d0b5926ee2e89e9
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/FSAL/Stackable_FSALs/FSAL_NULL/export.c
M src/FSAL/Stackable_FSALs/FSAL_NULL/main.c
M src/FSAL/Stackable_FSALs/FSAL_NULL/nullfs_methods.h
3 files changed, 0 insertions(+), 34 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/72/419772/1
--
To view, visit https://review.gerrithub.io/419772
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1284a8b6c421e8ea9cc0c2901d0b5926ee2e89e9
Gerrit-Change-Number: 419772
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
6 years, 5 months