Bug 1142126

Summary: Add support for uidgid entries in corosync.conf
Product: Red Hat Enterprise Linux 7 Reporter: Tomas Jelinek <tojeline>
Component: pcsAssignee: Tomas Jelinek <tojeline>
Status: CLOSED WONTFIX QA Contact: cluster-qe <cluster-qe>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 7.0CC: cfeist, cluster-maint, tojeline
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-12-15 07:31:17 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: 1134426    
Bug Blocks:    

Description Tomas Jelinek 2014-09-16 08:16:26 UTC
Description of problem:
Pcs has ability to list/add/remove udigid entries in the /etc/corosync/uidgid.d directory (bz 1019368) but it ignores uidgid entries in corosync.conf

Version-Release number of selected component (if applicable):
pcs-0.9.115-32.el7

How reproducible:
always

Steps to Reproduce:
1. Add uidgid to corosync.conf
[root@rh70-node1 ~]# echo -e "uidgid {\n  uid: user1\n  gid: group1\n}" >> /etc/corosync/corosync.conf
2. List udigid using pcs
[root@rh70-node1 ~]# pcs cluster uidgid 
No uidgids configured in cluster.conf

Actual results:
[root@rh70-node1 ~]# pcs cluster uidgid 
No uidgids configured in cluster.conf

Expected results:
[root@rh70-node1 ~]# pcs cluster uidgid 
UID/GID: uid=user1 gid=group1

Comment 5 RHEL Program Management 2020-12-15 07:31:17 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.