To be tested with https://github.com/ceph/ceph/pull/66572
Signed-off-by: Venky Shankar <vshankar@redhat.com>
def test_cephfs_mirror_incremental_sync(self):
""" Test incremental snapshot synchronization (based on mtime differences)."""
+
+ self.skipTest("temporarily disable test: snapdiff bug - see https://tracker.ceph.com/issues/74984")
+
self.setup_mount_b(mds_perm='rw')
repo = 'ceph-qa-suite'
repo_dir = 'ceph_repo'
mirror daemon should identify the purge and switch to using remote
comparison to sync the snapshot (in the next iteration of course).
"""
+
+ self.skipTest("temporarily disable test: snapdiff bug - see https://tracker.ceph.com/issues/74984")
+
self.setup_mount_b(mds_perm='rw')
repo = 'ceph-qa-suite'
repo_dir = 'ceph_repo'