From dabfc3116ae59b331f967c090c0c51eb3f0355fd Mon Sep 17 00:00:00 2001 From: Mohamed Ashiq Liyazudeen Date: Wed, 10 Aug 2016 13:44:19 +0530 Subject: heal: New feature heal info summary to list the status of brick and count of entries to be healed Command output: Brick 192.168.2.8:/brick/1 Status: Connected Total Number of entries: 363 Number of entries in heal pending: 362 Number of entries in split-brain: 0 Number of entries possibly healing: 1 192.168.2.8:/brick/1 Connected 363 362 0 1 0 0 Change-Id: I40cb6f77a14131c9e41b292f4901b41a228863d7 BUG: 1261463 Signed-off-by: Mohamed Ashiq Liyazudeen Reviewed-on: https://review.gluster.org/12154 Smoke: Gluster Build System Tested-by: Karthik U S CentOS-regression: Gluster Build System Reviewed-by: Ravishankar N Reviewed-by: Atin Mukherjee --- rpc/rpc-lib/src/protocol-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc/rpc-lib/src/protocol-common.h') diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index 510817c05f9..80e1f6bc254 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -265,6 +265,7 @@ typedef enum { GF_SHD_OP_SBRAIN_HEAL_FROM_LATEST_MTIME, GF_SHD_OP_GRANULAR_ENTRY_HEAL_ENABLE, GF_SHD_OP_GRANULAR_ENTRY_HEAL_DISABLE, + GF_SHD_OP_HEAL_SUMMARY, } gf_xl_afr_op_t ; struct gf_gsync_detailed_status_ { -- cgit