summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2010-10-04 06:47:35 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-10-04 07:05:39 -0700
commitf02499e16624f29ac2be5531f1c4c298a12f33a8 (patch)
treeb295ba5c0cbd7c7707c662ba0bd3e8521a14120b /xlators/mgmt
parent408c164d0adf67d0ab636d3f617fc48c896d33a6 (diff)
Add log-level option to command volume set
log-level option to set brick's log-level client-log-level to set client's log-level Signed-off-by: shishir gowda <shishirng@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1789 (add log-level options to volume set) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1789
Diffstat (limited to 'xlators/mgmt')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volgen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c
index 9e672a57fa1..53250cc3ed7 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volgen.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c
@@ -87,6 +87,8 @@ static struct volopt_map_entry glusterd_volopt_map[] = {
{"latency-measurement", "debug/io-stats"},
{"dump-fd-stats", "debug/io-stats"},
+ {"log-level", "debug/io-stats"},
+ {"client-log-level", "debug/io-stats"},
{"max-file-size", "performance/io-cache"},
{"min-file-size", "performance/io-cache"},