]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: promote Beacon to be a Dispatcher
authorJohn Spray <john.spray@redhat.com>
Fri, 22 Aug 2014 00:17:55 +0000 (01:17 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 2 Sep 2014 13:06:24 +0000 (14:06 +0100)
commit232757f45ea8d8865962e82065b9b57fe6aa6819
treec8c14e94aff0b73e46aaacbdd08c0109ffe109ca
parent17d547ed3e891192175a673d762fe04a06ac085b
mds: promote Beacon to be a Dispatcher

This allows it to handle its own MSG_MDS_BEACON
messages from the mon, outside of mds_lock.

This is less important than the sending of beacons
being outside the lock, but still nice to have and
gets all the beacon messaging in one place.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/Beacon.cc
src/mds/Beacon.h
src/mds/MDS.cc
src/mds/MDS.h