Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add a check for overlay mounts in installer pre-flight checks
Overlay mount in `mountinfo` don't show up as mounts for any particular block device, so the existing check doesn't catch them. This was discovered as our current master can't upgrade because of overlay mount for `/opt` and `apid` image in `/opt/apid` (which will be fixed in a separate PR). Without the check, installer fails on resetting partition table for the disk effectively wiping the node (`device or resource busy` error). Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
- Loading branch information