This was effectively a no-op, since the default policy was *also*
stateless_server.
This line originates from v0.24 (2010) when we added the cluster msgr.
Signed-off-by: Sage Weil <sage@redhat.com>
ms_public->set_policy(entity_name_t::TYPE_MGR,
Messenger::Policy::lossy_client(osd_required));
- //try to poison pill any OSD connections on the wrong address
- ms_public->set_policy(entity_name_t::TYPE_OSD,
- Messenger::Policy::stateless_server(0));
-
ms_cluster->set_default_policy(Messenger::Policy::stateless_server(0));
ms_cluster->set_policy(entity_name_t::TYPE_MON, Messenger::Policy::lossy_client(0));
ms_cluster->set_policy(entity_name_t::TYPE_OSD,