Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore 'ENOENT' (no such file directory) on mount
This fixes a race condition between `udevd` issuing ioctl `BLKRRPART` when block device is closed after partitioning/formatting and Talos trying to mount a partition. When `BLKRRPART` is issued, kernel temporarily wipes out all the in-memory partitions killing `/dev/sdX` devices until partition scan is done. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
- Loading branch information