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 886153 - crm_report uses unavailable crm_* commands
Summary: crm_report uses unavailable crm_* commands
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: pacemaker
Version: 6.4
Hardware: Unspecified
OS: Unspecified
high
low
Target Milestone: rc
: ---
Assignee: Andrew Beekhof
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-11 16:09 UTC by Jaroslav Kortus
Modified: 2012-12-13 22:48 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-13 22:48:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jaroslav Kortus 2012-12-11 16:09:59 UTC
Description of problem:
crm_report creates it's reports using no-longer-shipped crm_* tools:
cib.txt:/root/pcmk-Tue-11-Dec-2012/collector: line 999: crm: command not found
hb_uuid.txt:/root/pcmk-Tue-11-Dec-2012/collector: line 979: crm_uuid: command not found


Version-Release number of selected component (if applicable):
pacemaker-cli-1.1.8-4.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. crm_report -f "2012-12-11 09:50:00"
2. search the output for 'not found'
3. crm* commands found missing
  
Actual results:
* missing crm* commands being used
* probably incomplete report

Expected results:
* up2date commands used
* complete report

Additional info:

Comment 2 Andrew Beekhof 2012-12-12 03:16:30 UTC
The tool doesn't know what kind of installation it is talking to and just attempts to grab anything it can.

In the case of cib.txt, it is a more human readable version of cib.xml
hb_uuid.txt is specific to heartbeat based installations.

In both cases there is no harm done, but I can make a RHEL-specific patch that removes them if necessary.

Comment 3 Jaroslav Kortus 2012-12-12 16:18:15 UTC
Thanks for reply Andrew.

If you are happy with the output it produces (it still contains all the info you need for debugging), then it's OK and we don't need any RHEL specific patch.

Comment 4 Andrew Beekhof 2012-12-13 22:48:30 UTC
Ok, closing.
Thanks for noticing though :)


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