mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-03 16:41:17 +01:00
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>