ironic-python-agent/releasenotes/notes/fix-local-boot-for-partition-images-755f570dc0982868.yaml
kartikeyaj0 319efe2c2d Fixes local boot for partition images
IPA is not properly checking if the root partition is already
mounted. Device is being passed to os.path.ismount() instead
of the mount point.

Story: 2008631
Task: 41839
Change-Id: I37a6e7e6bbe0bbbb0317c6e55bb822dafe7cce20
2021-02-17 10:56:31 +05:30

8 lines
185 B
YAML

---
fixes:
- |
IPA now properly checks if the root partition is already mounted.
See `Story 2008631
<https://storyboard.openstack.org/#!/story/2008631>`_
for details.