fix automouting of gluster mounts on home

This commit is contained in:
2022-10-05 18:44:44 -04:00
parent 58f00230a3
commit 10dbe924ad
9 changed files with 119 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
path: "{{item.path}}"
src: "gluster:/{{item.name}}"
fstype: "glusterfs"
boot: false
boot: true
opts: "direct-io-mode=disable,_netdev,x-systemd.automount 0 0"
state: "{{item.state}}"
with_items: "{{fstab.gluster}}"