talos/internal
Andrey Smirnov ff11fd39c7
fix: race with udevd and mountUserDisks
Fixes #7246

The problem was that `udevd` watches via `inotify` any attempts to open
blockdevices with 'write' access.

Talos was opening with write access, but actually accessing as
read-only, so the fix is to open as read-only.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2023-05-19 22:02:48 +04:00
..
2023-05-11 17:18:08 -04:00