diff options
author | Samikshan Bairagya <samikshan@gmail.com> | 2017-07-31 10:51:21 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2017-08-04 06:26:05 +0000 |
commit | 2e7daeffef05c6100cbcc39f1be62935711db3eb (patch) | |
tree | 54486620f27572319552623a14eff460c4f5e398 /.gitignore | |
parent | 590ae48c65a60c93c2e5407e3f663cef3daacc55 (diff) |
glusterd: Add geo-replication session details to get-state output
This commit adds support to the get-state CLI to capture details
on geo-replication session as obtained in
`gluster volume geo-replication status detail` in its output.
Fixes: #291
Change-Id: I2fbcba70bfdaf439522637234805545194777ed4
Signed-off-by: Samikshan Bairagya <samikshan@gmail.com>
Reviewed-on: https://review.gluster.org/17941
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Shubhendu Tripathi <shtripat@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0662df7fe99..2f7b8ca8b8f 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ libglusterfs/src/y.tab.h libglusterfs/src/defaults.c libglusterfs/src/glusterfs-fops.h libglusterfs/src/cli1-xdr.h +libglusterfs/src/protocol-common.h libtool # copied XDR for cyclic libglusterfs <-> rpc-header dependency rpc/xdr/gen/*.x |