From fbfabbf5ddf779c4c1a86a3f4f33452a59410a29 Mon Sep 17 00:00:00 2001 From: Bob Furu Date: Thu, 13 Aug 2020 13:25:56 -0400 Subject: [PATCH] BZ1850510 - Update all_squash mount options --- modules/registry-configuring-storage-baremetal.adoc | 4 ++-- modules/registry-configuring-storage-vsphere.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/registry-configuring-storage-baremetal.adoc b/modules/registry-configuring-storage-baremetal.adoc index c3d535277924..69a64705e578 100644 --- a/modules/registry-configuring-storage-baremetal.adoc +++ b/modules/registry-configuring-storage-baremetal.adoc @@ -41,7 +41,7 @@ $ oc get pod -n openshift-image-registry [NOTE] ===== * If the storage type is `emptyDIR`, the replica number cannot be greater than `1`. -* If the storage type is `NFS`, you must enable the `no_wdelay` and `root_squash` mount options. For example: +* If the storage type is `NFS`, you must enable the `no_wdelay` and `all_squash` mount options. For example: + [source,terminal] ---- @@ -51,7 +51,7 @@ $ oc get pod -n openshift-image-registry .Example output [source,terminal] ---- -/mnt/data *(rw,sync,no_wdelay,root_squash,insecure,fsid=0) +/mnt/data *(rw,sync,no_wdelay,all_squash,insecure,fsid=0) ---- + [source,terminal] diff --git a/modules/registry-configuring-storage-vsphere.adoc b/modules/registry-configuring-storage-vsphere.adoc index 5a77e0d5a93b..765e15929706 100644 --- a/modules/registry-configuring-storage-vsphere.adoc +++ b/modules/registry-configuring-storage-vsphere.adoc @@ -49,7 +49,7 @@ $ oc get pod -n openshift-image-registry [NOTE] ===== * If the storage type is `emptyDIR`, the replica number cannot be greater than `1`. -* If the storage type is `NFS`, you must enable the `no_wdelay` and `root_squash` mount options. For example: +* If the storage type is `NFS`, you must enable the `no_wdelay` and `all_squash` mount options. For example: + [source,terminal] ---- @@ -59,7 +59,7 @@ $ oc get pod -n openshift-image-registry .Example output [source,terminal] ---- -/mnt/data *(rw,sync,no_wdelay,root_squash,insecure,fsid=0) +/mnt/data *(rw,sync,no_wdelay,all_squash,insecure,fsid=0) ---- + [source,terminal]