]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: discard scrub reply if pg changed
authorSage Weil <sage.weil@dreamhost.com>
Tue, 8 Feb 2011 16:41:52 +0000 (08:41 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Tue, 8 Feb 2011 16:41:52 +0000 (08:41 -0800)
commitcc525b3a3e19c3239d9c3c5118e61ab22f89df1f
tree0cbcb2dcde8032ae57d9324b046aa1c4c1f72dc7
parenta948aa118007f2968fe81fd7443d74741ae72f6d
osd: discard scrub reply if pg changed

build_scrub_map will bail out if the pg changed.  Discard the result in
that case since the primary will ignore it anyway.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/osd/PG.cc