]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix off-by-one is boot subscription 1298/head
authorSage Weil <sage@inktank.com>
Sat, 22 Feb 2014 16:08:37 +0000 (08:08 -0800)
committerSage Weil <sage@inktank.com>
Sat, 22 Feb 2014 16:08:37 +0000 (08:08 -0800)
commit70d23b9a0ad9af5ca35a627a7f93c7e610e17549
tree7bbe5ee226403e5810ddb8b337ca074dd49f0da9
parenta715c7f23fbaa1e9d58a2c109bcea343a61d1044
osd: fix off-by-one is boot subscription

If we have osdmap N, we want to onetime subscribe
starting at N+1.  Among other things, it means we
hear when the NOUP flag is cleared.

This appears to have broken somewhere around
3c76b81f2f96b790b72f2088164ed8e9d5efbba1.

Fixes: #7511
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/OSD.cc