Comment 11 for bug 1691489

Revision history for this message
Balint Reczey (rbalint) wrote :

I filed a merge request to limit the fsck delay to Azure, please take a look at it.

Regarding the swap I think the least hack-ish safe solution would be relying on systemd-fstab-generator to create the .swap units as usual, and instead of running swapoff/swapon cloud init could find all .swap units and stop them for the time it does things.

That would avoid the race because the generator runs early, before the units, and stopping .swap units is done by systemd.