CVSROOT:        /cvs/cluster
Module name:    conga
Branch:         RHEL4
Changes by:     [EMAIL PROTECTED]       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()

Reply via email to