Bug 1725183

Summary: running pcs as a non-root user drops --options
Product: Red Hat Enterprise Linux 8 Reporter: Tomas Jelinek <tojeline>
Component: pcsAssignee: Tomas Jelinek <tojeline>
Status: CLOSED ERRATA QA Contact: cluster-qe <cluster-qe>
Severity: unspecified Docs Contact:
Priority: high    
Version: 8.1CC: cfeist, cluster-maint, idevat, mlisik, nhostako, omular, tojeline
Target Milestone: rcKeywords: Regression
Target Release: 8.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pcs-0.10.2-3.el8 Doc Type: No Doc Update
Doc Text:
This bz fixes a bug introduced in RHEL 8.1 pcs packages. If we get this fixed in 8.1, there will be nothing to document.
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-05 20:40:02 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:
Attachments:
Description Flags
proposed fix none

Description Tomas Jelinek 2019-06-28 15:30:33 UTC
Description of problem:
When a non-root user runs pcs and uses --options in the command, the options are ignored by pcs


Version-Release number of selected component (if applicable):
pcs-0.10.2-2.el8


How reproducible:
always, easily


Steps to Reproduce:
1. switch to a non-root user
2. pcs cluster start --all


Actual results:
Cluster is started on the local node only:
$ pcs cluster start --all
Starting Cluster...


Expected results:
Cluster is started on all cluster nodes:
$ pcs cluster start --all
rh80-node1: Starting Cluster...
rh80-node2: Starting Cluster...


Additional info:
This was working fine in pcs-0.10.1

Comment 1 Tomas Jelinek 2019-07-02 11:48:35 UTC
Created attachment 1586667 [details]
proposed fix

Test is in comment 0.

Comment 4 Ivan Devat 2019-07-09 08:27:44 UTC
After Fix

[ant8 ~] $ rpm -q pcs
pcs-0.10.2-3.el8.x86_64
[ant8 ~] $ su user1
[user1@ant8 root]$ pcs status
Error: cluster is not currently running on this node
[user1@ant8 root]$ pcs cluster start --all
bee8: Starting Cluster...
ant8: Starting Cluster...

Comment 8 errata-xmlrpc 2019-11-05 20:40:02 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.

https://access.redhat.com/errata/RHEA-2019:3311