Bug 1111369
| Summary: | Support Pacemaker ACLs | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Chris Feist <cfeist> | |
| Component: | pcs | Assignee: | Chris Feist <cfeist> | |
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 7.1 | CC: | cluster-maint, rsteiger, slevine, tojeline | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | pcs-0.9.126-1.el7 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1129845 1440876 1440890 (view as bug list) | Environment: | ||
| Last Closed: | 2015-03-05 09:20:05 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: | ||||
| Bug Blocks: | 1014828, 1111381, 1129845, 1440876, 1440890 | |||
|
Description
Chris Feist
2014-06-19 21:15:18 UTC
Before Fix: [root@rh7-2 ~]# rpm -q pcs pcs-0.9.115-29.el7.x86_64 [root@rh7-2 ~]# rm -f temp.cib [root@rh7-2 ~]# pcs -f temp.cib acl role create myrole read xpath /cib Usage: pcs [-f file] [-h] [commands]... ... After Fix: [root@rh7-1 ~]# rpm -q pcs pcs-0.9.126-1.el7.x86_64 [root@rh7-1 ~]# rm -f temp.cib [root@rh7-1 ~]# pcs -f temp.cib acl role create myrole read xpath /cib Cluster CIB has been upgraded to latest version [root@rh7-1 ~]# pcs -f temp.cib acl Role: myrole Permission: read xpath /cib (myrole-read) 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-2015-0415.html |