]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: ensure clones are readable after find_object_context 1386/head
authorSamuel Just <sam.just@inktank.com>
Thu, 6 Mar 2014 01:39:42 +0000 (17:39 -0800)
committerSamuel Just <sam.just@inktank.com>
Thu, 6 Mar 2014 16:48:32 +0000 (08:48 -0800)
commitbafd76ada36dbd0deb26becaedc1294cf18a5bd9
tree6f42fd4b54242443be99ad51bcc7a08f143523c0
parent9d387d38de5fdfb404fc1f7228be5c3f571fc144
ReplicatedPG: ensure clones are readable after find_object_context

We only get EAGAIN if the object is missing.  We also need the
clone to be readable if we are reading it.

The other find_object_context callers already require !degraded.

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