From 79e9aa5d7a24275f857d2cf23f910f63c53e9d4e Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Mon, 27 Jun 2016 15:08:25 +0530 Subject: ganesha/scripts : remove 'HA_VOL_SERVER' from the code The parameter HA_VOL_SERVER introduced intially ganesha-ha.conf to specify gluster server from which to mount the shared data volume. But after introducing new cli for the same purpose, it become unnecessary. The existence of that parameter can lead confussion to the users. This patch will remove/replace all the instance of HA_VOL_SERVER from the code Change-Id: I638c61dcd2c21ebdb279bbb141d35bb806bd3ef0 BUG: 1350371 Signed-off-by: Jiffin Tony Thottan Reviewed-on: http://review.gluster.org/14812 Tested-by: Kaleb KEITHLEY NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: soumya k Smoke: Gluster Build System Reviewed-by: Kaleb KEITHLEY --- extras/ganesha/config/ganesha-ha.conf.sample | 3 --- 1 file changed, 3 deletions(-) (limited to 'extras/ganesha/config') diff --git a/extras/ganesha/config/ganesha-ha.conf.sample b/extras/ganesha/config/ganesha-ha.conf.sample index 2077800d255..c22892bde56 100644 --- a/extras/ganesha/config/ganesha-ha.conf.sample +++ b/extras/ganesha/config/ganesha-ha.conf.sample @@ -2,9 +2,6 @@ # must be unique within the subnet HA_NAME="ganesha-ha-360" # -# The gluster server from which to mount the shared data volume. -HA_VOL_SERVER="server1" -# # N.B. you may use short names or long names; you may not use IP addrs. # Once you select one, stay with it as it will be mildly unpleasant to # clean up if you switch later on. Ensure that all names - short and/or -- cgit