mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-15 02:32:04 +02:00
Pseudo late mount points (`/system`, `/run` and `/system`) were consistently failing to unmount. While reaching this unmount sequence, we should already have unmounted any children. However, if those are not unmounted, we should log what are we unmounting and unmount them recursively. Fixes #12974 Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>