shuan1026 commented on code in PR #53:
URL: https://github.com/apache/ozone-helm-charts/pull/53#discussion_r3701016577
##########
charts/ozone/values.yaml:
##########
@@ -303,20 +303,11 @@ helm:
# This can happen if PVC has been deleted or is not reachable.
# This is used for decommissioning OM
backoffLimit: 5
- # Helm Manager persistence (this is enabled automatically if al least one
- # of datanode, scm or om is enabled)
persistence:
- # Enable persistence
- enabled: false
- # Persistence access modes
- accessModes:
- - ReadWriteOnce
- # Path for Storage Container Manager volume mount
+ # Subdirectory under om.persistence.path used for chart-managed markers
+ # (e.g. the OM bootstrap "bootstrapped" stamp). Not a separate PVC —
+ # this path lives on the OM's own persistent volume.
path: /data
Review Comment:
Agreed, removed helm.persistence entirely — see 3638069.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]