mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
Merge pull request #20223 from Yan-waller/wip-walle-180124cephosd
osd: use existing osd_required variable for messenger policy Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn> Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
d4254db9c9
@ -529,13 +529,9 @@ flushjournal_out:
|
||||
client_byte_throttler.get(),
|
||||
nullptr);
|
||||
ms_public->set_policy(entity_name_t::TYPE_MON,
|
||||
Messenger::Policy::lossy_client(CEPH_FEATURE_UID |
|
||||
CEPH_FEATURE_PGID64 |
|
||||
CEPH_FEATURE_OSDENC));
|
||||
Messenger::Policy::lossy_client(osd_required));
|
||||
ms_public->set_policy(entity_name_t::TYPE_MGR,
|
||||
Messenger::Policy::lossy_client(CEPH_FEATURE_UID |
|
||||
CEPH_FEATURE_PGID64 |
|
||||
CEPH_FEATURE_OSDENC));
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user