Bug 2251805
| Summary: | OSP17.1 scale down fails Transport endpoint is not connected | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | David Rosenfeld <drosenfe> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Luca Miccini <lmiccini> |
| Status: | CLOSED ERRATA | QA Contact: | Joe H. Rahme <jhakimra> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 17.1 (Wallaby) | CC: | aromito, lmiccini, mariel, mburns, prgutier, sbaker, slinaber |
| Target Milestone: | z2 | Keywords: | Regression, Triaged |
| Target Release: | 17.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-14.3.1-17.1.20231103010825.el9ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-01-16 14:31:45 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: | |||
The task which is failing is "Getting Nova compute hostname" which was added in this change[1]. This looks like something which PIDONE needs to triage. [1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/890802 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 (Red Hat OpenStack Platform 17.1.2 bug fix and enhancement 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-2024:0209 |
Description of problem: scale down of a compute or controller node is attempted using openstack overcloud node delete command. The command fails with error: FATAL | Getting Nova compute hostname | computerhel8-0 | error={"changed": true, "cmd": ["crm_node", "-n"], "delta": "0:00:00.019401", "end": "2023-11-23 22:16:08.377597", "msg": "non-zero return code", "rc": 102, "start": "2023-11-23 22:16:08.358196", "stderr": "error: Could not connect to controller: Transport endpoint is not connected", "stderr_lines": ["error: Could not connect to controller: Transport endpoint is not connected"], "stdout": "", "stdout_lines": []} ssh to all controller nodes is successful when the error is seen. Version-Release number of selected component (if applicable): RHOS-17.1-RHEL-9-20231122.n.1 How reproducible: Every time Steps to Reproduce: 1. scale down a node. Example scale down command: openstack overcloud node delete -y --stack overcloud --baremetal-deployment /home/stack/composable_roles/network/baremetal_deployment.yaml 2. 3. Actual results: Scale down fails with error above. Expected results: scale down completes successfully with no error. Additional info: