| Summary: | [NovaEvacuate] Fabric fencing devices do not support reboot action | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Marcel Kolaja <mkolaja> |
| Component: | resource-agents | Assignee: | Oyvind Albrigtsen <oalbrigt> |
| Status: | CLOSED ERRATA | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.2 | CC: | abeekhof, agk, cfeist, cluster-maint, fdinitto, mjuricek, mkolaja, oalbrigt, royoung, rscarazz |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | resource-agents-3.9.5-54.el7_2.4 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: We are changing the way fence_compute advertises itself in Bug #1287301, as a result it will no longer support the 'reboot' action causing evacuations to fail.
Consequence: 'reboot' action will fail.
Fix: Change to 'off' action.
Result: Succeeds with 'off' action.
|
Story Points: | --- |
| Clone Of: | 1287303 | Environment: | |
| Last Closed: | 2016-02-16 11:17:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1287303 | ||
| Bug Blocks: | |||
|
Description
Marcel Kolaja
2016-02-02 17:04:42 UTC
Before:
# grep " -o .* -n " /usr/lib/ocf/resource.d/openstack/NovaEvacuate
fence_compute ${fence_options} -o reboot -n $node
After:
# grep " -o .* -n " /usr/lib/ocf/resource.d/openstack/NovaEvacuate
fence_compute ${fence_options} -o off -n $node
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. https://rhn.redhat.com/errata/RHBA-2016-0217.html |