| Summary: | nova - multiple block_device_mapping records | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Simon Reber <sreber> |
| Component: | openstack-nova | Assignee: | Lee Yarwood <lyarwood> |
| Status: | CLOSED WONTFIX | QA Contact: | Joe H. Rahme <jhakimra> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0 (Juno) | CC: | afariasa, aguetta, bschmaus, dasmith, eglynn, fahmed, fan-wxa, hfukumot, kchamart, ltamagno, lyarwood, mas-hatada, mfuruta, mschuppe, mzheng, pablo.iranzo, sbauza, sclewis, sgordon, sreber, srevivo, tvignaud, vromanso |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-12 13:02:23 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1581780, 1235795, 1273812 | ||
|
Comment 3
Nikola Dipanov
2016-03-04 13:44:28 UTC
Ok so I spent some time digging into the already reported bugs and it seems that this has been reported already: https://bugs.launchpad.net/nova/+bug/1427060 The proposed patch: https://review.openstack.org/#/c/163177/ seems outdated though, so I'll try to work on a more up-to-date one. Opening this bug up so that other duplicates can be closed out. *** Bug 1342347 has been marked as a duplicate of this bug. *** *** Bug 1341937 has been marked as a duplicate of this bug. *** *** Bug 1340996 has been marked as a duplicate of this bug. *** *** Bug 1305408 has been marked as a duplicate of this bug. *** *** Bug 1376818 has been marked as a duplicate of this bug. *** Moving back to ON_DEV, the current plan is to remove duplicate BDMs in 14/R with an online migration before then introducing a new constraint around volume_id and instance_uuid on the table in 15/S. While this doesn't fix the underlying race it will ensure duplicate records are not left in the DB. *** Bug 1608221 has been marked as a duplicate of this bug. *** Hi, Is this issue already fixed on a newer version? If yes, since which version? Hi, Is this issue already fixed on a newer version? If yes, since which version? *** Bug 1906485 has been marked as a duplicate of this bug. *** While this remains something that I'd like to eliminate through a reworking the attach volume flow [1] to automatically create and update BDMs within the API we've not seen any additional hits of this recently and so for the time being we will be closing this out as WONTFIX. [1] https://docs.openstack.org/nova/latest/reference/attach-volume.html |