Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-25 | systemd: make systemd-fsck run after cloud-init.service | Scott Moser | |
cloud-init.service may write filesystems (fs_setup) or re-partition (disk_setup) disks. If systemd-fsck is running on a device while that is occuring then the partitioning or mkfs might fail due to the device being busy. Alternatively, the fsck might fail and cause subsequent mount to fail. LP: #1691489 |