From 2e7daeffef05c6100cbcc39f1be62935711db3eb Mon Sep 17 00:00:00 2001 From: Samikshan Bairagya Date: Mon, 31 Jul 2017 10:51:21 +0530 Subject: 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 Reviewed-on: https://review.gluster.org/17941 Smoke: Gluster Build System Reviewed-by: Shubhendu Tripathi CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit