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 1501903 - crm_resource --move does not work with --lifetime
Summary: crm_resource --move does not work with --lifetime
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pacemaker
Version: 7.5
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: rc
: 7.5
Assignee: Ken Gaillot
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-13 12:48 UTC by Tomas Jelinek
Modified: 2018-04-10 15:34 UTC (History)
3 users (show)

Fixed In Version: pacemaker-1.1.18-2.el7
Doc Type: No Doc Update
Doc Text:
The version with this issue was never released
Clone Of:
Environment:
Last Closed: 2018-04-10 15:32:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2018:0860 0 None None None 2018-04-10 15:34:11 UTC

Description Tomas Jelinek 2017-10-13 12:48:18 UTC
Description of problem:
It is no longer possible to specify lifetime when moving a resource using crm_resource --move.


Version-Release number of selected component (if applicable):
# rpm -q pacemaker
pacemaker-1.1.18-1.el7.x86_64


How reproducible:
always, easily


Steps to Reproduce:
1. # crm_resource --resource dummy --move --node rh72-node2 --lifetime=P1H
crm_resource: option '--lifetime' doesn't allow an argument
crm_resource - Perform tasks related to cluster resources.
Allows resources to be queried (definition and location), modified, and moved around the cluster.

Usage: crm_resource (query|command) [options]
{snip}

2. # crm_resource --resource dummy --move --node rh72-node2 --lifetime P1H
Segmentation fault

3. # crm_resource --resource dummy --move --node rh72-node2 --lifetime
Segmentation fault


Actual results:
Either a help is displayed or a segfault happens.


Expected results:
A constraint gets created to move the resource.

Comment 2 Ken Gaillot 2017-10-13 14:13:01 UTC
Thanks for this catch, it was a typo when updating the help text. Trivial fix.

Comment 3 michal novacek 2017-10-16 08:59:57 UTC
qa_ack+: easy reproducer in initial commit

Comment 5 michal novacek 2017-12-04 13:03:33 UTC
I have verified that crm_resource no longer 'Segmention fault' with lifetime parameter
specified in pacemaker-1.1.18-6.el7.x86_64

----

[root@virt-265 ~]# crm_resource --resource dummy --move --node virt-265 --lifetime P1H
Migration will take effect until: 2017-12-04 14:00:15Z

[root@virt-265 ~]# crm_resource --resource dummy --move --node virt-266 --lifetime=P2H
Migration will take effect until: 2017-12-04 15:00:40Z

[root@virt-265 ~]# crm_resource --resource dummy --move --node virt-266 --lifetime
crm_resource: option '--lifetime' requires an argument
crm_resource - Perform tasks related to cluster resources.
Allows resources to be queried (definition and location), modified, and moved around the cluster.

Usage: crm_resource (query|command) [options]
Options:
 -?, --help                     Display this text and exit
...
Report bugs to users

Comment 8 errata-xmlrpc 2018-04-10 15:32:51 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/RHEA-2018:0860


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