Blob Blame History Raw
From 35e7b24e8bfd740d194c56d06f840021d7204a44 Mon Sep 17 00:00:00 2001
From: "Kaleb S. KEITHLEY" <kkeithle@redhat.com>
Date: Thu, 23 Feb 2017 12:31:30 -0500
Subject: [PATCH 402/406] common-ha: cluster names must be 15 characters or
 less in length

Upstream reference :
>Change-Id: Ib9545865cc1fec922824de1be41673320248304b
>BUG: 1426329
>Author: Kaleb S. KEITHLEY <kkeithle@redhat.com>
>Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
>Reviewed-on: https://review.gluster.org/16736
>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: soumya k <skoduri@redhat.com>

Change-Id: Ib9545865cc1fec922824de1be41673320248304b
BUG: 1426326
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/104170
Tested-by: Jiffin Thottan <jthottan@redhat.com>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
---
 extras/ganesha/config/ganesha-ha.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/ganesha/config/ganesha-ha.conf.sample b/extras/ganesha/config/ganesha-ha.conf.sample
index c22892b..fa7c65e 100644
--- a/extras/ganesha/config/ganesha-ha.conf.sample
+++ b/extras/ganesha/config/ganesha-ha.conf.sample
@@ -1,5 +1,5 @@
 # Name of the HA cluster created.
-# must be unique within the subnet
+# must be unique within the subnet and 15 characters or less in length
 HA_NAME="ganesha-ha-360"
 #
 # N.B. you may use short names or long names; you may not use IP addrs.
-- 
1.8.3.1