From c1d071978db67dffac5bf450fed3322f16f7f464 Mon Sep 17 00:00:00 2001 From: Christian Huffman Date: Tue, 28 May 2019 13:19:06 -0400 Subject: [PATCH] BZ-1714182: Removed TP notice from NFS. --- storage/persistent-storage/persistent-storage-nfs.adoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/storage/persistent-storage/persistent-storage-nfs.adoc b/storage/persistent-storage/persistent-storage-nfs.adoc index 9ffcc8d8df..d6c1ec1779 100644 --- a/storage/persistent-storage/persistent-storage-nfs.adoc +++ b/storage/persistent-storage/persistent-storage-nfs.adoc @@ -6,19 +6,16 @@ include::modules/common-attributes.adoc[] toc::[] {product-title} clusters can be provisioned with persistent storage -using NFS. Persistent volumes (PVs) and persistent volume claims (PVCs) +using NFS. Persistent volumes (PVs) and persistent volume claims (PVCs) provide a convenient method for sharing a volume across a project. While the NFS-specific information contained in a PV definition could also be defined -directly in a Pod definition, doing so does not create the volume as a +directly in a Pod definition, doing so does not create the volume as a distinct cluster resource, making the volume more susceptible to conflicts. .Additional resources * https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/ch-nfs[Network File System (NFS)] -:FeatureName: Persistent storage using NFS -include::modules/technology-preview.adoc[leveloffset=+1] - include::modules/storage-persistent-storage-nfs-provisioning.adoc[leveloffset=+1] include::modules/storage-persistent-storage-nfs-enforcing-disk-quota.adoc[leveloffset=+1]