diff options
Diffstat (limited to 'xlators/mgmt')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volgen.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c index 9bcf2cc7873..7cd97ed5de3 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volgen.c +++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c @@ -154,11 +154,12 @@ static struct volopt_map_entry glusterd_volopt_map[] = { {"performance.cache-size", "performance/quick-read", NULL, NULL, NO_DOC, 0 }, {"performance.flush-behind", "performance/write-behind", "flush-behind", NULL, DOC, 0}, - {"performance.io-thread-count", "performance/io-threads", "thread-count", DOC, 0}, - {"performance.high-prio-threads", "performance/io-threads", NULL, DOC, 0}, - {"performance.normal-prio-threads", "performance/io-threads", NULL, DOC, 0}, - {"performance.low-prio-threads", "performance/io-threads", NULL, DOC, 0}, - {"performance.least-prio-threads", "performance/io-threads", NULL, DOC, 0}, + {"performance.io-thread-count", "performance/io-threads", "thread-count", NULL, DOC, 0}, + {"performance.high-prio-threads", "performance/io-threads", NULL, NULL, DOC, 0}, + {"performance.normal-prio-threads", "performance/io-threads", NULL, NULL, DOC, 0}, + {"performance.low-prio-threads", "performance/io-threads", NULL, NULL, DOC, 0}, + {"performance.least-prio-threads", "performance/io-threads", NULL, NULL, DOC, 0}, + {"performance.enable-least-priority", "performance/io-threads", NULL, NULL, DOC, 0}, {"performance.disk-usage-limit", "performance/quota", NULL, NULL, NO_DOC, 0}, {"performance.min-free-disk-limit", "performance/quota", NULL, NULL, NO_DOC, 0}, {"performance.write-behind-window-size", "performance/write-behind", "cache-size", NULL, DOC}, |