From cde977f0b769c3d1d0a8b5bd8d3f53085240d31f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 8 Sep 2017 14:51:51 -0400 Subject: [PATCH] mon: fwd mgr commands unconditionally Signed-off-by: Sage Weil --- src/mon/Monitor.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 3088a2f518f5a..4b584e872018c 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -3001,8 +3001,7 @@ void Monitor::handle_command(MonOpRequestRef op) << "entity='" << session->entity_name << "' " << "cmd=" << m->cmd << ": dispatch"; - if (mon_cmd->is_mgr() && - osdmon()->osdmap.require_osd_release >= CEPH_RELEASE_LUMINOUS) { + if (mon_cmd->is_mgr()) { const auto& hdr = m->get_header(); uint64_t size = hdr.front_len + hdr.middle_len + hdr.data_len; uint64_t max = -- 2.39.5