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 1418199 - create more operations / actions defined by a resource agent on creating a resource
Summary: create more operations / actions defined by a resource agent on creating a re...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pcs
Version: 7.3
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: rc
: ---
Assignee: Tomas Jelinek
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-01 09:28 UTC by Tomas Jelinek
Modified: 2018-04-10 15:38 UTC (History)
6 users (show)

Fixed In Version: pcs-0.9.160-1.el7
Doc Type: Bug Fix
Doc Text:
Cause: The user creates a resource. Consequence: Some resource operations defined in the resource agent are missing in the created resource. Fix: Copy all significant resource operations from the agent to the CIB. Result: The resource is created with all operations.
Clone Of:
Environment:
Last Closed: 2018-04-10 15:37:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
proposed fix + tests (47.73 KB, patch)
2017-09-14 15:21 UTC, Tomas Jelinek
no flags Details | Diff
fix - sanitize operation id + tests (9.64 KB, patch)
2017-09-14 16:15 UTC, Tomas Jelinek
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0866 0 None None None 2018-04-10 15:38:37 UTC

Description Tomas Jelinek 2017-02-01 09:28:34 UTC
Description of problem:
When creating a resource, pcs automatically adds resource actions as operations to the resource. These are copied from resource agent metadata. Currently pcs copies monitor, start, stop, promote and demote operations. Pcs should also copy migrate_to, migrate_from, notify, and reload operations. These operations should also be displayed when running the "pcs resource describe" command.


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


How reproducible:
always, easily


Steps to Reproduce:
1. pcs resource describe ocf:heartbeat:VirtualDomain
2. pcs resource create test ocf:heartbeat:VirtualDomain


Actual results:
1. only start, stop and monitor operations are listed
2. only start, stop and monitor operations are added to the new resource


Expected results:
1. migrate_to and migrate_from operations listed as well
2. migrate_to and migrate_from operations created as well

Comment 1 Tomas Jelinek 2017-03-29 07:33:26 UTC
This has also been requested upstream, with a difference to support actions not defined by the ocf standard as well: https://github.com/ClusterLabs/pcs/issues/132

Comment 2 Tomas Jelinek 2017-09-14 15:21:49 UTC
Created attachment 1326101 [details]
proposed fix + tests

All actions / operations defined in resource agent's metadata (except meta-data, status and validate-all) are now copied to the CIB when creating a resource.

Comment 3 Tomas Jelinek 2017-09-14 16:15:15 UTC
Created attachment 1326141 [details]
fix - sanitize operation id + tests

Comment 4 Ivan Devat 2017-10-11 08:15:45 UTC
After Fix:

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

[vm-rhel72-1 ~] $ pcs resource describe ocf:heartbeat:VirtualDomain|grep "^  migrate_\(from\|to\)"
  migrate_from: interval=0s timeout=60
  migrate_to: interval=0s timeout=120


[vm-rhel72-1 ~] $ pcs resource create test ocf:heartbeat:VirtualDomain --force
Warning: required resource option 'config' is missing
[vm-rhel72-1 ~] $ pcs cluster cib --config | grep 'id="test"' -A8
    <primitive class="ocf" id="test" provider="heartbeat" type="VirtualDomain">
      <operations>
        <op id="test-migrate_from-interval-0s" interval="0s" name="migrate_from" timeout="60"/>
        <op id="test-migrate_to-interval-0s" interval="0s" name="migrate_to" timeout="120"/>
        <op id="test-monitor-interval-10" interval="10" name="monitor" timeout="30"/>
        <op id="test-start-interval-0s" interval="0s" name="start" timeout="90"/>
        <op id="test-stop-interval-0s" interval="0s" name="stop" timeout="90"/>
      </operations>
    </primitive>

Comment 9 errata-xmlrpc 2018-04-10 15:37:49 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-2018:0866


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