]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: encode OSDMap::Incremental with same features as OSDMap 11596/head
authorSage Weil <sage@redhat.com>
Fri, 21 Oct 2016 16:25:08 +0000 (12:25 -0400)
committerSage Weil <sage@redhat.com>
Fri, 21 Oct 2016 16:27:48 +0000 (12:27 -0400)
commit916ca6a0aaa32bd9c2b449e0d7fbd312c29f06e5
tree3d4ccb9f2178fe454ebf5b35d90eff9d20d23848
parentb2a3d281c01e943e0e4934020acadd51b357a851
mon/OSDMonitor: encode OSDMap::Incremental with same features as OSDMap

The Incremental encode stashes encode_features, which is
what we use later to reencode the updated OSDMap.  Use
the same features so that the encoding will match!

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc