kayobe/releasenotes/notes/fix-issue-with-wipefs-destroying-mounted-filesystems-77cdfda91689d7d1.yaml
Will Szumski faa5b33fef Fixes an issue with --wipe-disks
The awk expression that was in use prior to this change was fragile
and in some cases could incorrectly identify the unmounted block
devices. This change switches to parsing the json output which
should hopefully be more robust.

Change-Id: Ifa89e7307eb445b4f1708f0c6ac3409b3f96aafe
Story: 2010367
Task: 46578
2022-10-17 17:37:55 +01:00

7 lines
220 B
YAML

---
fixes:
- |
Fixes an issue where a host configure with ``--wipe-disks`` would
wipe block devices that were mounted. See `story
2010367 <https://storyboard.openstack.org/#!/story/2010367>`__ for details.