diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 32302471bb9..b0ed33a812c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1821,6 +1821,11 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .value       = "disable",            .type        = GLOBAL_DOC,            .op_version  = GD_OP_VERSION_3_7_1, +          .description = "Create and mount the shared storage volume" +                         "(gluster_shared_storage) at " +                         "/var/run/gluster/shared_storage on enabling this " +                         "option. Unmount and delete the shared storage volume " +                         " on disabling this option."          },  #if USE_GFDB /* no GFDB means tiering is disabled */  | 
