GeorgeJahad opened a new pull request #2464: URL: https://github.com/apache/ozone/pull/2464
This commit reverts k3s until a better solution is found. ## What changes were proposed in this pull request? kubernetes tests are failing because the latest k3s has changed the permissions of mount persistentVolumes to be root only. this breaks all our persistent volume tests which use the "hadoop" user. the tests were disabled in a previous PR: https://github.com/apache/ozone/pull/2459 This PR re-enables them by reverting k3s to the last working version. Problem is described in this k3s issue: Cannot write data to local PVC #3704 https://github.com/k3s-io/k3s/issues/3704 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5500 ## How was this patch tested? kubernetes.sh tests -- 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]
