]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: return -EINVAL if op is for existing cache tier
authormyoungwon oh <ohmyoungwon@gmail.com>
Wed, 24 Feb 2021 14:39:50 +0000 (23:39 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Thu, 25 Feb 2021 01:19:56 +0000 (10:19 +0900)
commit61b43e93bbb636c4852a304da031497a4c3671e3
treeb07568d6182d31b2acacaf2c446c8e18d0c35ebe
parent511cde8cedb9a63029d0154a145941d4ac6056cf
osd: return -EINVAL if op is for existing cache tier

At the end of unit test, flush and evict are called.
But, those ops affect manifest object because
cache_mode is not set to NONE sometime.

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com>
src/osd/PrimaryLogPG.cc