]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PG: GetLog: don't fail if we get an outdated log
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 18 May 2011 23:15:28 +0000 (16:15 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Thu, 19 May 2011 00:04:17 +0000 (17:04 -0700)
commit524ab3a6f80f054a229ac2fdaa0077b8b020602f
treee10efa1b4ed48c5d533be1d1499a90209dfb9b79
parent92706af3cfb6b51d96405ee8db609625b5837a09
PG: GetLog: don't fail if we get an outdated log

If we request a log from one osd, and then another member of our prior
set comes up with a later last_update, we should not fail when we
receive the first log.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/osd/PG.cc