diff options
author | Amar Tumballi <amar@gluster.com> | 2010-09-24 10:16:23 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-24 11:26:06 -0700 |
commit | bd73298410ac6814ed2f45acf2beafee21dc0af1 (patch) | |
tree | 14b14473a92fbb23c0eca8d115152d3c7dc1d359 /xlators/mgmt/glusterd/src/glusterd-op-sm.c | |
parent | dca5c02cf31e373e6e4ff376a5f35684cd43e081 (diff) |
glusterd: add new stats related options for 'volume set'
* 'gluster volume set <VOLNAME> latency-measurement <yes|no>'
* 'gluster volume set <VOLNAME> dump-fd-stats <yes|no>'
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1701 (better statistics gathering in glusterd)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1701
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index 81762320f55..3b6a0201670 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -1119,6 +1119,8 @@ char *set_option_list[] = { "io-cache", "quick-read", "stat-prefetch", + "latency-measurement", + "dump-fd-stats", }; |