]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: do not request backlog from peers with empty pg
authorSage Weil <sage@newdream.net>
Wed, 29 Sep 2010 15:25:27 +0000 (08:25 -0700)
committerSage Weil <sage@newdream.net>
Wed, 29 Sep 2010 15:45:06 +0000 (08:45 -0700)
commit0523ce102f368489b8fed344907eec5004d03526
tree3fa46c8847734cca6fc19698502ee7aa64220c2b
parentaa04c8fbbdab1615cd2430a729998ac5a7c6fe46
osd: do not request backlog from peers with empty pg

This avoids stalling out peering, because the peer just responds with
another 'empty' PG::Info in response (which we already have).

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