Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1231088?usp=email )
Change subject: NLM: Add config to not unmonitor on clean shutdown
......................................................................
NLM: Add config to not unmonitor on clean shutdown
On a clean shutdown, Ganesha unmonitors all NLM clients because a refcount
goes to zero. This can be avoided by terminating Ganesha with SIGKILL, but
it may be desireable to allow a clean shutdown without unmonitoring.
Note that this works with external or internal statd.
With internal statd, the monitored NLM clients are listed in the recovery
database and SM_NOTIFY will be sent on restart.
With external rpc.statd, scripting will be required to cause SM_NOTIFY to
be sent.
Change-Id: Ie87688d574a5b91613544bab090e65b184d1ac67
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/Protocols/NLM/nsm.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/gsh_config.h
M src/support/nfs_read_conf.c
5 files changed, 22 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/88/1231088/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1231088?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: Ie87688d574a5b91613544bab090e65b184d1ac67
Gerrit-Change-Number: 1231088
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>