]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librbd: set FUA on writes in remove_full_try()
authorIlya Dryomov <idryomov@gmail.com>
Sat, 16 Oct 2021 21:12:34 +0000 (23:12 +0200)
committerDeepika Upadhyay <dupadhya@redhat.com>
Sat, 23 Oct 2021 16:34:58 +0000 (22:04 +0530)
commit7f5e1ce326e3bd55c8a16b4345a0bf284b6aef5a
tree727a21ffa8b383a3c2886249845e92f7ca70c0ab
parente7d152fce8107992eb45c87b4c82b40b6629dd7c
test/librbd: set FUA on writes in remove_full_try()

Work around write-back or write-around cache getting enabled (e.g. if
one runs the tests with rbd_cache_writethrough_until_flush disabled).

Fixes: https://tracker.ceph.com/issues/52883
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/test/librbd/test_librbd.cc