rancher / community-catalog

Catalog entries contributed by the community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongodb cluster using volume driver rancher-nfs, crash

danibjor opened this issue · comments

All volumes are mounted to the same folder on the nfs share, so all instances are trying to write to the same folder, overwriting each others config/data.

Just experienced the same issue.

Maybe need to add "per_container: true" ?

It is per container and the permissions are not set on the volume correctly either. I've a catalog entry which I wrote and published to the public company catalog I've set up at https://github.com/INTLFCStone/Rancher-Catalog - feel free to steal it or fork it or whatever. I'd test it before using it in production.