From d5f6c2145bb37d7607d3f05329c0efca3c398fae Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Thu, 24 Apr 2014 16:35:27 +0530 Subject: plugins: Server side plugin for geo-rep Added server side plugin option for geo-rep status Change-Id: I6f604862ec7d4813298a670b7ed2cc0b448faf23 Signed-off-by: Sahina Bose Reviewed-on: http://review.gluster.org/7592 --- config/gluster-commands.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/gluster-commands.cfg') diff --git a/config/gluster-commands.cfg b/config/gluster-commands.cfg index 196ca08..9c3e386 100644 --- a/config/gluster-commands.cfg +++ b/config/gluster-commands.cfg @@ -96,6 +96,11 @@ define command { command_line $USER1$/gluster/check_vol_server.py $ARG1$ $ARG2$ -o self-heal } +define command { + command_name check_vol_georep_status + command_line $USER1$/gluster/check_vol_server.py $ARG1$ $ARG2$ -o geo-rep +} + define command{ command_name check_cluster_status command_line $USER1$/gluster/check_cluster_status.py $HOSTNAME$ -- cgit