summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@fb.com>2018-01-25 06:52:32 -0800
committerAmar Tumballi <amarts@redhat.com>2018-01-30 03:51:57 +0000
commit9bbee1c2bc91d194d7470dfe2351b7d8c7abe102 (patch)
treef748376ff9adf1ab14db7558516bcdacf83dba3e /xlators/mgmt
parent3e78ea991b213422fc423ff94994e1eb295569c7 (diff)
core: add some examples of site.h usage
Change-Id: I6ce574a593eda8f3a6b2fc8969b5edf7c250b61c Signed-off-by: Jeff Darcy <jdarcy@fb.com>
Diffstat (limited to 'xlators/mgmt')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 27455846855..446224b907f 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -2675,7 +2675,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
{ .key = NFS_DISABLE_MAP_KEY,
.voltype = "nfs/server",
.option = "!nfs-disable",
- .value = "on",
+ .value = SITE_H_NFS_DISABLE,
.op_version = 1
},
{ .key = "nfs.nlm",