And for what it's worth, I just now looked and noticed rc.local does not really run last in the startup sequence anymore. According to below, it only depends on the network being started. So I could easily be trying my mounts before gluster ever gets fired up. [root at chicago-fw1 system]# pwd /usr/lib/systemd/system [root at chicago-fw1 system]# more rc-local.service # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # This unit gets pulled automatically into multi-user.target by # systemd-rc-local-generator if /etc/rc.d/rc.local is executable. [Unit] Description=/etc/rc.d/rc.local Compatibility ConditionFileIsExecutable=/etc/rc.d/rc.local After=network.target [Service] Type=forking ExecStart=/etc/rc.d/rc.local start TimeoutSec=0 RemainAfterExit=yes SysVStartPriority=99 [root at chicago-fw1 system]# - Greg -----Original Message----- From: gluster-users-bounces at gluster.org [mailto:gluster-users-bounces at gluster.org] On Behalf Of Marcus Bointon Sent: Monday, July 15, 2013 5:05 PM To: gluster-users at gluster.org List Subject: Re: One node goes offline, the other node can't see the replicated volume anymore On 15 Jul 2013, at 21:22, Greg Scott <GregScott at infrasupport.com> wrote: > # The fstab mounts happen early in startup, then Gluster starts up later. > # By now, Gluster should be up and running and the mounts should work. > # That _netdev option is supposed to account for the delay but doesn't > seem # to work right. It's interesting to see that script - that's what's happens to me with 3.3.0. If I set gluster mounts to mount from fstab with _netdev, it hangs the boot completely and I have to go into single user mode (and edit it out of fstab) to recover, though gluster logs nothing at all. Autofs fails too (though I think that's autofs not understanding mounting an NFS volume from localhost), yet it all works on a manual mount. Sad to see you're having trouble with 3.4. I hope you can make it work! Marcus _______________________________________________ Gluster-users mailing list Gluster-users at gluster.org http://supercolony.gluster.org/mailman/listinfo/gluster-users