Error Mounting Glusterfs in Ubuntu 16.04
I am having difficulty getting my Gluster volume mounted at boot.
It will successfully mount with mount -a after boot.
In /var/log/glusterfs/datafile.logI get failed (Connection refused)
I have tried all of the solutions to this question on ServerFault to no avail.
1 Answer
I was having this exact same problem and what worked for me was using x-systemd.automount mentioned on ServerFault:
... added
noauto,x-systemd.automountto myfstabline:gluster1:/volume1 /storage-pool glusterfs defaults,_netdev,noauto,x-systemd.automount 0 0