diskimage-builder/diskimage_builder/block_device/level1
Michael Johnson 250aeb5d21 Fix mkfs failure when loop device is not ready
There was a race in diskimage-builder where the mkfs call after a
kpartx -avs for the loop device would fail because the device was
not yet ready.  This adds a udevadm settle call after the kpartx
to make sure the udev event queue has cleared.

Change-Id: I90103b59357edebbac7a641e8980cb282d37561b
Closes-Bug: #1698337
2017-06-17 09:00:13 +10:00
..
__init__.py Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
mbr.py Trivial fix typos 2017-05-31 11:17:05 +07:00
partition.py Pass all blockdevices to bootloader 2017-06-08 17:14:22 +10:00
partitioning.py Fix mkfs failure when loop device is not ready 2017-06-17 09:00:13 +10:00