diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2017-02-01 07:50:17 -0500 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2017-03-21 13:14:30 -0400 |
commit | 0cf2963f12a8b540a7042605d8c79f638fdf6cee (patch) | |
tree | b8c84847c2577a0f8ffc5b3d442316d6da5794f4 /extras/ganesha/config/ganesha-ha.conf.sample | |
parent | 843e1b04b554ab887ec656ae7b468bb93ee4e2f7 (diff) |
packaging: (ganesha) remove glusterfs-ganesha subpackage and related files)
Indiana Jones and the Temple of Ganesha HA, part two.
remove glsuterfs-ganesha subpackage, superceded by storhaug
Change-Id: I42a1fc59159add108d77080b9b130696216aa76d
BUG: 1418417
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: https://review.gluster.org/16506
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
Diffstat (limited to 'extras/ganesha/config/ganesha-ha.conf.sample')
-rw-r--r-- | extras/ganesha/config/ganesha-ha.conf.sample | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/extras/ganesha/config/ganesha-ha.conf.sample b/extras/ganesha/config/ganesha-ha.conf.sample deleted file mode 100644 index c22892bde56..00000000000 --- a/extras/ganesha/config/ganesha-ha.conf.sample +++ /dev/null @@ -1,19 +0,0 @@ -# Name of the HA cluster created. -# must be unique within the subnet -HA_NAME="ganesha-ha-360" -# -# 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 -# long - are in DNS or /etc/hosts on all machines in the cluster. -# -# The subset of nodes of the Gluster Trusted Pool that form the ganesha -# HA cluster. Hostname is specified. -HA_CLUSTER_NODES="server1,server2,..." -#HA_CLUSTER_NODES="server1.lab.redhat.com,server2.lab.redhat.com,..." -# -# Virtual IPs for each of the nodes specified above. -VIP_server1="10.0.2.1" -VIP_server2="10.0.2.2" -#VIP_server1_lab_redhat_com="10.0.2.1" -#VIP_server2_lab_redhat_com="10.0.2.2" |