]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: move case CEPH_MSG_POOLOP to OSDs group 11848/head
authorJaveme <javaloveme@gmail.com>
Wed, 9 Nov 2016 08:07:09 +0000 (16:07 +0800)
committerJaveme <javaloveme@gmail.com>
Wed, 9 Nov 2016 10:11:22 +0000 (18:11 +0800)
commit14a3a9136df7ca6289b76ad249c9ea45febd9d87
tree986f98f3985634ab1cead42822daecb10b2ae958
parentb2fe54bfafc1d769d61098819f7de1e3fc904243
mon: move case CEPH_MSG_POOLOP to OSDs group

The message CEPH_MSG_POOLOP is processed by class OSDMonitor, it's processed
in the same way as other OSD messages in Monitor::dispatch_op(), such as the
following messages:
  CEPH_MSG_MON_GET_OSDMAP, MSG_OSD_BOOT, MSG_OSD_ALIVE...

This patch moves case CEPH_MSG_POOLOP to cases of OSDs group.

Signed-off-by: Javeme <javaloveme@gmail.com>
src/mon/Monitor.cc