From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 21 Mar 2007 17:18:07 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20070321171807.28721.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe at sourceware.org 2007-03-21 17:18:06 Modified files: luci/site/luci/Extensions: ricci_bridge.py Log message: Set the default post join delay for non-rhel4 clusters to 12s. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.30.2.19&r2=1.30.2.20 --- conga/luci/site/luci/Extensions/ricci_bridge.py 2007/03/12 04:22:26 1.30.2.19 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2007/03/21 17:18:06 1.30.2.20 @@ -119,7 +119,12 @@ batch += '' batch += '' batch += '' - batch += '' + + if os_str == 'rhel4': + batch += '' + else: + batch += '' + batch += '' batch += '' batch += '' @@ -232,7 +237,12 @@ batch += '' batch += '' batch += '' - batch += '' + + if os_str == 'rhel4': + batch += '' + else: + batch += '' + batch += '' x = 1 for i in nodeList: