I want to set up a Swarm with persistent and replicated volumes through Ceph. I see these options to combine both services, once both are set up:
- Configure the host OS to mount a CephFS in
/var/lib/docker/volumes. - Use rexray/rbd as a volume driver.
- Use rexray/s3fs to access Ceph object store, which is S3-compatible.
I wonder now: which option would deliver fastest performance? Is there another better option that I'm missing? Thanks.