diff options
| author | Suren A. Chilingaryan <csa@suren.me> | 2018-03-23 06:51:23 +0100 |
|---|---|---|
| committer | Suren A. Chilingaryan <csa@suren.me> | 2018-03-23 06:51:23 +0100 |
| commit | c163108c0c0c7b7a4f05da411e98ac0f503e31e0 (patch) | |
| tree | 4934d1b2e98b0e8a94816848e44496e009e6755f /roles/glusterfs | |
| parent | cba41110aa086553192ed5a309a6b8031812c221 (diff) | |
Fix critical bug in docker provisioner, improve mysql performance, provision system users/groups to enable NFS group mapping, various minor fixes
Diffstat (limited to 'roles/glusterfs')
| -rw-r--r-- | roles/glusterfs/templates/export.openshift.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} |
