Solved Gluster-Volume mounts "wrong"

Hi Folks,
I just had to re-setup my 2 server's, and now I'm stumped. FreeBSD12.1-p6, GlusterFS3.11.1.
Bricks are UFS, with mountpoints (via fstab), the Bricks mount without problem, the Gluster-Volume starts, BUT, when mounting it, df -h shows it's mounted, but I think there is something missing. I can access the single bricks with no problems incl. read/write-permissions and whatnot.

But trying to cd /gluster/export results in a "Input/Output error"

with df -h I get a
Code:
/dev/fuse on /gluster/export (fusefs)
I'm confused. My search shows that there seems to be something missing, since every example I found showed
Code:
(fusefs, local, synchronous)
Where is the "local" etc.?

Help?
EDIT: Forgot.
Yes! fuse_load="YES" is in /boot/loader.conf
 
Solved!
Kind of.
I reinstalled the server with UFS-on-Root instead ZFS, and everthing worked out of the box after tweaking the glusterd-file to require "# BEFORE: mountlate" and "# REQUIRE: NETWORKING"

Must have botched something with ZFS.
Ah well.....
 
Back
Top