summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2021-11-06 13:28:06 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2021-11-06 13:43:48 +0100
commitdc8c1f16f9a00e2bff21612d1a9cf0ea0f3addf0 (patch)
tree50d79994896355d16b84671e20f9c5dcac75d5e8 /releasenotes
parent0b56cca7f0116a99ac1dd3e5d5aed5647aad662d (diff)
downloadironic-python-agent-dc8c1f16f9a00e2bff21612d1a9cf0ea0f3addf0.tar.gz
Re-read the partition table with partx -a
Re-read the partition table with 'partx -a', rather than 'partx -u'. This should fix an timing issue where the bootloader installation fails to mount the EFI partition from a whole disk image since it is not yet aware of the new partitions (observed with both, the iscsi and the direct deploy interface). Change-Id: If5da3075e813ae01df3decf8f0647aba111b0515
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-rescan-device-7b00c6836b687ce8.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-rescan-device-7b00c6836b687ce8.yaml b/releasenotes/notes/fix-rescan-device-7b00c6836b687ce8.yaml
new file mode 100644
index 00000000..05dee911
--- /dev/null
+++ b/releasenotes/notes/fix-rescan-device-7b00c6836b687ce8.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fixes an issue where partitions are not visible due to a
+ incorrect call to have the partition table re-read.