summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-03-21 23:40:53 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:37 +0530
commit355e925c9272a86ddca4a2e3d566880e0a537b29 (patch)
tree94597ff875c719a4623071af2d30592da4e2eb79
parentffda7c2597802b0a05041fb44cd8bb5151a5fa74 (diff)
config: fix for event handler path
All event handlers are moved to gluster folder under plugins folder. Hence command has to be changed accordingly. Change-Id: I0b094cf05246b622b1c58277105e855a21350e2e Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/59 Reviewed-by: Sahina Bose <sabose@redhat.com> Tested-by: Sahina Bose <sabose@redhat.com>
-rw-r--r--config/gluster-commands.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gluster-commands.cfg b/config/gluster-commands.cfg
index ef0e430..803cc58 100644
--- a/config/gluster-commands.cfg
+++ b/config/gluster-commands.cfg
@@ -26,12 +26,12 @@ define command {
define command {
command_name check_remote_host
- command_line $USER1$/check_remote_host.py -H $HOSTADDRESS$
+ command_line $USER1$/gluster/check_remote_host.py -H $HOSTADDRESS$
}
define command {
command_name host_service_handler
- command_line $USER1$/gluster_host_service_handler.py -s $SERVICESTATE$ -t $SERVICESTATETYPE$ -a $SERVICEATTEMPT$ -l $HOSTADDRESS$ -n "$SERVICEDESC$"
+ command_line $USER1$/gluster/gluster_host_service_handler.py -s $SERVICESTATE$ -t $SERVICESTATETYPE$ -a $SERVICEATTEMPT$ -l $HOSTADDRESS$ -n "$SERVICEDESC$"
}
define command {