]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
messages/MOSDBeacon: add beacon msg
authorKefu Chai <kchai@redhat.com>
Fri, 10 Mar 2017 17:27:59 +0000 (01:27 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 30 Mar 2017 12:21:17 +0000 (20:21 +0800)
commit8f3432d5b6148930dc55ce7ef70a5f9bf5fd2d80
treec11bfb5ec7fac70d6de41d9520dc3309170bf7da
parent20900e41fb281e653089e5236f35563d4918eb2d
messages/MOSDBeacon: add beacon msg

osd will send beacon message to monitor periodically to inform it that
"i am still alive!", previously, monitor use the pg-stats to check the
status of OSD, but since osd will only send pg stat to mgr after
luminous, we use a dedicated msg for this purpose.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/messages/MOSDBeacon.h [new file with mode: 0644]
src/msg/Message.cc
src/msg/Message.h