]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: fix issues with object-map/fast-diff feature interlock
authorJason Dillaman <dillaman@redhat.com>
Thu, 9 May 2019 19:37:26 +0000 (15:37 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 9 May 2019 19:37:26 +0000 (15:37 -0400)
commit8dc6a97b2ad7740963b2d746621db6eed2433e9b
tree82a2992ac99b1800e406c76d22f3b0baa2acd9cd
parent081b060820a145bf28f92385a3978d76e6548b74
librbd: fix issues with object-map/fast-diff feature interlock

Enabling/disabling one should enable/disable the other.

Fixes: http://tracker.ceph.com/issues/39521
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/operation/DisableFeaturesRequest.cc
src/librbd/operation/EnableFeaturesRequest.cc
src/test/librbd/image/test_mock_RefreshRequest.cc