shaneknapp commented on issue #23514: [SPARK-24902][K8s] Add PV integration tests URL: https://github.com/apache/spark/pull/23514#issuecomment-469471660 > Is it broken for kvm? quite possibly. > In my case I just need to test the file rights because I hit [this](https://github.com/kubernetes/minikube/issues/229) (in vm rkt user is used while in the container we have user 185, but 185 cant write to that mounted folder in the vm because only the user on the host machine can write to it by default). But there is a workaround set `--gid` and `--uid` and `--9p-version=9p2000.L`. Hopefully I will be able shortly to report back here a fully working example and maybe we can reproduce it on the test nodes yeah, even if i run a separate `minikube mount` w/the gid and uid options, i still can't get things to work properly. i can log in to the pod, see the mount, and touch files, create dirs, etc, but the integration tests STILL fail on the java `Mkdirs()` call. > (at least this adventure reveals enough for minikube and improves our knowledge). now *that's* an understatement. ;)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
