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 902451 - RFE: multiple ops on resource creation time
Summary: RFE: multiple ops on resource creation time
Keywords:
Status: CLOSED DUPLICATE of bug 912496
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: pcs
Version: 6.4
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Chris Feist
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-21 17:34 UTC by Jaroslav Kortus
Modified: 2013-08-13 23:44 UTC (History)
3 users (show)

Fixed In Version: pcs-0.9.64-1.el6
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-13 23:44:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jaroslav Kortus 2013-01-21 17:34:07 UTC
Description of problem:
Please update pcs so that the following works:

pcs resource create dummystateful ocf:pacemaker:Stateful op monitor interval="30s" op monitor role="Slave" interval="33s"

Version-Release number of selected component (if applicable):


Expected results:
Two operations as described in the command, as if they were added one after another.

Comment 3 Chris Feist 2013-03-13 21:27:18 UTC
This has been committed upstream (and should be part of the 6.5 resync)

https://github.com/feist/pcs/commit/a491078ebbc76019bd218b454edc2ad056edbae8

Comment 4 Chris Feist 2013-08-13 21:18:28 UTC

[root@ask-02 ~]# rpm -q pcs
pcs-0.9.64-1.el6.noarch
[root@ask-02 ~]# pcs -f test.xml resource create Test Dummy op monitor interval=30s op monitor interval=31s
[root@ask-02 ~]# pcs -f test.xml resource show Test
 Resource: Test (class=ocf provider=heartbeat type=Dummy)
  Operations: monitor interval=30s (Test-monitor-interval-30s)
              monitor interval=31s (Test-monitor-interval-31s)

Comment 5 Chris Feist 2013-08-13 21:33:58 UTC
*** Bug 912496 has been marked as a duplicate of this bug. ***

Comment 6 Chris Feist 2013-08-13 23:44:06 UTC

*** This bug has been marked as a duplicate of bug 912496 ***


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