From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 3 Oct 2007 19:44:33 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions FenceHandler.py Message-ID: <20071003194433.30995.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: RHEL4 Changes by: rmccabe at sourceware.org 2007-10-03 19:44:33 Modified files: luci/site/luci/Extensions: FenceHandler.py Log message: Fix for dual power check bug when adding new fence instances for the first time to for a node using a shared power fence device Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.17.2.5&r2=1.17.2.6 --- conga/luci/site/luci/Extensions/FenceHandler.py 2007/10/03 02:08:13 1.17.2.5 +++ conga/luci/site/luci/Extensions/FenceHandler.py 2007/10/03 19:44:33 1.17.2.6 @@ -1199,6 +1199,7 @@ fenceinst = Device() fenceinst.addAttribute('name', parent_name) + fenceinst.setAgentType(fence_agent) if form.has_key('option'): option = form['option'].strip()