Bug 2279998
Summary: | Command for retrieving VIPs hosted on pacemaker nodes is broken | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Mikolaj Ciecierski <mciecier> |
Component: | openstack-tripleo-heat-templates | Assignee: | dabarzil |
Status: | CLOSED ERRATA | QA Contact: | Joe H. Rahme <jhakimra> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 17.1 (Wallaby) | CC: | dabarzil, jbadiapa, jjoyce, lmiccini, mariel, mburns |
Target Milestone: | z4 | Keywords: | Triaged |
Target Release: | 17.1 | Flags: | dabarzil:
needinfo+
|
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-14.3.1-17.1.20240528170747.e7c7ce3.el9ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-11-21 09:30:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mikolaj Ciecierski
2024-05-10 12:52:46 UTC
Verified on RHOS-17.1-RHEL-9-20240909.n.1: [stack@undercloud-0 ~]$ rpm -qa |grep heat-templates openstack-tripleo-heat-templates-14.3.1-17.1.20240528170747.e7c7ce3.el9ost.noarch [root@controller-0 ~]# CLUSTER_NODE=$(crm_node -n) [root@controller-0 ~]# VIPS_TO_MOVE=$(crm_mon --as-xml | xmllint --xpath '//resource[@resource_agent="ocf:heartbeat:IPaddr2" and @role = "Started" and @managed = "true" and ./node[@name = "'${CLUSTER_NODE}'"]]/@id' - | sed -e 's/id=//g' -e 's/"//g') [root@controller-0 ~]# echo $VIPS_TO_MOVE ip-192.168.24.46 ip-172.17.1.109 ip-172.17.4.123 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 (Moderate: RHOSP 17.1.4 (openstack-tripleo-heat-templates) security update), 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/RHSA-2024:9978 |