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 1389943 - [RFE][cli] Add ticket details to pcs status --full as provided by crm_ticket -L
Summary: [RFE][cli] Add ticket details to pcs status --full as provided by crm_ticket -L
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pcs
Version: 7.4
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: rc
: ---
Assignee: Ondrej Mular
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-29 18:31 UTC by Radek Steiger
Modified: 2018-04-10 15:38 UTC (History)
6 users (show)

Fixed In Version: pcs-0.9.162-1.el7
Doc Type: Bug Fix
Doc Text:
Cause: User wants to display tickets status in the cluster. Consequence: The was no way of displaying tickets status in pcs. Fix: Add tickets status into 'pcs status --full' command. Result: Tickets status is now included in the output of 'pcs status --full' command.
Clone Of:
Environment:
Last Closed: 2018-04-10 15:37:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


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 Radek Steiger 2016-10-29 18:31:54 UTC
The crm_ticket tool provides status details on all tickets ever granted within the cluster's run time. Such information is a good candidate on adding into the full status output:

# crm_ticket -l
Ticket1	revoked           last-granted='Wed Oct 19 12:39:38 2016'
MyTicket	granted [standby] last-granted='Sat Oct 29 20:18:42 2016'

# crm_ticket -L
Ticket1	revoked           (granted=false, last-granted='Wed Oct 19 12:39:38 2016', owner=740081096, expires='Thu Oct 27 23:47:40 2016', term=10)
MyTicket	granted [standby] (granted=true, standby=true, last-granted='Sat Oct 29 20:18:42 2016', owner=1858850978, expires='Sat Oct 29 20:22:43 2016', term=21)

Comment 4 Ondrej Mular 2017-11-16 07:01:24 UTC
After fix:
[root@rhel75-node1pcs]# rpm -q pcs
pcs-0.9.162-1.el7.x86_64

> check that no ticket is specified
[root@rhel75-node1 ~]# pcs status --full
Cluster name: rhel75-cluster
Stack: corosync
Current DC: rhel75-node2 (2) (version 1.1.18-5.el7-1a4ef7d180) - partition with quorum
Last updated: Wed Nov 15 13:22:40 2017
Last change: Wed Nov 15 13:22:26 2017 by root via cibadmin on rhel75-node1

2 nodes configured
1 resource configured

Online: [ rhel75-node1 (1) rhel75-node2 (2) ]

Full list of resources:

 fencing	(stonith:fence_xvm):	Started rhel75-node1

Node Attributes:
* Node rhel75-node1 (1):
* Node rhel75-node2 (2):

Migration Summary:
* Node rhel75-node2 (2):
* Node rhel75-node1 (1):

PCSD Status:
  rhel75-node1: Online
  rhel75-node2: Online

Daemon Status:
  corosync: active/disabled
  pacemaker: active/disabled
  pcsd: active/disabled


> grant tickets ticketA and ticketB
[root@rhel75-node1 ~]# crm_ticket --ticket ticketA --grant --force; echo $?
0
[root@rhel75-node2 ~]# crm_ticket --ticket ticketB --grant --force; echo $?
0


> status includes information about ticket
[root@rhel75-node1 ~]# pcs status --full
Cluster name: rhel75-cluster
Stack: corosync
Current DC: rhel75-node2 (2) (version 1.1.18-5.el7-1a4ef7d180) - partition with quorum
Last updated: Wed Nov 15 13:28:00 2017
Last change: Wed Nov 15 13:22:26 2017 by root via cibadmin on rhel75-node1

2 nodes configured
1 resource configured

Online: [ rhel75-node1 (1) rhel75-node2 (2) ]

Full list of resources:

 fencing	(stonith:fence_xvm):	Started rhel75-node1

Node Attributes:
* Node rhel75-node1 (1):
* Node rhel75-node2 (2):

Migration Summary:
* Node rhel75-node2 (2):
* Node rhel75-node1 (1):

Tickets:
  ticketA	granted           (granted=true, last-granted='Wed Nov 15 13:23:36 2017')
  ticketB	granted           (granted=true, last-granted='Wed Nov 15 13:27:58 2017')

PCSD Status:
  rhel75-node1: Online
  rhel75-node2: Online

Daemon Status:
  corosync: active/disabled
  pacemaker: active/disabled
  pcsd: active/disabled

Comment 10 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.