Bug 1330774 - RFE: Add a --simulate switch to pcs
Summary: RFE: Add a --simulate switch to pcs
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: pcs
Version: 8.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: 8.2
Assignee: Tomas Jelinek
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-26 23:12 UTC by Michele Baldessari
Modified: 2021-04-05 16:28 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-01 03:02:58 UTC
Type: Bug
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1230919 0 medium CLOSED [RFE] help people utilizing pcs in scripts by exposing "capabilities" 2021-02-22 00:41:40 UTC

Internal Links: 1230919

Description Michele Baldessari 2016-04-26 23:12:03 UTC
The idea behind this request is to add a --simulate switch to
pcs that will print out the actions that the cluster will take
without actually doing it.  
                               
The background for this is that for an operator it is quite hard
to predict what the cluster will do after a "pcs ..." action.
Especially in complex clusters (think of the control plane in openstack)
with lots of constraints and resources this becomes an especially daunting 
task.                          
                               
An example output could be: 
$ pcs --simulate resource disable foo 
                               
The following actions will be undertaken:
1. resource A (depends on B) will stop on all nodes
2. resource B (depends on foo) will stop on all nodes
                               
                               
One of the side effects here would be to reuse crm_simulate and make
it completely user-friendly.

Comment 3 Tomas Jelinek 2017-05-29 13:08:04 UTC
This is not easy to do because many commands push the CIB several times and therefore there is not a single point at the end of the commands to put running crm_simulate to. These commands need to be overhauled to only push the CIB once at their end so pcs can ask pacemaker to simulate it. We can add a generic simulate mechanism to the new architecture and connect it to commands being moved to the new architecture.

Comment 8 RHEL Program Management 2020-11-01 03:02:58 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.

Comment 9 Ken Gaillot 2021-04-05 16:28:33 UTC
FYI: crm_simulate in the Pacemaker upstream master branch (expected to land in upstream 2.1.0 and RHEL 8.5/9.0beta) now has an --output-as=xml option, to obtain reliably parseable output (the text output may change from release to release).


Note You need to log in before you can comment on or make changes to this bug.