Hi, We’ve been operating a ceph storage system storing files using librados (using a replicated pool on rust disks). We implemented a cache over the top of this with SSDs, however we now want to turn this off. The documentation suggests setting the cache mode to forward before draining the pool, however the ceph management controller spits out an error about this saying that it is unsupported and hence dangerous. The thing is I cannot really locate any documentation as to why it’s considered unsupported and under what conditions it is expected to fail: I have read a passing comment about EC pools having data corruption, but we are using replicated pools. Is this something that is safe to do? Otherwise I have noted the read proxy mode of cache tiers which is documented as a mechanism to transition from write back to disabled, however the documentation is even sparser on this than forward mode. Would this be a better approach if there is some unsupported behaviour in the forward mode cache option? Any thoughts would be appreciated - we really cannot afford to corrupt the data, and I really do not want to have to do some manual software based eviction on this data. regards Stuart
|
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com