Phillip Neumann

Results 11 comments of Phillip Neumann

Hm.. ok im sorry. That actually did not work. When creating or destroying ZFS datasets from a container like the podHelper's one, we need to mount the directory as 'Bidirectional',...

I guess this can be done enabling the mountPropagation=Bidirectional directly, near [here](https://github.com/rancher/local-path-provisioner/blob/master/provisioner.go#L376), but that would require the pod helper to run privileged, thus probably would need to be enabled via...

Hi @innobead, Thanks for your comment, but i think for this to work it needs the bidirectional mounting thing enabled. May be a good idea to wait for that first....

Hey @derekbit , well I would love to. But I think some changes needs to be done previously. Im actually using [these](https://github.com/killfill/local-path-provisioner/commit/c16b3b6dac0c7e15e6ef041674be0a7db93a244f) changes for my little setup, which works, but...

All right, adding the example file as a PR. It actually needs the head-master tag, (and probably the next release v0.0.22). Hope it helps.

If i modify the cljs_deps.js and delete the react reference like this, it seems to work fine. But that file gets re-generated on every change.. so its not quite fun.....

Works great, thanks!!

@gAmUssA You mean something like that? I would guess it's a good idea to leave the rack awareness enabled by default. When k8s is on cloud, it actually does has...