]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: MonOpRequest: have the monitor dealing with operations
authorJoao Eduardo Luis <joao@redhat.com>
Wed, 4 Feb 2015 17:46:28 +0000 (17:46 +0000)
committerJoao Eduardo Luis <joao@suse.de>
Thu, 16 Jul 2015 16:08:39 +0000 (17:08 +0100)
commit203cb6ad45cce8f7c7843e4e0a441b6c3b5d643a
tree6a64e1d17a3fe2a2babab255fd7115500b60b4f9
parent2731b19aec3214d22475ab39e193a71d2aa727ca
mon: MonOpRequest: have the monitor dealing with operations

Deal with op requests throughout the monitor state machine, instead of
Messages.  These op requests implement TrackedOp, which will be
trackable by the monitor via a OpTracker.  This will allow us to follow
the operation's life cycle, for the duration of any given operation.

Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
src/mon/Makefile.am
src/mon/MonOpRequest.h [new file with mode: 0644]