Hide Forgot
Need ability to create uidgid entries for corosync in cluster.conf using ccs
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 ~]#
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