]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: fix base case for 7fb3804fb workaround
authorSage Weil <sage@inktank.com>
Tue, 23 Jul 2013 20:32:12 +0000 (13:32 -0700)
committerSage Weil <sage@inktank.com>
Tue, 23 Jul 2013 20:32:12 +0000 (13:32 -0700)
commite807770784175b05130bba938113fdbf874f152e
treed8863ebd81ecb664fbf13d61d8e8c23747321776
parente0709ef5edab956b014f4f56c19868d08aea6cc9
mon/OSDMonitor: fix base case for 7fb3804fb workaround

After cluster creation, we have no full map stored and first_committed ==
1.  In that case, there is no need for a full map, since we can get there
from OSDMap() and the incrementals.

Backport: cuttlefish
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Joao Eduardo Luis <joao@inktank.com>
src/mon/OSDMonitor.cc