From c163108c0c0c7b7a4f05da411e98ac0f503e31e0 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 23 Mar 2018 06:51:23 +0100 Subject: Fix critical bug in docker provisioner, improve mysql performance, provision system users/groups to enable NFS group mapping, various minor fixes --- roles/glusterfs/templates/export.openshift.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/glusterfs/templates/export.openshift.conf.j2') diff --git a/roles/glusterfs/templates/export.openshift.conf.j2 b/roles/glusterfs/templates/export.openshift.conf.j2 index b2c547f..85132cb 100644 --- a/roles/glusterfs/templates/export.openshift.conf.j2 +++ b/roles/glusterfs/templates/export.openshift.conf.j2 @@ -19,6 +19,7 @@ EXPORT { Protocols = "3", "4" ; Transports = "UDP","TCP"; SecType = "sys"; + Manage_gids = true; {% if nfs.rw is defined %} {% for net in nfs.rw %} -- cgit v1.2.3