> > I found rexray to be a bit buggy with releasing rbd's on time, making
> it difficult for tasks to move to different hosts. But I tested this
> maybe more than a year ago.
>
> It's still buggy in that point. But in our case, it does not happen
> often.
>
> > You can give it a try. Be carefull using the original csi driver, it
> overwrites your /etc/ceph/ceph.conf
> > https://github.com/f1-outsourcing/csiceph/tree/master
>
> I will try in the next days and give you feedback.
>
> Can you show me the "mesos csi plugin json" u use for ceph?
[@~]# cat /etc/mesos-csi/csi-ceph.json
{
"type": "rbd.csi.ceph.io",
"endpoints": [
{
"csi_service": "NODE_SERVICE",
"endpoint": "unix:///tmp/mesos-csi-uuh6Ra/endpoint.sock"
}
],
"target_path_root": "/mnt/mesos-unman-plugin"
}