Jonathan Lefman
2012-Nov-14 15:00 UTC
[Gluster-users] Prevent mount from hanging on reboot
Hi, I am trying to find the correct set of options to put in the fstab entry for my mount so that failed glusterfs mounts will be ignored on bootup instead of hanging the boot process for manual intervention. For example, I would like to use something the nfs option "bg" to do a background mount - see http://linux.die.net/man/5/nfs Thanks, Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121114/41230681/attachment.html>
William L. Sebok
2012-Nov-14 17:19 UTC
[Gluster-users] Prevent mount from hanging on reboot
How about using the automounter instead of /etc/fstab? Bill Sebok Computer Software Manager, Univ. of Maryland, Astronomy Internet: wls at astro.umd.edu URL: http://furo.astro.umd.edu/ On Wed, Nov 14, 2012 at 10:00:31AM -0500, Jonathan Lefman wrote:> Hi, > > I am trying to find the correct set of options to put in the fstab entry > for my mount so that failed glusterfs mounts will be ignored on bootup > instead of hanging the boot process for manual intervention. For example, > I would like to use something the nfs option "bg" to do a background mount > - see http://linux.die.net/man/5/nfs > > Thanks, > > Jon
Use the mount option, "_netdev" which is not really a mount option but is actually an option used by the startup scripts. The gluster mount will make noise about ignoring it, but that's irrelevant. On 11/14/2012 07:00 AM, Jonathan Lefman wrote:> Hi, > > I am trying to find the correct set of options to put in the fstab > entry for my mount so that failed glusterfs mounts will be ignored on > bootup instead of hanging the boot process for manual intervention. > For example, I would like to use something the nfs option "bg" to do > a background mount - see http://linux.die.net/man/5/nfs > > Thanks, > > Jon > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121114/b0d4e92d/attachment.html>