All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] ceph: uprev from 15.2.8 to 15.2.9
@ 2021-03-26  6:31 Zhang, Qiang
  2021-03-30 20:43 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Qiang @ 2021-03-26  6:31 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

From: Zqiang <qiang.zhang@windriver.com>

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>
---
 .../ceph/{ceph_15.2.8.bb => ceph_15.2.9.bb}            | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename recipes-extended/ceph/{ceph_15.2.8.bb => ceph_15.2.9.bb} (91%)

diff --git a/recipes-extended/ceph/ceph_15.2.8.bb b/recipes-extended/ceph/ceph_15.2.9.bb
similarity index 91%
rename from recipes-extended/ceph/ceph_15.2.8.bb
rename to recipes-extended/ceph/ceph_15.2.9.bb
index f771baa2..0d821f0b 100644
--- a/recipes-extended/ceph/ceph_15.2.8.bb
+++ b/recipes-extended/ceph/ceph_15.2.9.bb
@@ -16,11 +16,11 @@ SRC_URI = "http://download.ceph.com/tarballs/ceph-${PV}.tar.gz \
            file://0001-cmake-add-support-for-python3.9.patch \
 "
 
-SRC_URI[md5sum] = "cab93dadfe38888561d390fd58b8c947"
-SRC_URI[sha256sum] = "64c5eaf8c1e4092e59bc538e9241b6d5cf4ffca92563031abbea8b37b4cab9da"
-SRC_URI[sha1sum] = "77b60c3775cd6e38f2d07870aee550368105c74b"
-SRC_URI[sha384sum] = "2173c5176e9ff3745e4bc493585a8cf14e9e7737cf575551a010b7b84cd6b88b378dc93e6509b3a696732c51f530fa60"
-SRC_URI[sha512sum] = "66c7322575165b4747955ac9de34f9f9e2d4361c8cd8498819383883045601b92f786c4336c79369d6f019db1c4524c492faa40cdceed7fc1b2b373ca6ab5065"
+SRC_URI[md5sum] = "5a949b91199efe130bfe2e57f200eacd"
+SRC_URI[sha256sum] = "ea7fa2be68b3570c5c3aa02774dca27de20b6f20a8498f65e5c4ef375a209ace"
+SRC_URI[sha1sum] = "0503649d7c7d9268cb61b03bbe839106988f87d7"
+SRC_URI[sha384sum] = "57208c126ea8e640c3979073fd64ce58606f17b4b7ed2e005b0792bdfd51b13391af325658d0f68f961f94175d93e891"
+SRC_URI[sha512sum] = "1f55b0a13bf06df782831d0c9d5f8617c22442ab97fb186e6ccb08183e02bf1756caf8633fa6b1cf156c3fb7b1bdff90a60a1249adfad0b9450036e2329bf8ff"
 
 DEPENDS = "boost bzip2 curl expat gperf-native \
            keyutils libaio libibverbs lz4 \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization] [PATCH] ceph: uprev from 15.2.8 to 15.2.9
  2021-03-26  6:31 [meta-virtualization] [PATCH] ceph: uprev from 15.2.8 to 15.2.9 Zhang, Qiang
@ 2021-03-30 20:43 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-03-30 20:43 UTC (permalink / raw)
  To: qiang.zhang; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] ceph: uprev from 15.2.8 to 15.2.9
on 26/03/2021 qiang.zhang@windriver.com wrote:

> From: Zqiang <qiang.zhang@windriver.com>
> 
> 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>
> ---
>  .../ceph/{ceph_15.2.8.bb => ceph_15.2.9.bb}            | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>  rename recipes-extended/ceph/{ceph_15.2.8.bb => ceph_15.2.9.bb} (91%)
> 
> diff --git a/recipes-extended/ceph/ceph_15.2.8.bb b/recipes-extended/ceph/ceph_15.2.9.bb
> similarity index 91%
> rename from recipes-extended/ceph/ceph_15.2.8.bb
> rename to recipes-extended/ceph/ceph_15.2.9.bb
> index f771baa2..0d821f0b 100644
> --- a/recipes-extended/ceph/ceph_15.2.8.bb
> +++ b/recipes-extended/ceph/ceph_15.2.9.bb
> @@ -16,11 +16,11 @@ SRC_URI = "http://download.ceph.com/tarballs/ceph-${PV}.tar.gz \
>             file://0001-cmake-add-support-for-python3.9.patch \
>  "
>  
> -SRC_URI[md5sum] = "cab93dadfe38888561d390fd58b8c947"
> -SRC_URI[sha256sum] = "64c5eaf8c1e4092e59bc538e9241b6d5cf4ffca92563031abbea8b37b4cab9da"
> -SRC_URI[sha1sum] = "77b60c3775cd6e38f2d07870aee550368105c74b"
> -SRC_URI[sha384sum] = "2173c5176e9ff3745e4bc493585a8cf14e9e7737cf575551a010b7b84cd6b88b378dc93e6509b3a696732c51f530fa60"
> -SRC_URI[sha512sum] = "66c7322575165b4747955ac9de34f9f9e2d4361c8cd8498819383883045601b92f786c4336c79369d6f019db1c4524c492faa40cdceed7fc1b2b373ca6ab5065"
> +SRC_URI[md5sum] = "5a949b91199efe130bfe2e57f200eacd"
> +SRC_URI[sha256sum] = "ea7fa2be68b3570c5c3aa02774dca27de20b6f20a8498f65e5c4ef375a209ace"
> +SRC_URI[sha1sum] = "0503649d7c7d9268cb61b03bbe839106988f87d7"
> +SRC_URI[sha384sum] = "57208c126ea8e640c3979073fd64ce58606f17b4b7ed2e005b0792bdfd51b13391af325658d0f68f961f94175d93e891"
> +SRC_URI[sha512sum] = "1f55b0a13bf06df782831d0c9d5f8617c22442ab97fb186e6ccb08183e02bf1756caf8633fa6b1cf156c3fb7b1bdff90a60a1249adfad0b9450036e2329bf8ff"
>  
>  DEPENDS = "boost bzip2 curl expat gperf-native \
>             keyutils libaio libibverbs lz4 \
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-30 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26  6:31 [meta-virtualization] [PATCH] ceph: uprev from 15.2.8 to 15.2.9 Zhang, Qiang
2021-03-30 20:43 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.