Hide Forgot
Need ability to create uidgid entries for corosync in cluster.conf using pcs
Bumping, we need this for RHOS use case.
Before Fix: [root@ask-02 test]# rpm -q pcs pcs-0.9.90-2.el6.noarch [root@ask-02 test]# pcs cluster uidgid ... prints usage information ... After Fix: [root@ask-02 test]# rpm -q pcs pcs-0.9.101-1.el6.noarch [root@ask-02 test]# pcs cluster uidgid add uid=feist gid=feist [root@ask-02 test]# cat /etc/cluster/cluster.conf | grep uidgid <uidgid gid="feist" uid="feist"/> [root@ask-02 test]# pcs cluster uidgid rm uid=feist gid=feist [root@ask-02 test]# cat /etc/cluster/cluster.conf | grep uidgid [root@ask-02 test]#
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-1526.html