Celeb Glow
news | March 24, 2026

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.automount to my fstab line:

gluster1:/volume1 /storage-pool glusterfs defaults,_netdev,noauto,x-systemd.automount 0 0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy