50dc83
From 1e5c6bb28894a57e5ca5ed7b4b3b5e05efecf7cd Mon Sep 17 00:00:00 2001
e7a346
From: Jiffin Tony Thottan <jthottan@redhat.com>
e7a346
Date: Wed, 3 May 2017 12:47:14 +0530
50dc83
Subject: [PATCH 067/124] ganesha : minor improvments for commit e91cdf4
50dc83
 (17081)
50dc83
50dc83
Label: DOWNSTREAM ONLY
e7a346
e7a346
Change-Id: I3af13e081c5e46cc6f2c132e7a5106ac3355c850
e7a346
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
e7a346
Reviewed-on: https://review.gluster.org/17152
e7a346
Smoke: Gluster Build System <jenkins@build.gluster.org>
e7a346
Reviewed-by: soumya k <skoduri@redhat.com>
e7a346
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
e7a346
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
e7a346
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
e7a346
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
50dc83
Reviewed-on: https://code.engineering.redhat.com/gerrit/167152
50dc83
Reviewed-by: Soumya Koduri <skoduri@redhat.com>
50dc83
Tested-by: RHGS Build Bot <nigelb@redhat.com>
50dc83
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
e7a346
---
e7a346
 extras/ganesha/scripts/ganesha-ha.sh | 2 +-
e7a346
 1 file changed, 1 insertion(+), 1 deletion(-)
e7a346
e7a346
diff --git a/extras/ganesha/scripts/ganesha-ha.sh b/extras/ganesha/scripts/ganesha-ha.sh
50dc83
index f040ef6..cedc3fa 100644
e7a346
--- a/extras/ganesha/scripts/ganesha-ha.sh
e7a346
+++ b/extras/ganesha/scripts/ganesha-ha.sh
e7a346
@@ -275,7 +275,7 @@ string:\"EXPORT(Export_Id=$export_id)\" 2>&1")
e7a346
                 ret=$?
e7a346
                 logger <<< "${output}"
e7a346
                 if [ ${ret} -ne 0 ]; then
e7a346
-                        echo "Refresh-config failed on ${current_host}"
e7a346
+                        echo "Refresh-config failed on ${current_host}. Please check logs on ${current_host}"
e7a346
                 else
e7a346
                         echo "Refresh-config completed on ${current_host}."
e7a346
                 fi
e7a346
-- 
e7a346
1.8.3.1
e7a346