ceph: uprev from 15.2.8 to 15.2.9

Notable Changes:
1. progress module can now be turned on/off, using the
commands: ceph progress on and ceph progress off.
2. PG removal has been optimized in this release.

Signed-off-by: Zqiang <qiang.zhang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Zqiang 2021-03-26 14:31:58 +08:00 committed by Bruce Ashfield
parent 31a5facbef
commit 2e5f311548

View File

@ -16,11 +16,11 @@ SRC_URI = "http://download.ceph.com/tarballs/ceph-${PV}.tar.gz \
file://0001-cmake-add-support-for-python3.9.patch \ file://0001-cmake-add-support-for-python3.9.patch \
" "
SRC_URI[md5sum] = "cab93dadfe38888561d390fd58b8c947" SRC_URI[md5sum] = "5a949b91199efe130bfe2e57f200eacd"
SRC_URI[sha256sum] = "64c5eaf8c1e4092e59bc538e9241b6d5cf4ffca92563031abbea8b37b4cab9da" SRC_URI[sha256sum] = "ea7fa2be68b3570c5c3aa02774dca27de20b6f20a8498f65e5c4ef375a209ace"
SRC_URI[sha1sum] = "77b60c3775cd6e38f2d07870aee550368105c74b" SRC_URI[sha1sum] = "0503649d7c7d9268cb61b03bbe839106988f87d7"
SRC_URI[sha384sum] = "2173c5176e9ff3745e4bc493585a8cf14e9e7737cf575551a010b7b84cd6b88b378dc93e6509b3a696732c51f530fa60" SRC_URI[sha384sum] = "57208c126ea8e640c3979073fd64ce58606f17b4b7ed2e005b0792bdfd51b13391af325658d0f68f961f94175d93e891"
SRC_URI[sha512sum] = "66c7322575165b4747955ac9de34f9f9e2d4361c8cd8498819383883045601b92f786c4336c79369d6f019db1c4524c492faa40cdceed7fc1b2b373ca6ab5065" SRC_URI[sha512sum] = "1f55b0a13bf06df782831d0c9d5f8617c22442ab97fb186e6ccb08183e02bf1756caf8633fa6b1cf156c3fb7b1bdff90a60a1249adfad0b9450036e2329bf8ff"
DEPENDS = "boost bzip2 curl expat gperf-native \ DEPENDS = "boost bzip2 curl expat gperf-native \
keyutils libaio libibverbs lz4 \ keyutils libaio libibverbs lz4 \