]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pg: reduce scrub write lock window
authorMike Ryan <mike.ryan@inktank.com>
Tue, 26 Jun 2012 23:25:27 +0000 (16:25 -0700)
committerMike Ryan <mike.ryan@inktank.com>
Wed, 27 Jun 2012 23:28:10 +0000 (16:28 -0700)
commitecd7ffe7ce6aeab7b03e9c4e8eff26e4fd18ed64
tree05a5d61f0fad412a941b7512941141104ae196df
parent04e1c30127a26c0d98a7c0194b823d297f34eaba
pg: reduce scrub write lock window

Wait for all replicas to construct the base scrub map before finalizing
the scrub and locking out writes.

Signed-off-by: Mike Ryan <mike.ryan@inktank.com>
src/osd/PG.cc
src/osd/PG.h
src/osd/ReplicatedPG.cc