diff options
| author | Vijay Bellur <vijay@gluster.com> | 2011-08-18 23:19:22 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@gluster.com> | 2011-08-19 01:29:18 -0700 | 
| commit | 0143a2ef653d0f7a337c8220f127655dadbca942 (patch) | |
| tree | 61896872f41f8ccb39b692a521a62569516bab2d /rpc/rpc-lib | |
| parent | d2849bd349081b332540713cfeaa561f57356b2a (diff) | |
mgmt/glusterd, cli: Introduce gluster volume status <volname>
Change-Id: Iea835b9e448e736016da2e44e3c9bfff93f2fa78
BUG: 3439
Reviewed-on: http://review.gluster.com/259
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'rpc/rpc-lib')
| -rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index a456fb727b4..216429e79a6 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -109,6 +109,7 @@ enum gf_mgmt_procnum_ {          GD_MGMT_CLI_PROFILE_VOLUME,          GD_MGMT_BRICK_OP,          GD_MGMT_CLI_LOG_LEVEL, +        GD_MGMT_CLI_STATUS_VOLUME,          GD_MGMT_MAXVALUE,  }; @@ -201,6 +202,7 @@ enum gluster_cli_procnum {          GLUSTER_CLI_TOP_VOLUME,          GLUSTER_CLI_GETWD,          GLUSTER_CLI_LOG_LEVEL, +        GLUSTER_CLI_STATUS_VOLUME,          GLUSTER_CLI_MAXVALUE,  };  | 
