]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: force promote for ops which ec base pool can't handle 5776/head
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 3 Sep 2015 05:36:06 +0000 (13:36 +0800)
committerZhiqiang Wang <zhiqiang.wang@intel.com>
Tue, 8 Sep 2015 07:32:40 +0000 (15:32 +0800)
commit8c2dfadbb95dc1a6c66871d49bdcbba0bb6d4a00
tree0827b38836c7e6e5f6f7eb006bb9b8e397744fd4
parentb199c492b072e5a43f6c134c760c3f178bd176d0
osd: force promote for ops which ec base pool can't handle

For ops which the ec base pool can't handle, if they are proxied to the
base ec pool, ENOTSUPP is returned. Need to force promote the objects
into the cache pool.

Fixes: #12903
Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/osd/OSD.cc