Comment 9 for bug 1686514

Revision history for this message
Scott Moser (smoser) wrote :

Stephen,
I think this could be an issue that I saw as a possible issue a while ago, but never reproduced.
 https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+ref/bug/before-fsck
has some details.

For what is normally responsible for mounting the ephemeral disk... its supposed to be just mounted by systemd's normal mounts. cc_mounts.py writes or cleans the entries in /etc/fstab, and then does a 'systemctl daemon-reload' with the intent of having systemd recognize realize the new entries and then handle everything.

I think we should probably treat that bug as separate than this one as it could happen anywhere independent of the disk format.