GlusterFS on Nixos

So i’ve spent actual days trying to get Gluster to automount using NixOS, i’ve tried most every combination and it came down to something super simple

GlusterFS

fsType = “glusterfs”;

Yep thats right! it all started when i used nixos-generate-config to generate hardware-config for me

it used the file type of “fuse.gluster” as the fsType ive been through days of using custom mount flags like _netdev yada yada yada…

so if you want to automount glusterfs on nix just change the fsType to glusterfs from fuse.glusterfs

Simple fix, happens to work!

--

--

Create Read Edit Delete Run Repeat

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store