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]