Replies: 1 comment
-
A flaky network will usually be quite problematic. There is no guarantee that data has not been modified on an other system once the network comes back after a temporary interruption. In case the data was changed remotely, and something wrote to the local dm-cache device, a split-brain can happen. Someone needs to decide which side of the data is the right one. Maybe it is possible to tune RBD for working with dm-cache and network interruptions. Or, for CephFS, you may want to look into FS-Cache (I don't know if CephFS supports that though). The best venue to ask about guidance and experience from others is at https://lists.ceph.io/hyperkitty/list/[email protected]/ . The discussions in this GitHub project are for Ceph-CSI, which is only a driver to provision/mount Ceph based storage. |
Beta Was this translation helpful? Give feedback.
-
What's the best practices of accessing ceph over flaky network connection? For example, can I setup a local dm-cache binding ceph with a local SSD to buffer the I/O? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions