ironic-lib/releasenotes/notes
Julia Kreger 2a83c0add0 Rescan after making partition changes
Long story short, we need to rescan after making
partition changes.

Without forcing a filesystem sync and rescan operation,
we rely upon lazy write-out from buffers to the block
device when operating with a ramdisk.

This is because ramfs does NOT actually operate with fsync
where as GNU parted utilizes fsync on the device in an
attempt to force the write to disk to occur. This is fine
if your booted with devfs, or say even a physical block
device that backs /dev, just not ramfs.

Change-Id: I66481d5f3c17a489f7bdf0af82e31b9107605968
Story: 2006423
Task: 36316
2019-08-21 08:27:29 -04:00
..
extend-list-partitions-b71f81c77f6ecfdb.yaml Include partiton name and flags from parted output 2019-03-30 06:11:35 +00:00
fix-metadisk-partitioning-32d3fca274290dd6.yaml Use last digit to determine paritition naming scheme 2019-07-04 14:19:51 +01:00
rescan-for-partition-write-out-3fbb92ae5c2a33c6.yaml Rescan after making partition changes 2019-08-21 08:27:29 -04:00