]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: correctly handle the evict op when obs doesn't exist
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 12 Mar 2015 07:10:54 +0000 (15:10 +0800)
committerZhiqiang Wang <zhiqiang.wang@intel.com>
Fri, 17 Apr 2015 01:12:13 +0000 (09:12 +0800)
commit1fa343f2360c6ef725bf6ec63337b379f4f28bfb
tree3666ad9740b33ab3c4a602807422fef5e5b80b25
parenta5b7decbfb1440a941ec6ffa177be0c688259a11
osd/ReplicatedPG: correctly handle the evict op when obs doesn't exist

When obs doesn't exist in the cache tier, which means the object is not
in the cache tier, we can return success for the evict op.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/osd/ReplicatedPG.cc