]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd, test: do not increment refcount if a previous snapshot have a same chunk
authormyoungwon oh <ohmyoungwon@gmail.com>
Wed, 1 Jul 2020 13:57:21 +0000 (22:57 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Tue, 18 Aug 2020 16:38:05 +0000 (01:38 +0900)
commit0945fa65447ba6d118cf806200622f9c440b618f
treeba74e9665c367d6e75c0381e709233bda26b2797
parent06bedbb8bf37998a1b3da227326885a319f701d1
osd, test: do not increment refcount if a previous snapshot have a same chunk

When flush is started, check a previous snapshot and making target chunk's
state clean if there is the same chunk in the previous snapshot

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