Josep Manel Andrés
2016-Oct-20 08:38 UTC
[Gluster-users] gluster volume not mounted on boot
Right, Client and server are at the same box. Doesn't really understand what autofs does exactly ... but, isn't it the same to use: sleep 10 && mount /gluster on rc.local ? Cheers! On 20/10/16 09:09, Kevin Lemonnier wrote:> On Wed, Oct 19, 2016 at 06:17:07PM +0200, Josep Manel Andr?s wrote: >> Hi , >> I am trying to mount a volume during boot time, here are the logs from > > Is your client also your server ? If yes, the problem is that gluster > hasn't started yet when fstab is processed, we use autofs as a workaround. > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users >-- Josep Manel Andr?s (josep.andres at bsc.es) Operations - Barcelona Supercomputing Center C/ Jordi Girona, 31 http://www.bsc.es 08034 Barcelona, Spain Tel: +34-93-405 42 14 e-mail: systems at bsc.es Fax: +34-93-413 77 21 ----------------------------------------------- WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message. If you have received this communication in error, please notify the sender and destroy and delete any copies you may have received. http://www.bsc.es/disclaimer
On Thu, Oct 20, 2016 at 10:38:52AM +0200, Josep Manel Andr?s wrote:> Right, Client and server are at the same box. Doesn't really understand > what autofs does exactly ... but, isn't it the same to use: > > sleep 10 && mount /gluster > > on rc.local ? >More or less, yes. AutoFS mounts the directory only when some process tries to access it, could be 10 seconds after boot or 2 hours. The good part is that it'll keep trying at each access until it works, so if your gluster takes 2 minutes to start for some reason, it'll still work, but sleep 10 won't. Now if sleep 10 works for you great, but I guess you wouldn't be posting here if it did :D -- Kevin Lemonnier PGP Fingerprint : 89A5 2283 04A0 E6E9 0111 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: Digital signature URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20161020/fb0f3ce0/attachment.sig>