← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:bug/before-fsck into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:bug/before-fsck into cloud-init:master has been updated.

Commit Message changed to:

systemd: make systemd-fsck run after cloud-init.service

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

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/324191
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/before-fsck into cloud-init:master.


Follow ups