Comment 14 for bug 1096307

Revision history for this message
Steve Langasek (vorlon) wrote : Re: [Bug 1096307] Re: Boot process hang because 'mountall' fails

On Tue, Dec 10, 2013 at 09:26:47PM -0000, James Burns wrote:
> I'm having the same issue as Nathan. There should be a way to totally
> disable prompting in mountall if this is to be deployed in the cloud.

And do what instead of prompting? The system blocks on mountall because
it's waiting for the filesystem to become available. You have no console,
and you have a misconfigured /etc/fstab. What are you expecting the system
to do here? Try to bring up sshd when half of the filesystem may still be
missing?

If you deploy an image to the cloud with a wrong /etc/fstab, you get to keep
both pieces.

If you have a specific case where mountall is blocking the boot waiting for
some mount point that it *shouldn't* wait for, you'll need to provide more
specific information.