Summary: | luci and unfencing when delay set in fence method | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Kapetanakis Giannis <bilias> |
Component: | luci | Assignee: | Ryan McCabe <rmccabe> |
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.2 | CC: | cluster-maint, jpokorny, rsteiger |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | luci-0.26.0-30.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 08:22:16 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Kapetanakis Giannis
2012-04-24 08:14:46 UTC
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4. commit cc1452e01504725f01bc5636f5e17335d5d1fad0 Author: Ryan McCabe <rmccabe@redhat.com> Date: Mon Oct 8 09:52:45 2012 -0400 luci: Fix unfence display on node page When looking for <device> blocks that match <unfence> blocks, only compare attributes that are pertinent for determining whether one blocks corresponds to the other. Resolves: rhbz#815666 Signed-off-by: Ryan McCabe <rmccabe@redhat.com> I am not completely sure such config with "delay" would successfully validate (ccs_config_validate, triggered also upon starting the cluster). Re [comment 14]: Well, it would indeed validate because restrictions based on universal references (e.g., through a custom identifier) and perhaps even based on known attribute value (to be found out) cannot be enforced in RELAX NG schema and the respective validating test is like this: if the set of attributes w/o "name" is a subset of attributes sets defined for particular fence agents, then the result of this validation part is OK In the case in [comment 0], it will pass because this condition holds, for example for the set of attributes defined for "fence_apc" (which includes both "port" and "delay"). As a consequence, I filed a new bug in the current "semantic validation" wave: [bug 909133]. 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/RHBA-2013-0309.html |