]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: using fingerprint OID if fingerprint is set
authormyoungwon oh <omwmw@sk.com>
Sun, 22 Jul 2018 16:35:58 +0000 (01:35 +0900)
committermyoungwon oh <omwmw@sk.com>
Fri, 7 Sep 2018 12:11:16 +0000 (21:11 +0900)
commit42e24a441f41f82576899a55dfe025320716d599
treef3e103c9b02f148ec1f1da1c266838abcbea8fc4
parent4efb0b60070c07b1c5e482a217d17aa138e7b3d7
osd: using fingerprint OID if fingerprint is set

cas class is introduced(cas class includes a write_or_get op)
This operation increase the reference count
if the chunk is already stored.

Signed-off-by: Myoungwon Oh <omwmw@sk.com>
14 files changed:
src/cls/CMakeLists.txt
src/cls/cas/cls_cas.cc [new file with mode: 0644]
src/cls/cas/cls_cas_client.cc [new file with mode: 0644]
src/cls/cas/cls_cas_client.h [new file with mode: 0644]
src/cls/cas/cls_cas_ops.h [new file with mode: 0644]
src/cls/refcount/cls_refcount.cc
src/cls/refcount/cls_refcount_client.cc
src/cls/refcount/cls_refcount_ops.h
src/common/options.cc
src/objclass/class_api.cc
src/objclass/objclass.h
src/osd/PrimaryLogPG.cc
src/osd/PrimaryLogPG.h
src/test/librados/tier.cc