Bug 1025053 - Need ability to create uidgid entries for corosync in cluster.conf for use with ccs
Summary: Need ability to create uidgid entries for corosync in cluster.conf for use wi...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ricci
Version: 6.5
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Chris Feist
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks: 1038271 1038272
TreeView+ depends on / blocked
 
Reported: 2013-10-30 21:08 UTC by Chris Feist
Modified: 2014-10-14 07:29 UTC (History)
7 users (show)

Fixed In Version: ccs-0.16.2-70.el6
Doc Type: Bug Fix
Doc Text:
Cause: Users were unable to configure uidgid entries for corosync in cluster.conf. Consequence: Users could not configure access to corosync with users/groups other than root. Fix: --setuidgid/--rmuidgid options were added to ccs Result: ccs can now configure uidgid entries with --setuidgid/--rmuidgid options in ccs
Clone Of:
Environment:
Last Closed: 2014-10-14 07:29:26 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2014:1539 0 normal SHIPPED_LIVE ricci bug fix and enhancement update 2014-10-14 01:21:42 UTC

Description Chris Feist 2013-10-30 21:08:10 UTC
Need ability to create uidgid entries for corosync in cluster.conf using ccs

Comment 1 Chris Feist 2013-12-03 23:06:21 UTC
Before fix:
[root@ask-02 ~]# ccs -f testcluster.conf --createcluster testcluster
[root@ask-02 ~]# ccs -f testcluster.conf --setuidgid uid=test gid=test
Usage: ccs [OPTION]...
Cluster configuration system.

...

After fix:
[root@ask-02 ~]# ccs -f testcluster.conf --createcluster testcluster
[root@ask-02 ~]# ccs -f testcluster.conf --setuidgid uid=testuid gid=testgid
[root@ask-02 ~]# cat testcluster.conf | grep uidgid
  <uidgid gid="testgid" uid="testuid"/>
[root@ask-02 ~]# ccs -f testcluster.conf --rmuidgid uid=testuid
Error: unable to find uidgid with uid=testuid, gid=
[root@ask-02 ~]# ccs -f testcluster.conf --rmuidgid uid=testuid gid=testgid
Removing uid=testuid, gid=testgid
[root@ask-02 ~]# cat testcluster.conf | grep uidgid
[root@ask-02 ~]#

Comment 10 errata-xmlrpc 2014-10-14 07:29:26 UTC
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-2014-1539.html


Note You need to log in before you can comment on or make changes to this bug.