Bug 1339355

Summary: [help+man] pcs cluster {start,stop,enable,disable}: there is either "--all" or a list of nodes
Product: Red Hat Enterprise Linux 7 Reporter: Jan Pokorný [poki] <jpokorny>
Component: pcsAssignee: Tomas Jelinek <tojeline>
Status: CLOSED ERRATA QA Contact: cluster-qe <cluster-qe>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 7.2CC: cfeist, cluster-maint, idevat, mlisik, omular, rsteiger, tojeline
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pcs-0.9.156-1.el7 Doc Type: Bug Fix
Doc Text:
Cause: User specifies both the --all flag and a list of nodes when running "pcs cluster start", "pcs cluster stop", "pcs cluster enable" or "pcs cluster disable". Consequence: Pcs ignores the node list and uses the --all flag. Fix: Check if both a list of nodes and the --all flag are specified. Result: Pcs exits with an error explaining only one of the --all flag and a list of nodes can be specified.
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-01 18:22:57 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 and test none

Description Jan Pokorný [poki] 2016-05-24 19:02:21 UTC
Looking merely at the provided syntax, it's not apparent there
is an internal mutual exclusion of "--all" and a list of nodes
(not reading further explanation, one might think that "--all"
is just a command modifier, i.e., do the start/stop in a coordinated
manner between the nodes being started/stopped, while this is true
modulo all known nodes are involved).

What about:

> start [[--all] | [node] [...]] [--wait[=<n>]]

plus perhaps a check that nodes are not being passed when --all is
present?

Comment 3 Tomas Jelinek 2017-01-23 15:37:53 UTC
Created attachment 1243635 [details]
proposed fix and test

Comment 5 Ivan Devat 2017-02-20 07:52:38 UTC
After Fix:

[vm-rhel72-1 ~] $ rpm -q pcs
pcs-0.9.156-1.el7.x86_64

[vm-rhel72-1 ~] $ pcs cluster stop vm-rhel72-1 vm-rhel72-3 --all
Error: Cannot specify both --all and a list of nodes.

Comment 8 errata-xmlrpc 2017-08-01 18:22:57 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/RHBA-2017:1958