We have a large 4 node cluster with about 419To split in two main pools, one for NVMe based disks and another one for SSD.
We are planning to use the NVMe RBD to store our VMs and the other pool to store shared data.
Shared data will be very voluminous and with +100 millions of files.
Beside the security issues which have been discussed in this thread, I would like to have your point of view on :
Considering the volume of data and the number of files to be shared / accessed through this method, we need something:
Thanks for your support and help.
We are planning to use the NVMe RBD to store our VMs and the other pool to store shared data.
Shared data will be very voluminous and with +100 millions of files.
Beside the security issues which have been discussed in this thread, I would like to have your point of view on :
- which method would you recommend to access these files within the VMs ?
- bind mount points ? (not so sure about perf… ?)
- Direct CephFS access from within the VMs (with access to the Ceph public network)
- NFS with the already discussed in previous thread NFS-ganesha (which seems to lack
- FUSE mounting
- yet another solution…
Considering the volume of data and the number of files to be shared / accessed through this method, we need something:
- robust enough not to fail upon high load
- shared among all nodes
- with the ability to follow-up the high availability standards set by CEPH
Thanks for your support and help.
Last edited: