]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSD: don't assume pending pg removals have flushed
authorSamuel Just <sam.just@inktank.com>
Mon, 7 May 2012 18:32:59 +0000 (11:32 -0700)
committerSamuel Just <sam.just@inktank.com>
Thu, 5 Jul 2012 17:14:59 +0000 (10:14 -0700)
commit3d32712e412b4b2248b99f4741c79bf2fdf7e7d3
tree8bf860b456625a12ea8fd3e318d6b40d8de4e00f
parent91355fb733dde066a94b29cd59f4f88331ef104a
OSD: don't assume pending pg removals have flushed

_create_lock_pg might encounter a preexisting pg collection simply
because the removal transaction had not yet completed.

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