pyttel opened a new pull request, #9:
URL: https://github.com/apache/ozone-helm-charts/pull/9

   ## What changes were proposed in this pull request?
   HDDS-11597. Fixed the helm chart persistent feature of helm chart.
   
   * What changes are proposed in the PR? and Why? It would be better if it is 
written from third person's
     perspective not just for the reviewer.
   
     There was a bug in the helm chart of PVC. Only one PVC for all replicas of 
each component (datanode, om, scm, s3g) was created if persistent mode was 
enabled. In addition the acceessModes where introduced because they are 
mandatory configuration properties.
   
   * Provide as much context and rationale for the pull request as possible. It 
could be copy-paste from
     the Jira's description if the jira is well defined.
   
    The following error showed up installing the helm chart in persistent mode 
`PersistentVolumeClaim "YXZ-datanode" is invalid: spec.accessModes: Required 
value: at least 1 access mode is required`. While testing the wrong PVC 
configuration was discovered and fixed. Both modes persistent and 
non-persistent are still supported.
   
   ## What is the link to the Apache JIRA
   [HDDS-11597](https://issues.apache.org/jira/browse/HDDS-11597) Invalid 
accessModes for ozone helm chart in persistent mode
   
   ## How was this patch tested?
   This was tested manually with Rancher cluster setup on Azure


-- 
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]

Reply via email to