Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP-49641: Ignore errors mounting/unmounting explicit mount points
Code to handle "mount=" options were rewritten adding additional error checking. However this resulted in a feature regression as this poor error handling is used as a "try next if fails" behavior allowing to specify multiple devices for the same mount point. For instance specifying "mount=/dev/sda2:/mnt mount=/dev/disk/by-label/DEMO:/mnt" for the same "/mnt" mount point the two possible device names were attempted. So instead of giving error log the error and continue to restore the old behavior. Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
- Loading branch information