]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: don't set object map to nonexistent during image sync
authorJason Dillaman <dillaman@redhat.com>
Wed, 4 May 2016 03:15:58 +0000 (23:15 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 4 May 2016 12:33:21 +0000 (08:33 -0400)
commitfe5d4a811f9d9d1160ff7104fe9243cc17ef1bef
tree831f61f98b4ebe6cf8d11a8c3c37e55232a2617c
parentadb14303ccf8a26ed5536bb692ae63d92ac40a9f
rbd-mirror: don't set object map to nonexistent during image sync

The object maps are initialized to nonexistent at snapshot creation,
so this operation is unnecessary.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/rbd_mirror/image_sync/test_mock_ObjectCopyRequest.cc
src/tools/rbd_mirror/image_sync/ObjectCopyRequest.cc