Skip to content

Commit 04a71bc

Browse files
committed
DOC-573: edits from feedback
1 parent 7dbe18f commit 04a71bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/ROOT/pages/mount-pvc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ You can mount one or more Persistent Volume Claims (PVCs) directly to your Hazel
44

55
== How it works
66

7-
- Define one or more PVCs in the persistenceVolumeClaims section of your Hazelcast custom resource (CR).
7+
- Define one or more PVCs in the `persistenceVolumeClaims` section of your Hazelcast custom resource (CR).
88
- Each PVC will be mounted at `/data/<name>`, where `<name>` is the value of the name field in your PVC configuration.
99
- Features that require persistent storage (such as diagnostics, persistence, or the CP Subsystem) can reference the PVC by specifying its name, using the appropriate field (e.g., `pvcName`).
1010

1111
This mechanism decouples the PVC definition from feature configuration, making it easier to manage and reuse storage across different Hazelcast features.
1212

13-
For more information, see the xref:api-ref.adoc#[API].
13+
For more information, see the xref:api-ref.adoc#[API]. For a tutorial on enabling persistence, see link:https://docs.hazelcast.com/hazelcast/latest/getting-started/persistence[Persist Map Entries on Disk]
1414

1515
== Example: Configure diagnostics with a named PVC
1616

17-
Below is an example configuration that shows how to define a PVC and use it for diagnostics logging by specifying the pvcName field. The diagnostics logs will be stored in the PVC mounted at `/data/diagnostics-pvc-volume`.
17+
Below is an example configuration that shows how to define a PVC and use it for diagnostics logging by specifying the `pvcName` field. The diagnostics logs will be stored in the PVC mounted at `/data/diagnostics-pvc-volume`.
1818

1919
[source,yaml]
2020
----

0 commit comments

Comments
 (0)