Skip to content

Conversation

@amandalindsay
Copy link
Contributor

For https://hazelcast.atlassian.net/browse/DOC-573

As part of the Diagnostic Logging work, we need to document how to mount one or more Persistent Volume Claims (PVCs) directly to a Hazelcast cluster.

Sergii suggests this goes into a new topic under Configuration properties.

The work to add the fields to the CRD has been done in PR: https://github.com/hazelcast/hazelcast-platform-operator/pull/1432

@netlify
Copy link

netlify bot commented Sep 2, 2025

Deploy Preview for pedantic-goldberg-f76ec1 ready!

Name Link
🔨 Latest commit 04a71bc
🔍 Latest deploy log https://app.netlify.com/projects/pedantic-goldberg-f76ec1/deploys/68b845226acb390008d0b55b
😎 Deploy Preview https://deploy-preview-330--pedantic-goldberg-f76ec1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@amandalindsay amandalindsay marked this pull request as ready for review September 2, 2025 14:05
@amandalindsay amandalindsay requested a review from a team as a code owner September 2, 2025 14:05
Copy link
Contributor

@oliverhowell oliverhowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments/suggestions - wonder if it's worth linking https://docs.hazelcast.com/hazelcast/5.5/getting-started/persistence (now that I've fixed it in the Enterprise PR)?

@@ -0,0 +1,41 @@
= Mount Persistent Volume Claims for Hazelcast clusters
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
= Mount Persistent Volume Claims for Hazelcast clusters
= Mount Persistent Volume Claims (PVCs) for Hazelcast clusters

WDYT?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the first line explains this "You can mount one or more Persistent Volume Claims (PVCs) directly to your Hazelcast cluster" and in the interest of keeping the headings short, I think it's best to leave as is


== How it works

- Define one or more PVCs in the persistenceVolumeClaims section of your Hazelcast custom resource (CR).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Define one or more PVCs in the persistenceVolumeClaims section of your Hazelcast custom resource (CR).
- Define one or more PVCs in the `persistenceVolumeClaims` section of your Hazelcast custom resource (CR).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


== Example: Configure diagnostics with a named PVC

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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`.
Below is an example configuration that shows how to define a PVC and use it for diagnostics logging by specifying the `pvcName` field. The diagnostic logs will be stored in the PVC mounted at `/data/diagnostics-pvc-volume`.

@amandalindsay amandalindsay merged commit 8fa0c01 into main Sep 3, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants