Bug 2012574
| Summary: | Concurrent transactions when changing the TransportURL | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Brendan Shephard <bshephar> |
| Component: | openstack-heat | Assignee: | Cédric Jeanneret <cjeanner> |
| Status: | CLOSED ERRATA | QA Contact: | David Rosenfeld <drosenfe> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.1 (Train) | CC: | cjeanner, jpretori, ltamagno |
| Target Milestone: | z8 | Keywords: | Triaged |
| Target Release: | 16.1 (Train on RHEL 8.2) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-heat-13.1.0-1.20210819033309.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-24 11:01:44 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
Brendan Shephard
2021-10-10 11:54:11 UTC
Used procedure from reproducer shown in description. Note: needed to update spacing in the yaml shown in description. Formatting was lost when it was pasted into storyboard. (overcloud) [stack@undercloud-0 ~]$ stack create test_stack -t test_config_transport.yaml +---------------------+--------------------------------------+ | Field | Value | +---------------------+--------------------------------------+ | id | a3909e95-6ddf-4626-b9ce-19d8f38d98d2 | | stack_name | test_stack | | description | No description | | creation_time | 2022-01-31T16:24:29Z | | updated_time | None | | stack_status | CREATE_IN_PROGRESS | | stack_status_reason | Stack CREATE started | +---------------------+--------------------------------------+ (overcloud) [stack@undercloud-0 ~]$ stack update test_stack -t test_config_transport_update.yaml +---------------------+--------------------------------------+ | Field | Value | +---------------------+--------------------------------------+ | id | a3909e95-6ddf-4626-b9ce-19d8f38d98d2 | | stack_name | test_stack | | description | No description | | creation_time | 2022-01-31T16:24:29Z | | updated_time | 2022-01-31T16:25:20Z | | stack_status | UPDATE_IN_PROGRESS | | stack_status_reason | Stack UPDATE started | +---------------------+--------------------------------------+ (overcloud) [stack@undercloud-0 ~]$ openstack stack failures list test_stack (overcloud) [stack@undercloud-0 ~]$ 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 16.1.8 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-2022:0986 |