]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
PG: call start_flush in Active() instead of using do_pending_flush()
authorSamuel Just <sam.just@inktank.com>
Wed, 30 Oct 2013 18:10:24 +0000 (11:10 -0700)
committerSamuel Just <sam.just@inktank.com>
Tue, 19 Nov 2013 18:06:24 +0000 (10:06 -0800)
commit6c1aaa4f8027ddab4372d05fa461f573666aa50f
treef1e5452c6422b478b630418f03360e91966da3d2
parente657369c07587482a684705c30af695694236199
PG: call start_flush in Active() instead of using do_pending_flush()

This way, we don't block an OpWQ thread while waiting on the filestore.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/PG.cc
src/osd/PG.h
src/osd/ReplicatedPG.cc