daian(a)google.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1222178?usp=email )
Change subject: Allow updating the UTF8 enforcement on a dynamic configuration change.
......................................................................
Allow updating the UTF8 enforcement on a dynamic configuration change.
For this purpose, this change introduces the NFSv4_Dynamic configuration
section. Right now, this section only contains the Enforce_UTF8_Validation
field, but it may contain in the future more fields of the NFSv4 section that
could be dynamically updated.
For backward compatibility, the Enforce_UTF8_Validation field still exists in
the NFSv4 section. If users set it to true, they would get a deprecation
warning, but this value will be used. Otherwise, the value from NFSv4_Dynamic
is used.
Change-Id: I6fae54c6e24c643fd19384e115a896e4f07d888f
Signed-off-by: Eli Daian <daian(a)google.com>
---
M src/MainNFSD/nfs_init.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/gsh_config.h
M src/include/nfs_core.h
M src/include/nfs_proto_tools.h
M src/support/nfs_read_conf.c
7 files changed, 89 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/78/1222178/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1222178?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: I6fae54c6e24c643fd19384e115a896e4f07d888f
Gerrit-Change-Number: 1222178
Gerrit-PatchSet: 1
Gerrit-Owner: daian(a)google.com