| Summary: | Need ability to create uidgid entries for corosync in cluster.conf using pcs | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Kurik <jkurik> |
| Component: | pcs | Assignee: | Chris Feist <cfeist> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 6.5 | CC: | ccaulfie, cfeist, cluster-maint, djansa, fdinitto, jharriga, mjuricek, pm-eus, rsteiger, sbradley |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pcs-0.9.90-1.el6_4.1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-17 10:00:23 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: | 1025054 | ||
| Bug Blocks: | |||
|
Description
Jan Kurik
2013-12-05 07:52:06 UTC
Test Results: [root@ask-02 ~]# rpm -q pcs pcs-0.9.90-1.el6_4.1.noarch [root@ask-02 ~]# grep uidgid /etc/cluster/cluster.conf [root@ask-02 ~]# pcs cluster uidgid add uid=feist gid=feisttest [root@ask-02 ~]# grep uidgid /etc/cluster/cluster.conf <uidgid gid="feisttest" uid="feist"/> [root@ask-02 ~]# pcs cluster uidgid rm uid=feist gid=feisttest [root@ask-02 ~]# grep uidgid /etc/cluster/cluster.conf [root@ask-02 ~]# 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-1849.html |