Use sync mode in kparx when mapping partitions
Pass -s flag to kpartx to fix a potential race condition when deploying (ext|ntfs)dump images. Without -s, kpartx will return right after signaling the device mapper to create the partition block devices. This does not guarantee that the partitions will have been created when snf-image will try to use them.
Please register or sign in to comment