Bug 1281391
Summary: | web UI lacks ability to move resources within a resource group | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Tomas Jelinek <tojeline> |
Component: | pcs | Assignee: | Ondrej Mular <omular> |
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 7.2 | CC: | cfeist, cluster-maint, idevat, omular, rsteiger, tojeline |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pcs-0.9.152-9.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-03 20:55:46 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: |
Description
Tomas Jelinek
2015-11-12 12:21:23 UTC
proposed fix: https://github.com/ClusterLabs/pcs/commit/12a05cc0f70a11294582a310e4ccf744ae6 Test: When creating group in web UI, under new group name there is list of resources. User can change order of resources with drag and drop. When resource is selected in web UI, on the right side there is section Group. Resources can be placed after/before any resource which is already in group by new group changing form. Before Fix: [vm-rhel72-1 ~] $ rpm -q pcs pcs-0.9.152-5.el7.x86_64 There is no support for move resources within a resource group in web UI. After Fix: [vm-rhel72-1 ~] $ rpm -q pcs pcs-0.9.152-6.el7.x86_64 When creating group in web UI, under new group name there is list of resources. User can change order of resources with drag and drop. When resource is selected in web UI, on the right side there is section Group. Resources can be placed after/before any resource which is already in group by new group changing form. Before Fix: [vm-rhel72-1 ~] $ rpm -q pcs pcs-0.9.152-8.el7.x86_64 It behaves as described in comment5. After Fix: [vm-rhel72-1 ~] $ rpm -q pcs pcs-0.9.152-9.el7.x86_64 Resource group is not selected in "Add Resource" form ("None" is selected) when adding test4. After selecting group all their resources are in resource order selector. 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-2016-2596.html |