From 127f9fcc2067ee446d34ce2aefba3f6f594523b1 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 4 Oct 2018 15:34:41 +0000 Subject: [PATCH] Mount netapp RW Signed-off-by: Patrick Uiterwijk --- inventory/group_vars/oci-registry | 2 ++ inventory/group_vars/oci-registry-stg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/group_vars/oci-registry b/inventory/group_vars/oci-registry index c6d6efaaca..c37c9a89f5 100644 --- a/inventory/group_vars/oci-registry +++ b/inventory/group_vars/oci-registry @@ -15,3 +15,5 @@ tcp_ports: [ udp_ports: [111] registry_gluster_username_prod: registry-prod + +nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3" diff --git a/inventory/group_vars/oci-registry-stg b/inventory/group_vars/oci-registry-stg index 680732381c..aaf9b2e74d 100644 --- a/inventory/group_vars/oci-registry-stg +++ b/inventory/group_vars/oci-registry-stg @@ -14,3 +14,5 @@ tcp_ports: [ udp_ports: [111] registry_gluster_username_stg: registry-stg + +nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3