mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-01 12:01:14 +02:00
This change allows for more accurate mount reporting as /proc/mounts is a symlink to /proc/self/mounts and contains mounts that are relative to the running process. In our case this was osd. This caused inaccurate reporting of mounts since they were relative to osd when we really wanted mounts relative to machined. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>