diskimage-builder/diskimage_builder/block_device/level3
Maksim Malchuk 84d6af7de8 Repeat to umount filesystem when exception occurs
Sometimes umount doesn't have much time to finish and failed with
error 'target is busy', but this is not an actual error in some cases
and the operation should be repeated again with some timeout.

This solves the issue and raise actual exception only after several
tries with timeout.

Closes-Bug: #2004492
Change-Id: I069af85b52e20e9fd688f9ae07e66beb2179f3e1
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2023-02-01 20:09:47 +03:00
..
__init__.py Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
mount.py Repeat to umount filesystem when exception occurs 2023-02-01 20:09:47 +03:00