Bug 1182119
Summary: | A cloned resource banned on one of the nodes is shown as Inactive in GUI | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Radek Steiger <rsteiger> |
Component: | pcs | Assignee: | Ondrej Mular <omular> |
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | cluster-maint, mlisik, tojeline |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pcs-0.9.143-1.el7 | Doc Type: | Bug Fix |
Doc Text: |
Cause: Cloned resource banned from running on one node is present in cluster.
Consequence: In web UI cloned resource banned on one node there is false status displayed.
Fix: Treat cloned resources as running when they are started on one node at least.
Result: Cloned resource banned from running on one node is in web UI shown as running.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 09:34:07 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: | |
Embargoed: | |||
Bug Depends On: | 1189857 | ||
Bug Blocks: |
Description
Radek Steiger
2015-01-14 13:35:04 UTC
Fixed in a complex rewrite of the resources page in web UI, patches in bz1189857 Before Fix: [root@rh71-node1 ~]# rpm -q pcs pcs-0.9.142-2.el7.x86_64 [root@rh71-node1:~]# pcs resource create dummy0 Dummy --clone [root@rh71-node1:~]# pcs constraint location dummy0-clone avoids rh71-node3 [root@rh71-node1:~]# pcs resource Clone Set: dummy0-clone [dummy0] Started: [ rh71-node1 rh71-node2 ] Stopped: [ rh71-node3 ] The resource is shown as inactive in the web UI, yet current location is displayed correctly: rh71-node1, rh71-node2 After Fix: [root@rh71-node1:~]# rpm -q pcs pcs-0.9.143-1.el7.x86_64 [root@rh71-node1:~]# pcs resource create dummy0 Dummy --clone [root@rh71-node1:~]# pcs constraint location dummy0-clone avoids rh71-node3 [root@rh71-node1:~]# pcs resource Clone Set: dummy0-clone [dummy0] Started: [ rh71-node1 rh71-node2 ] Stopped: [ rh71-node3 ] The resource is shown as partially running in the web UI. 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/RHSA-2015-2290.html |