Hide Forgot
Description of problem: When a delay= option is defined within fence instance, modifying such an instance (i.e. submitting the form) within luci causes the delay option to be removed. Version-Release number of selected component (if applicable): luci-0.26.0-29.el6.i686 How reproducible: Always Steps to Reproduce: 1. Create fence instance for a selected cluster node 2. Make sure it has a delay= option set to some value 3. Open the node in luci (you can see the delay value displayed) 4. Click on the instance name to open up the edit pop-up 5. Don't modify anything, just submit Actual results: The delay option has been removed. <method name="Method"> <device name="newfence" port="2"/> </method> Expected results: The delay option should stay within the device tag. <method name="Method"> <device delay="10" name="newfence" port="2"/> </method>
Fixed in upstream commit commit f581a7e89a64a04816b083089aba4d4ce5f00274 Author: Ryan McCabe <rmccabe> Date: Wed Dec 5 09:14:22 2012 -0500 luci: Add support for fence device attributes Add support for configuring the "delay" "power_timeout" "shell_timeout" "login_timeout" and "retry_on" attributes for fence devices that support them. Resolves: rhbz#883008 Signed-off-by: Ryan McCabe <rmccabe>
Marking as docs_scoped+ since I've already cloned this as a documentation bug.
*** Bug 917743 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-1603.html