Announce Push of V5.9
by Frank Filz
Branch next
Tag:V5.9
Sorry, this patch should not have been back ported.
Merge Highlights
* Revert "Require librgw 1.2.1"
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
7b6f5b543 Frank S. Filz V5.9
8aae04dca Frank S. Filz Revert "Require librgw 1.2.1"
7 months, 4 weeks
[S] Change in ...nfs-ganesha[next]: src/include/log.h: LogFatal calls abort.
by Yoni Couriel (GerritHub)
Yoni Couriel has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194949?usp=email )
Change subject: src/include/log.h: LogFatal calls abort.
......................................................................
src/include/log.h: LogFatal calls abort.
LogFatal calls Fatal() -> _exit() later in the stack, but the compiler doesn't recognize it in some cases and fails with:
'error: control reaches end of non-void function'
We added this abort() to hint the compiler about that.
Change-Id: I58392376ce4afbe6b3fc8ef246eaaa9cb90596b1
Signed-off-by: Yoni Couriel <yonic(a)google.com>
---
M src/include/log.h
1 file changed, 7 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/49/1194949/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194949?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I58392376ce4afbe6b3fc8ef246eaaa9cb90596b1
Gerrit-Change-Number: 1194949
Gerrit-PatchSet: 1
Gerrit-Owner: Yoni Couriel <yonic(a)google.com>
8 months
[L] Change in ...nfs-ganesha[next]: SAL/sal_metrics.c: Added SAL static metrics.
by Yoni Couriel (GerritHub)
Yoni Couriel has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194944?usp=email )
Change subject: SAL/sal_metrics.c: Added SAL static metrics.
......................................................................
SAL/sal_metrics.c: Added SAL static metrics.
Change-Id: I6adf58d685037e6683ba15cec339c6e0629a4ec3
Signed-off-by: Yoni Couriel <yonic(a)google.com>
---
M src/MainNFSD/nfs_init.c
M src/Protocols/NFS/nfs4_op_exchange_id.c
M src/SAL/CMakeLists.txt
M src/SAL/nfs41_session_id.c
M src/SAL/nfs4_clientid.c
A src/SAL/sal_metrics.c
M src/SAL/state_lock.c
M src/include/nfsv41.h
A src/include/sal_metrics.h
M src/include/xprt_handler.h
M src/support/xprt_handler.c
11 files changed, 417 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/44/1194944/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194944?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I6adf58d685037e6683ba15cec339c6e0629a4ec3
Gerrit-Change-Number: 1194944
Gerrit-PatchSet: 1
Gerrit-Owner: Yoni Couriel <yonic(a)google.com>
8 months
[L] Change in ...nfs-ganesha[next]: idmapper/idmapper_monitoring.c: Added static metrics to idmapper.
by Yoni Couriel (GerritHub)
Yoni Couriel has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194942?usp=email )
Change subject: idmapper/idmapper_monitoring.c: Added static metrics to idmapper.
......................................................................
idmapper/idmapper_monitoring.c: Added static metrics to idmapper.
This code was originally written by dipit(a)google.com
Change-Id: I34e5085011e9b3f06aac0ac69e06f077b381f1da
Signed-off-by: Yoni Couriel <yonic(a)google.com>
---
M src/idmapper/CMakeLists.txt
M src/idmapper/idmapper.c
M src/idmapper/idmapper_cache.c
A src/idmapper/idmapper_monitoring.c
M src/idmapper/idmapper_negative_cache.c
M src/include/common_utils.h
A src/include/idmapper_monitoring.h
M src/support/nfs_creds.c
M src/support/uid2grp.c
M src/support/uid2grp_cache.c
10 files changed, 627 insertions(+), 8 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/42/1194942/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194942?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I34e5085011e9b3f06aac0ac69e06f077b381f1da
Gerrit-Change-Number: 1194942
Gerrit-PatchSet: 1
Gerrit-Owner: Yoni Couriel <yonic(a)google.com>
8 months
[S] Change in ...nfs-ganesha[next]: monitoring/monitoring.cc: Added Enable_Dynamic_Metrics param to disab...
by Yoni Couriel (GerritHub)
Yoni Couriel has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194940?usp=email )
Change subject: monitoring/monitoring.cc: Added Enable_Dynamic_Metrics param to disable dynamic metrics.
......................................................................
monitoring/monitoring.cc: Added Enable_Dynamic_Metrics param to disable dynamic metrics.
By setting USE_MONITORING=ON and Enable_Dynamic_Metrics=false, we can get only the higher-performance static metrics. The dynamic metrics are enabled by default for backwards compatibility.
Change-Id: Ic1a97c9d542252a7917f078322ce0f974b4d9c3a
Signed-off-by: Yoni Couriel <yonic(a)google.com>
---
M src/MainNFSD/nfs_main.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/gsh_config.h
M src/monitoring/include/monitoring.h
M src/monitoring/monitoring.cc
M src/support/nfs_read_conf.c
7 files changed, 23 insertions(+), 5 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/40/1194940/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194940?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ic1a97c9d542252a7917f078322ce0f974b4d9c3a
Gerrit-Change-Number: 1194940
Gerrit-PatchSet: 1
Gerrit-Owner: Yoni Couriel <yonic(a)google.com>
8 months