RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
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:
Embargoed:


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.