Skip to content

Commit f681af4

Browse files
btjddkwon17
andauthored
Clarify NFS limitations, quota, and solutions (CRW-9475) (#2980)
* Clarify NFS limitations, quota, and solutions (CRW-9475) * Update modules/administration-guide/pages/configuring-storage.adoc Co-authored-by: David Kwon <[email protected]> --------- Co-authored-by: David Kwon <[email protected]>
1 parent 3f9d491 commit f681af4

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

modules/administration-guide/pages/configuring-storage.adoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,19 @@
77
[id="configuring-storage"]
88
= Configuring storage
99

10-
[WARNING]
10+
[IMPORTANT]
11+
12+
.Understanding supported storage protocols and requirements
13+
1114
====
12-
{prod-short} does not support the Network File System (NFS) protocol.
15+
{prod} workspaces require storage with **volumeMode: FileSystem** because the development environment is designed to store project files, code, and configurations in a standard, hierarchical directory structure (such as /projects).
16+
17+
While Network File System (NFS) is one of the few protocols that natively supports the necessary **ReadWriteMany (RWX)** access mode for running concurrent workspaces (the Per-User strategy), standard {Kubernetes} NFS provisioning presents certain operational challenges:
18+
19+
* *Quota Enforcement Failure:* Kubernetes Persistent Volume Claims (PVCs) cannot reliably enforce storage quotas on a generic NFS volume. This limitation means a single workspace could exceed its allocated storage, potentially consuming the entire shared volume and leading to resource exhaustion, which causes widespread instability for all other users.
20+
* *Stability and Concurrency:* Generic NFS implementations often lack the robust locking and cache coherency required to maintain data integrity when multiple cluster nodes access the same volume concurrently, potentially leading to workspace instability.
21+
22+
To overcome these stability and quota issues, it is recommended to use certified **clustered or managed storage solutions** that provide robust CSI drivers. These solutions use the NFS protocol but enforce enterprise-grade features, including strict quota enforcement and high-performance RWX file access, ensuring reliable operation for the Per-User strategy. Examples include community-supported distributed storage projects or third-party CSI drivers offered by most cloud providers.
1323
====
1424

1525
* xref:configuring-storage-classes.adoc[]

0 commit comments

Comments
 (0)