]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
messages/MOSDMap: significant feature bits.
authorXiaoxi CHEN <xiaoxchen@ebay.com>
Mon, 23 Apr 2018 17:58:11 +0000 (12:58 -0500)
committerSage Weil <sage@redhat.com>
Fri, 27 Apr 2018 16:12:43 +0000 (11:12 -0500)
commitdc7a219468b5a9313b5a1d660c1b61e1e35b718d
tree42a09729043a3d79191d96539a77b542bf4ee004
parentd84a49e262e1a66103a97730d8b09587e5694c44
messages/MOSDMap: significant feature bits.

1. MOSDMap go with features indicating the features
this map encoded for.

2. Only reencode if significant bits mismatch between
target features and my features.

also update mon/OSDMonitor and osd/OSDService to adopt this change.

Signed-off-by: Xiaoxi CHEN <xiaoxchen@ebay.com>
src/messages/MOSDMap.h
src/mon/OSDMonitor.cc
src/osd/OSD.cc