]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: don't skip missing if sentries is empty on pgls
authorSamuel Just <sam.just@inktank.com>
Wed, 6 Nov 2013 22:33:03 +0000 (14:33 -0800)
committerSamuel Just <sam.just@inktank.com>
Thu, 7 Nov 2013 01:55:12 +0000 (17:55 -0800)
commitc7a30b881151e08b37339bb025789921e7115288
tree55255e3983a3acead812b4cf85e74b5afd26e549
parentc6826c1e8a301b2306530c6e5d0f4a3160c4e691
ReplicatedPG: don't skip missing if sentries is empty on pgls

Formerly, if sentries is empty, we skip missing.  In general,
we need to continue adding items from missing until we get
to next (returned from collection_list_partial) to avoid
missing any objects.

Fixes: #6633
Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: David Zafman <david.zafman@inktank.com>
src/osd/ReplicatedPG.cc