Skip to content

Commit 8f205e1

Browse files
authored
Merge pull request #283724 from neilverse/main
Main
2 parents 06dd2cd + 259e8ea commit 8f205e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/operator-nexus/concepts-storage.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ status:
5252

5353
In situations where a shared file system is required, the *nexus-shared* storage class is available. This storage class provides a shared storage solution by enabling multiple pods in the same Nexus Kubernetes cluster to concurrently access and share the same volume. The *nexus-shared* storage class is backed by an NFS storage service. This NFS storage service (storage pool currently limited to a maximum size of 1TiB) is available per Cloud Service Network (CSN). Any Nexus Kubernetes cluster attached to the CSN can provision persistent volume from this shared storage pool. Nexus-shared supports both Read Write Once (RWO) and Read Write Many (RWX) access modes. What that means is that the workload applications can make use of either of these access modes to access the shared storage.
5454

55+
<!--- IMG ![Nexus Shared Volume](Docs/media/nexus-shared-volume.png) IMG --->
56+
:::image type="content" source="media/nexus-shared-volume.png" alt-text="Diagram depicting how nexus-shared provisions a volume for a workload in Nexus Kubernetes Cluster":::
57+
58+
Figure: Nexus Shared Volume
59+
5560
Although the performance and availability of *nexus-shared* are sufficient for most applications, we recommend that workloads with heavy I/O requirements use the *nexus-volume* option for optimal performance.
5661

5762
#### Read Write Once (RWO)
@@ -252,7 +257,7 @@ test-deploy-rwx-fdb8f49c-86pv4 1/1 Running 0 18s 10.245.224
252257
test-deploy-rwx-fdb8f49c-9zsjf 1/1 Running 0 18s 10.245.126.74 nexus-cluster-6a8c4018-agentpool1-md-27nw4 <none> <none>
253258
test-deploy-rwx-fdb8f49c-wdgw7 1/1 Running 0 18s 10.245.231.75 nexus-cluster-6a8c4018-agentpool2-md-vhhv6 <none> <none>
254259
```
255-
It can observed from the below output that all pods are writing into the same PVC.
260+
It can be observed from the below output that all pods are writing into the same PVC.
256261
```
257262
# kubectl exec test-deploy-rwx-fdb8f49c-86pv4 -- cat /mnt/hostname.txt
258263
Thu Nov 9 21:51:41 UTC 2023 -- test-deploy-rwx-fdb8f49c-86pv4
296 KB
Loading

0 commit comments

Comments
 (0)