You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/07/27 00:22:00 UTC

[GitHub] [ozone] GeorgeJahad opened a new pull request #2464: new k3s version changes PV mount permissions to root only.

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai merged pull request #2464: HDDS-5500. Fix broken kubernetes test

Posted by GitBox <gi...@apache.org>.
adoroszlai merged pull request #2464:
URL: https://github.com/apache/ozone/pull/2464


   


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org