diff options
| author | Venky Shankar <vshankar@redhat.com> | 2013-08-12 22:09:45 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2013-09-04 19:50:49 -0700 | 
| commit | fe98c2902fd13dac93e5add60d1f10b2cef8ae37 (patch) | |
| tree | 5f92444e7bf86b7a56f00e3e7266a54fa4c06d03 /rpc | |
| parent | 603119c57c5055e17693d47b9965216954f45247 (diff) | |
glusterd/cli: Geo-Replication "status detail" cmd
Provides detailed status info in the following format
                    MASTER <master-vol>  SLAVE <slave-vol>
NODE   HEALTH   UPTIME  FILES SYNCD  FILES PENDING  BYTES PENDING  DELETES PENDING
-----------------------------------------------------------------------------------
This patch introdues "status detail" command to show crawl related
information in CLI. These values are "pulled" from gsyncd when
"status detail" is executed.
Change-Id: I1fdaf7180eacce054a864d34971dc160bd7301e1
BUG: 990420
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Reviewed-on: http://review.gluster.org/5590
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Avra Sengupta <asengupt@redhat.com>
Tested-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'rpc')
| -rw-r--r-- | rpc/xdr/src/cli1-xdr.x | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/xdr/src/cli1-xdr.x b/rpc/xdr/src/cli1-xdr.x index b85ecf87ab2..d674030ec78 100644 --- a/rpc/xdr/src/cli1-xdr.x +++ b/rpc/xdr/src/cli1-xdr.x @@ -76,8 +76,8 @@ enum gf1_cli_gsync_set {          GF_GSYNC_OPTION_TYPE_CONFIG,          GF_GSYNC_OPTION_TYPE_STATUS,          GF_GSYNC_OPTION_TYPE_ROTATE, -        GF_GSYNC_OPTION_TYPE_DELETE, -        GF_GSYNC_OPTION_TYPE_CREATE +        GF_GSYNC_OPTION_TYPE_CREATE, +        GF_GSYNC_OPTION_TYPE_DELETE  };  enum gf1_cli_stats_op {  | 
