M #-: Assert that fstab config matches existing filesystems (fix)#236
M #-: Assert that fstab config matches existing filesystems (fix)#236sk4zuzu wants to merge 1 commit into
Conversation
Signed-off-by: Michal Opala <sk4zuzu@gmail.com>
|
Description: |
|
Yes, if the device is already mounted one-deploy will skip it even if force flag is provided, as we cannot mkfs on a device that is mounted and we cannot really auto-unmount as we would have to scan running processes that hold the mountpoint and kill them (we can't make that decision in general). This PR simply adds missing (arguably) feature of the mount module, it just detects the discrepancy and gives some time to the user so the mismatch can be corrected. |
No description provided.