Signed-off-by: Sage Weil <sage@redhat.com>
m->mon_features = ceph::features::mon::get_supported();
mon->collect_metadata(&m->metadata);
- // This field is unused completely in luminous, but jewel uses it to
- // determine whether we are a dumpling mon due to some crufty old
- // code. It only needs to see this buffer non-empty, so put
- // something useless there.
- m->sharing_bl = mon->get_local_commands_bl(mon->get_required_mon_features());
-
mon->messenger->send_message(m, mon->monmap->get_inst(who));
// set a timer