Bugzilla – Bug 1090476
Stopping NetworkManager service leaves file systems on Linux Software RAID unmounted
Last modified: 2018-06-16 13:18:49 UTC
Stopping NetworkManager with the command $ systemctl stop NetworkManager causes all file systems on MD RAID to be unmounted. The output from $ journalctl -b -x contains messages like nm-dispatcher[4158]: ping: /dev/disk/by-id/md-uuid-775f49b4: Name or service not known or nm-dispatcher[4158]: ping: /dev/disk/by-id/md-uuid-d24b21d0: Temporary failure in name resolution twice for every missing file system. Note that the full names of the links to the MD devices look like this: /dev/disk/by-id/md-uuid-775f49b4:763861e1:7a7b3564:c03270d3 If I remember correctly, the problem occurred the first time around April/Mai 2017.
*** Bug 1090094 has been marked as a duplicate of this bug. ***
Could this problem be caused by the colons in the device names? I replaced all entries /dev/disk/by-id/md-uuid-xxxxxxxx:xxxxxxxx:xxxxxxxx:xxxxxxxx with the corresponding /dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx in my /etc/fstab, and the file systems are no longer left unmounted when stopping NetworkManager.