From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 21 Mar 2007 17:14:24 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20070321171424.27072.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 Changes by: rmccabe at sourceware.org 2007-03-21 17:14:23 Modified files: luci/site/luci/Extensions: ricci_bridge.py Log message: Make the default post join delay for non-rhel4 clusters 12s. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.61&r2=1.62 --- conga/luci/site/luci/Extensions/ricci_bridge.py 2007/03/12 04:25:41 1.61 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2007/03/21 17:14:23 1.62 @@ -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: