From fc8d62447f006bcbf9eef69f89d2bd92cfd29b10 Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Tue, 20 Sep 2016 12:50:55 +0530 Subject: [PATCH 137/141] ganesha/scripts : modify start hook script for shared storage changes Upstream reference >Change-Id: Ib8dfe41d06ae0756af8f1c110fc774ac16bdc581 >BUG: 1377607 >Signed-off-by: Jiffin Tony Thottan >Reviewed-on: http://review.gluster.org/15535 >Smoke: Gluster Build System >NetBSD-regression: NetBSD Build System >Reviewed-by: Kaleb KEITHLEY >CentOS-regression: Gluster Build System >Reviewed-by: soumya k >Reviewed-by: Niels de Vos >Signed-off-by: Jiffin Tony Thottan >(cherry picked from commit 7407266684334203c21e260bb0b3527ca94bb507) Change-Id: Ib8dfe41d06ae0756af8f1c110fc774ac16bdc581 BUG: 1379966 Signed-off-by: Jiffin Tony Thottan Reviewed-on: https://code.engineering.redhat.com/gerrit/86103 Reviewed-by: Atin Mukherjee --- extras/hook-scripts/start/post/S31ganesha-start.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extras/hook-scripts/start/post/S31ganesha-start.sh b/extras/hook-scripts/start/post/S31ganesha-start.sh index b85c789..1b258cc 100755 --- a/extras/hook-scripts/start/post/S31ganesha-start.sh +++ b/extras/hook-scripts/start/post/S31ganesha-start.sh @@ -4,7 +4,7 @@ OPTSPEC="volname:,gd-workdir:" VOL= declare -i EXPORT_ID ganesha_key="ganesha.enable" -GANESHA_DIR="/etc/ganesha" +GANESHA_DIR="/var/run/gluster/shared_storage/nfs-ganesha" CONF1="$GANESHA_DIR/ganesha.conf" GLUSTERD_WORKDIR= -- 1.7.1