9484318db058f6098b656856a22a1645d97f7aa3
[stor4nfv.git] / src / ceph / ceph.rc
1 PROJECT="ceph"
2 SUMMARY="a scalable distributed storage system"
3 BRANCH="mimic"
4 REPO="https://github.com/ceph/ceph.git"
5 OPTION=""
6
7 # array including all local patches, e.g.
8 #
9 # SOURCES=(
10 #          "0001-crypto-add-openssl-support-for-RGW-encryption.patch" \
11 #          "0001-add-QAT-support.patch" \
12 #         )
13 SOURCES=(
14          "0001-librbd-shared-persistent-read-only-rbd-cache.patch" \
15          "0002-librbd-cleanup-rbd-shared-RO-cache.patch" \
16          "0003-librbd-fix-bufferlist-point.patch" \
17          "0004-librbd-fix-lookup-object-return.patch" \
18          "0005-librbd-fix-conf-get_val.patch" \
19          "0006-librbd-LRU-policy-based-eviction.patch" \
20          "0007-librbd-cleanup-policy-based-promotion-eviction.patch" \
21          "0008-librbd-implement-async-cache-lookup-and-read.patch" \
22          "0009-librbd-clean-up-on-rbd-shared-cache.patch" \
23          "0010-librbd-new-namespace-ceph-immutable-obj-cache.patch" \
24 )