diff options
author | Varun Shastry <vshastry@redhat.com> | 2013-12-09 17:51:40 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-01-28 22:33:30 -0800 |
commit | 9f8ca919eb8472fec033a70f06fd18ab9fad1fd5 (patch) | |
tree | 609673aeeaec70afa373e73fbb6c02b698c483b1 /xlators/cluster/dht | |
parent | 7a871c27f7dedfbd228aac4c2eefd6b829aa619c (diff) |
mgmt/glusterd: Improve the description in volume set help output
Change-Id: I785648970f53033a69922c23110b5eea9e47feb3
BUG: 1046030
Signed-off-by: Varun Shastry <vshastry@redhat.com>
Reviewed-on: http://review.gluster.org/6573
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/6837
Diffstat (limited to 'xlators/cluster/dht')
-rw-r--r-- | xlators/cluster/dht/src/dht-shared.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-shared.c b/xlators/cluster/dht/src/dht-shared.c index 674297c71eb..324b3062696 100644 --- a/xlators/cluster/dht/src/dht-shared.c +++ b/xlators/cluster/dht/src/dht-shared.c @@ -690,7 +690,8 @@ struct volume_options options[] = { .type = GF_OPTION_TYPE_INT, .min = 1, .validate = GF_OPT_VALIDATE_MIN, - .description = "Specifies the directory layout spread." + .description = "Specifies the directory layout spread. Takes number " + "of subvolumes as default value." }, { .key = {"decommissioned-bricks"}, .type = GF_OPTION_TYPE_ANY, |