sragraha(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1225081?usp=email )
Change subject: Add cluster_nodeid to NFS core configuration (NFS_CORE_PARAM)
......................................................................
Add cluster_nodeid to NFS core configuration (NFS_CORE_PARAM)
This PR adds a new configuration parameter, cluster_nodeid, to the NFS core configuration
(NFS_CORE_PARAM).
The new parameter stores a per-daemon cluster node identifier (string) that can be
consumed by
future features (metrics tagging, id-mapping, coordination, etc.). The change is
non-breaking:
the default is empty and existing behaviour remains unchanged.
Change-Id: I71d6b57e9aff79b66cf12ef16482dbe58b1809bb
Signed-off-by: Sreedhar Agraharam <sragraha(a)redhat.com>
---
M src/MainNFSD/nfs_main.c
M src/config_parsing/conf_url_rados.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/conf_url_rados.h
M src/include/gsh_config.h
M src/support/nfs_read_conf.c
7 files changed, 46 insertions(+), 11 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/81/1225081/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1225081?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: I71d6b57e9aff79b66cf12ef16482dbe58b1809bb
Gerrit-Change-Number: 1225081
Gerrit-PatchSet: 1
Gerrit-Owner: sragraha(a)redhat.com