From c22906c9436335c91478cc1b2910e06b3569a627 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 24 Sep 2023 20:45:45 +0200 Subject: [PATCH] Fix glusterfs --- roles/docker-cluster/tasks/gluster.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/docker-cluster/tasks/gluster.yml b/roles/docker-cluster/tasks/gluster.yml index a808878..440724f 100644 --- a/roles/docker-cluster/tasks/gluster.yml +++ b/roles/docker-cluster/tasks/gluster.yml @@ -12,4 +12,5 @@ path: /srv src: 192.168.50.100:/gv0 fstype: glusterfs - state: present \ No newline at end of file + state: present + opts: defaults, p_netdev