]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osdmap: successfully decode short map
authorSage Weil <sage@newdream.net>
Mon, 20 Feb 2012 18:56:25 +0000 (10:56 -0800)
committerSage Weil <sage@newdream.net>
Mon, 20 Feb 2012 18:56:42 +0000 (10:56 -0800)
commitf3a273a65710f940c969c6357123449f152ace56
tree6c27e460e5fdb0abfea7ff64b5990fa44fdc937a
parentf3020c4ae743806701e17ecb24c518559460fd81
osdmap: successfully decode short map

When we send (old) maps to the kclient, we omit the extended section.  Lets
decode those (old, abbreviated maps) successfully, too.

Signed-off-by: Sage Weil <sage@newdream.net>
src/osd/OSDMap.cc