Comment 8 for bug 613309

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

> Looking at 'cloud-config-misc.conf' script this only waits for the
> filesystem. What prevents this from running prior to the cloud-init
> upstart script?

filesystem won't be fired until after cloud-init has run. I'm not sure on
the particulars, I'm guessing all 'mounted MOUNTPOINT=' events for entries
in /etc/fstab are consumed 'filesystem' event is fired.

That said, I've never seen that fail, and this method was suggested to me
by the upstart author.