Change in ...nfs-ganesha[next]: ganeshactl: async is a reserved word starting in python-3.7
by Kaleb KEITHLEY (GerritHub)
Kaleb KEITHLEY has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456492
Change subject: ganeshactl: async is a reserved word starting in python-3.7
......................................................................
ganeshactl: async is a reserved word starting in python-3.7
python bytecompile throws an error on Fedora 30+ during rpmbuild
python 3.7 bytecompile also doesn't like the inconsistent
indention in ganesha_mgr_utils.py and throws an error when
building rpms with utils and gui_utils enabled
Signed-off-by: Kaleb S. KEITHLEY <kkeithle(a)redhat.com>
Change-Id: I496f645db7e67450f5f8b10a5b639a9f0432d806
---
M src/scripts/ganeshactl/Ganesha/admin.py
M src/scripts/ganeshactl/Ganesha/client_mgr.py
M src/scripts/ganeshactl/Ganesha/export_mgr.py
M src/scripts/ganeshactl/Ganesha/ganesha_mgr_utils.py
M src/scripts/ganeshactl/Ganesha/log_mgr.py
5 files changed, 48 insertions(+), 48 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/92/456492/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456492
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I496f645db7e67450f5f8b10a5b639a9f0432d806
Gerrit-Change-Number: 456492
Gerrit-PatchSet: 1
Gerrit-Owner: Kaleb KEITHLEY <kaleb(a)redhat.com>
Gerrit-MessageType: newchange
5 years, 7 months
Change in ...nfs-ganesha[next]: ganesha_mgr gets a new option to show the idmapper cache
by Trishali Nayar (GerritHub)
Trishali Nayar has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456472
Change subject: ganesha_mgr gets a new option to show the idmapper cache
......................................................................
ganesha_mgr gets a new option to show the idmapper cache
The name, UID and GID will be displayed for each entry in the
idmapper cache via the "show idmap" option.
Change-Id: I2e4f7667c60924ec0ee4c44db5f712e44f5903ef
Signed-off-by: Trishali Nayar <ntrishal(a)in.ibm.com>
---
M src/FSAL/commonlib.c
M src/idmapper/CMakeLists.txt
M src/idmapper/idmapper_cache.c
M src/include/idmapper.h
M src/scripts/ganeshactl/Ganesha/ganesha_mgr_utils.py
M src/scripts/ganeshactl/ganesha_mgr.py
6 files changed, 161 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/72/456472/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456472
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I2e4f7667c60924ec0ee4c44db5f712e44f5903ef
Gerrit-Change-Number: 456472
Gerrit-PatchSet: 1
Gerrit-Owner: Trishali Nayar <ntrishal(a)in.ibm.com>
Gerrit-MessageType: newchange
5 years, 7 months
Two Ganesha processes on one server
by Suhrud Patankar
Hello All,
We want to run two separate Ganesha processes on one node. (Using
2.7.1 code level)
The config params "Bind_Addr" and "Dbus_Name_Prefix" work as expected
to isolate the two instances.
So we have each process binding to separate network interface and gets
its own DBus bus-name.
They need to serve different file systems, so not much worry about the
cache consistency between them.
Is there any specific area we need to worry about? Has anyone tried
similar setup?
Thanks in advance for any thoughts/comments!
Thanks & Regards,
Suhrud
5 years, 7 months
Change in ...nfs-ganesha[next]: SAL: Validate write_deleg_client ptr before dereferencing it
by Soumya (GerritHub)
Soumya has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456439
Change subject: SAL: Validate write_deleg_client ptr before dereferencing it
......................................................................
SAL: Validate write_deleg_client ptr before dereferencing it
There could be cases where write_deleg_client ptr may not have
got initialized or is already reset to NULL. Hence always validate
the pointer before accessing it.
Change-Id: Ie6c90d5ace92c07aba69029cdcda6ea20cd35790
Signed-off-by: Soumya Koduri <skoduri(a)redhat.com>
---
M src/SAL/nfs4_state.c
M src/libntirpc
2 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/39/456439/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456439
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ie6c90d5ace92c07aba69029cdcda6ea20cd35790
Gerrit-Change-Number: 456439
Gerrit-PatchSet: 1
Gerrit-Owner: Soumya <skoduri(a)redhat.com>
Gerrit-MessageType: newchange
5 years, 7 months
Change in ...nfs-ganesha[next]: rpm: exclude 9p utils when 9p is disabled
by Kaleb KEITHLEY (GerritHub)
Kaleb KEITHLEY has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456406
Change subject: rpm: exclude 9p utils when 9p is disabled
......................................................................
rpm: exclude 9p utils when 9p is disabled
setup.py will always install the 9p utils. They need to be %excluded
from the rpm when 9p is disabled
Change-Id: I347be72dfb96dcae82ac8b562dd01eac9cdddc2f
Signed-off-by: Kaleb S. KEITHLEY <kkeithle(a)redhat.com>
---
M src/nfs-ganesha.spec-in.cmake
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/06/456406/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456406
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I347be72dfb96dcae82ac8b562dd01eac9cdddc2f
Gerrit-Change-Number: 456406
Gerrit-PatchSet: 1
Gerrit-Owner: Kaleb KEITHLEY <kaleb(a)redhat.com>
Gerrit-MessageType: newchange
5 years, 7 months
Change in ...nfs-ganesha[next]: SAL - Remove state_obj as the last operation
by Daniel Gryniewicz (GerritHub)
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456385
Change subject: SAL - Remove state_obj as the last operation
......................................................................
SAL - Remove state_obj as the last operation
Several cleanup paths loop over the state owner list to find states, and
then need to get the obj associated with a state.
Change-Id: If691df5875cf8d32bd2fe095ce94a945aee81db9
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/SAL/nfs4_state.c
1 file changed, 20 insertions(+), 20 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/85/456385/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456385
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: If691df5875cf8d32bd2fe095ce94a945aee81db9
Gerrit-Change-Number: 456385
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
Gerrit-MessageType: newchange
5 years, 7 months
Change in ...nfs-ganesha[next]: Don't call mdcache_locate_host in mdc_lookup if mdc_get_parent fails
by Madhu Thorat (GerritHub)
Madhu Thorat has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456308
Change subject: Don't call mdcache_locate_host in mdc_lookup if mdc_get_parent fails
......................................................................
Don't call mdcache_locate_host in mdc_lookup if mdc_get_parent fails
Currently in mdc_lookup() we pass 'tmpfh' variable to mdc_get_parent().
But if lookup() fails in mdc_get_parent() and if
entry->fsobj.fsdir.parent.len==0 then the 'tmpfh' passed by mdc_lookup()
doesn't get filled. After this the uninitalized 'tmpfh' in mdc_lookup()
gets passed to mdcache_locate_host() and its usage leads to a crash.
Fixed this by returning 'status' from the mdc_get_parent(), in case of
error status we don't call mdcache_locate_host() now.
Change-Id: I4c80df269e00960146135e0c67bd1964b9f9a3e1
Signed-off-by: Madhu Thorat <madhu.punjabi(a)in.ibm.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_int.h
2 files changed, 12 insertions(+), 8 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/08/456308/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456308
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I4c80df269e00960146135e0c67bd1964b9f9a3e1
Gerrit-Change-Number: 456308
Gerrit-PatchSet: 1
Gerrit-Owner: Madhu Thorat <madhu.punjabi(a)in.ibm.com>
Gerrit-MessageType: newchange
5 years, 7 months
Change in ...nfs-ganesha[next]: Adding trace in FSAL_GLUSTER
by Arjun Sharma (GerritHub)
Arjun Sharma has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456271
Change subject: Adding trace in FSAL_GLUSTER
......................................................................
Adding trace in FSAL_GLUSTER
WIP
Signed-off-by: Arjun Sharma <arjsharm(a)redhat.com>
Change-Id: Idee6aa535be926169abea1a161a57d6bd0302625
---
M src/FSAL/FSAL_GLUSTER/CMakeLists.txt
M src/FSAL/FSAL_GLUSTER/export.c
M src/FSAL/FSAL_GLUSTER/gluster_internal.c
M src/FSAL/FSAL_GLUSTER/handle.c
M src/MainNFSD/libganesha_nfsd.ver
M src/MainNFSD/nfs_lib.c
M src/MainNFSD/nfs_main.c
A src/include/gsh_lttng/fsal_gluster.h
M src/tracing/CMakeLists.txt
A src/tracing/fsal_gluster.c
10 files changed, 221 insertions(+), 8 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/71/456271/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/456271
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Idee6aa535be926169abea1a161a57d6bd0302625
Gerrit-Change-Number: 456271
Gerrit-PatchSet: 1
Gerrit-Owner: Arjun Sharma <arjsharm(a)redhat.com>
Gerrit-MessageType: newchange
5 years, 7 months