Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
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.
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
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
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.