]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: prefix local maintenance ops methods
authorJason Dillaman <dillaman@redhat.com>
Fri, 11 Mar 2016 01:26:53 +0000 (20:26 -0500)
committerJason Dillaman <dillaman@redhat.com>
Sun, 13 Mar 2016 03:40:16 +0000 (22:40 -0500)
commit14a264d4e2b2d0ac1ecccb2de764753f390480c5
treecbaf9c652efdd85351b9a1a971f0bcea1eb0e590
parentf67bcc05bd266cd06864d2ebb52e9e17cb1256f8
librbd: prefix local maintenance ops methods

This will help to differentiate between the methods that send an RPC
request if the lock isn't owned vs execute locally if it is owned.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/ImageWatcher.cc
src/librbd/Operations.cc
src/librbd/Operations.h
src/librbd/journal/Replay.cc
src/test/librbd/journal/test_mock_Replay.cc
src/test/librbd/mock/MockOperations.h
src/test/librbd/test_internal.cc
src/test/rbd_mirror/image_sync/test_mock_SnapshotCopyRequest.cc
src/tools/rbd_mirror/image_sync/SnapshotCopyRequest.cc