From 534a07f8d0066bde677f4c96d87f51c5abc2c930 Mon Sep 17 00:00:00 2001 From: Joyce Fee Date: Tue, 3 Dec 2024 12:23:55 -0500 Subject: [PATCH] Minor wording update re NFS as a storage mechanism --- modules/deploy/partials/requirements.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deploy/partials/requirements.adoc b/modules/deploy/partials/requirements.adoc index 428a1d6fc..92a5bae39 100644 --- a/modules/deploy/partials/requirements.adoc +++ b/modules/deploy/partials/requirements.adoc @@ -81,7 +81,7 @@ ifdef::env-kubernetes[] For information about supported volume types for different data in Redpanda, see xref:manage:kubernetes/storage/k-volume-types.adoc[]. endif::[] + -CAUTION: Avoid using NFS (Network File System) for the Redpanda data directory or the Tiered Storage cache. +CAUTION: The Network File System (NFS) is unsupported for use as the storage mechanism for the Redpanda data directory or for the Tiered Storage cache. ifdef::env-kubernetes[- A default StorageClass that can provision PersistentVolumes with at least 20Gi of storage.]