ironic-python-agent/releasenotes/notes/fix_partition_cleanup-46491861c930db12.yaml
Arne Wiebalck c7aec775ff Software RAID: Don't delete partitions too early
Partions on the holder disk should only be deleted after
all RAID devices have been deleted. Otherwise, super blocks
on partitions which reside on the same disks cannot be cleaned.

Story: #2008199
Task: #40979
Change-Id: I19293f5b992cd1fa68957d6f306dcec8f3b7a820
2020-09-28 10:35:12 +02:00

7 lines
268 B
YAML

---
fixes:
- |
Fixes a bug where the partitions created during software RAID setup are cleaned
too early and therefore may prevent the proper cleaning of the md superblocks.
Leaving superblocks behind will impact the creation of new md devices later on.