shaneknapp commented on issue #23514: [SPARK-24902][K8s] Add PV integration 
tests
URL: https://github.com/apache/spark/pull/23514#issuecomment-461636214
 
 
   > anyways, this is all moot as it just won't work:
   > 
[kubernetes/minikube#1822](https://github.com/kubernetes/minikube/issues/1822)
   > 
   > TL;DR: you can only mount folders owned by the user running the cluster. 
/tmp is owned by root. no bueno.
   > 
   also confirmed by manually adding a `<filesystem>` share for `/tmp` in the 
virsh config of the minikube cluster and the cluster failing to come up:
   
   `
   $ virsh start minikube
   error: Failed to start domain minikube
   error: internal error: process exited while connecting to monitor: 
2019-02-07T23:33:33.707441Z qemu-system-x86_64: -device 
virtio-9p-pci,id=fs0,fsdev=fsdev-fs0,mount_tag=testlabel,bus=pci.0,addr=0x8: 
Virtio-9p Failed to initialize fs-driver with id:fsdev-fs0 and export path:/tmp
   `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to