From b7b490e3641b61f730d5fa56059616542ea4e83bb774bafa2acf2f928c7dc080 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 30 May 2019 13:41:11 +0000 Subject: [PATCH 1/2] Accepting request 706516 from filesystems:ceph:nautilus bsc#1135030 OBS-URL: https://build.opensuse.org/request/show/706516 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=231 --- ceph-14.2.1-448-g1bd10a856f.tar.bz2 | 3 --- ceph-14.2.1-457-gb42e3171b3.tar.bz2 | 3 +++ ceph-test.changes | 21 ++++++++++++++++++++- ceph-test.spec | 9 ++++++--- ceph.changes | 21 ++++++++++++++++++++- ceph.spec | 9 ++++++--- 6 files changed, 55 insertions(+), 11 deletions(-) delete mode 100644 ceph-14.2.1-448-g1bd10a856f.tar.bz2 create mode 100644 ceph-14.2.1-457-gb42e3171b3.tar.bz2 diff --git a/ceph-14.2.1-448-g1bd10a856f.tar.bz2 b/ceph-14.2.1-448-g1bd10a856f.tar.bz2 deleted file mode 100644 index 6e421e9..0000000 --- a/ceph-14.2.1-448-g1bd10a856f.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5647cf642601692e75377120edb1f6fa170c7c0b7bcc2beb201f9f7020fc51a4 -size 95199301 diff --git a/ceph-14.2.1-457-gb42e3171b3.tar.bz2 b/ceph-14.2.1-457-gb42e3171b3.tar.bz2 new file mode 100644 index 0000000..529aba7 --- /dev/null +++ b/ceph-14.2.1-457-gb42e3171b3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777af31d181f572ce9306900fdb93791a47278f27295d13864875a0b36c7c9d4 +size 95221515 diff --git a/ceph-test.changes b/ceph-test.changes index 96707db..bb920bc 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu May 30 12:59:55 UTC 2019 - Nathan Cutler + +- Update to 14.2.1-457-gb42e3171b3: + + qa/deepsea/salt: + * 1node5disks salt configuration + * grafana_service_check validation test + * Disk drive replacement test + * use "ceph_cm_ansible: false" instead of "ceph_cm: salt" + + spec: Disable LTO in spec when being used (bsc#1135030) + +------------------------------------------------------------------- +Wed May 22 08:40:01 UTC 2019 - Nathan Cutler + +- civetweb: fix file descriptor leak (bsc#1125080, CVE-2019-3821) + (fix has been in since February 2019) +- rgw: sanitize customer encryption keys from log output in v4 auth + (bsc#1121567, CVE-2018-16889) (fix has been in since February 2019) + ------------------------------------------------------------------- Tue May 21 13:46:52 UTC 2019 - Nathan Cutler @@ -7,7 +26,7 @@ Tue May 21 13:46:52 UTC 2019 - Nathan Cutler + monitoring: SNMP OID per every Prometheus alert rule + mgr/dashboard: Validate if any client belongs to more than one group + mgr/dashboard: Admin resource not honored - + mgr/dashboard: Unable to see tcmu-runner perf counters + + mgr/dashboard: Unable to see tcmu-runner perf counters (bsc#1135388) + mgr/dashboard: iSCSI form does not support IPv6 ------------------------------------------------------------------- diff --git a/ceph-test.spec b/ceph-test.spec index 112d948..205966c 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -100,7 +100,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 14.2.1.448+g1bd10a856f +Version: 14.2.1.457+gb42e3171b3 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-14.2.1-448-g1bd10a856f.tar.bz2 +Source0: %{?_remote_tarball_prefix}ceph-14.2.1-457-gb42e3171b3.tar.bz2 %if 0%{?suse_version} Source96: checkin.sh Source97: README-checkin.txt @@ -499,9 +499,12 @@ This package contains Ceph benchmarks and test tools. %if 0%{?suse_version} %endif %prep -%autosetup -p1 -n ceph-14.2.1-448-g1bd10a856f +%autosetup -p1 -n ceph-14.2.1-457-gb42e3171b3 %build +# LTO can be enabled as soon as the following GCC bug is fixed: +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 +%define _lto_cflags %{nil} %if 0%{?rhel} == 7 . /opt/rh/devtoolset-7/enable diff --git a/ceph.changes b/ceph.changes index 96707db..bb920bc 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu May 30 12:59:55 UTC 2019 - Nathan Cutler + +- Update to 14.2.1-457-gb42e3171b3: + + qa/deepsea/salt: + * 1node5disks salt configuration + * grafana_service_check validation test + * Disk drive replacement test + * use "ceph_cm_ansible: false" instead of "ceph_cm: salt" + + spec: Disable LTO in spec when being used (bsc#1135030) + +------------------------------------------------------------------- +Wed May 22 08:40:01 UTC 2019 - Nathan Cutler + +- civetweb: fix file descriptor leak (bsc#1125080, CVE-2019-3821) + (fix has been in since February 2019) +- rgw: sanitize customer encryption keys from log output in v4 auth + (bsc#1121567, CVE-2018-16889) (fix has been in since February 2019) + ------------------------------------------------------------------- Tue May 21 13:46:52 UTC 2019 - Nathan Cutler @@ -7,7 +26,7 @@ Tue May 21 13:46:52 UTC 2019 - Nathan Cutler + monitoring: SNMP OID per every Prometheus alert rule + mgr/dashboard: Validate if any client belongs to more than one group + mgr/dashboard: Admin resource not honored - + mgr/dashboard: Unable to see tcmu-runner perf counters + + mgr/dashboard: Unable to see tcmu-runner perf counters (bsc#1135388) + mgr/dashboard: iSCSI form does not support IPv6 ------------------------------------------------------------------- diff --git a/ceph.spec b/ceph.spec index 216b179..f7e4c5e 100644 --- a/ceph.spec +++ b/ceph.spec @@ -100,7 +100,7 @@ # main package definition ################################################################################# Name: ceph -Version: 14.2.1.448+g1bd10a856f +Version: 14.2.1.457+gb42e3171b3 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-14.2.1-448-g1bd10a856f.tar.bz2 +Source0: %{?_remote_tarball_prefix}ceph-14.2.1-457-gb42e3171b3.tar.bz2 %if 0%{?suse_version} # _insert_obs_source_lines_here ExclusiveArch: x86_64 aarch64 ppc64le s390x @@ -1068,9 +1068,12 @@ This package provides Ceph’s default alerts for Prometheus. # common ################################################################################# %prep -%autosetup -p1 -n ceph-14.2.1-448-g1bd10a856f +%autosetup -p1 -n ceph-14.2.1-457-gb42e3171b3 %build +# LTO can be enabled as soon as the following GCC bug is fixed: +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 +%define _lto_cflags %{nil} %if 0%{?rhel} == 7 . /opt/rh/devtoolset-7/enable From 3b5f0e5f0449a728a51d768ec98bc8e04c18dd9f37fbc8784a4a6a1b5d80e5c3 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 31 May 2019 11:56:11 +0000 Subject: [PATCH 2/2] Accepting request 706653 from filesystems:ceph:nautilus bsc#1124957 OBS-URL: https://build.opensuse.org/request/show/706653 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=232 --- ceph-14.2.1-457-gb42e3171b3.tar.bz2 | 3 --- ceph-14.2.1-463-g99339b576a.tar.bz2 | 3 +++ ceph-test.changes | 8 ++++++++ ceph-test.spec | 10 +++++++--- ceph.changes | 8 ++++++++ ceph.spec | 10 +++++++--- 6 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 ceph-14.2.1-457-gb42e3171b3.tar.bz2 create mode 100644 ceph-14.2.1-463-g99339b576a.tar.bz2 diff --git a/ceph-14.2.1-457-gb42e3171b3.tar.bz2 b/ceph-14.2.1-457-gb42e3171b3.tar.bz2 deleted file mode 100644 index 529aba7..0000000 --- a/ceph-14.2.1-457-gb42e3171b3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:777af31d181f572ce9306900fdb93791a47278f27295d13864875a0b36c7c9d4 -size 95221515 diff --git a/ceph-14.2.1-463-g99339b576a.tar.bz2 b/ceph-14.2.1-463-g99339b576a.tar.bz2 new file mode 100644 index 0000000..7b57b4b --- /dev/null +++ b/ceph-14.2.1-463-g99339b576a.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394d4d4918580cd3c820e997f6236950298e394e4c6c3452c9d0f463a0282c95 +size 95226289 diff --git a/ceph-test.changes b/ceph-test.changes index bb920bc..72907f7 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 31 10:22:35 UTC 2019 - Nathan Cutler + +- Update to 14.2.1-463-g99339b576a: + + qa/deepsea: redirect journalctl output to a logfile + + spec: install/package ceph-volume lvmcache plugin + + common: make ms_bind_msgr2 default to "false" (bsc#1124957) + ------------------------------------------------------------------- Thu May 30 12:59:55 UTC 2019 - Nathan Cutler diff --git a/ceph-test.spec b/ceph-test.spec index 205966c..0914152 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -100,7 +100,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 14.2.1.457+gb42e3171b3 +Version: 14.2.1.463+g99339b576a Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-14.2.1-457-gb42e3171b3.tar.bz2 +Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2 %if 0%{?suse_version} Source96: checkin.sh Source97: README-checkin.txt @@ -499,7 +499,7 @@ This package contains Ceph benchmarks and test tools. %if 0%{?suse_version} %endif %prep -%autosetup -p1 -n ceph-14.2.1-457-gb42e3171b3 +%autosetup -p1 -n ceph-14.2.1-463-g99339b576a %build # LTO can be enabled as soon as the following GCC bug is fixed: @@ -721,8 +721,12 @@ rm -rf %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-md rm -rf %{buildroot}%{_unitdir}/ceph.target rm -rf %{buildroot}%{python_sitelib}/ceph_volume/* rm -rf %{buildroot}%{python_sitelib}/ceph_volume-* +rm -rf %{buildroot}%{python_sitelib}/ceph_lvm* +rm -rf %{buildroot}%{python_sitelib}/ceph_volume_lvm* rm -rf %{buildroot}%{python3_sitelib}/ceph_volume/* rm -rf %{buildroot}%{python3_sitelib}/ceph_volume-* +rm -rf %{buildroot}%{python3_sitelib}/ceph_lvm* +rm -rf %{buildroot}%{python3_sitelib}/ceph_volume_lvm* rm -rf %{buildroot}%{_mandir}/man8/ceph-deploy.8* rm -rf %{buildroot}%{_mandir}/man8/ceph-create-keys.8* rm -rf %{buildroot}%{_mandir}/man8/ceph-run.8* diff --git a/ceph.changes b/ceph.changes index bb920bc..72907f7 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 31 10:22:35 UTC 2019 - Nathan Cutler + +- Update to 14.2.1-463-g99339b576a: + + qa/deepsea: redirect journalctl output to a logfile + + spec: install/package ceph-volume lvmcache plugin + + common: make ms_bind_msgr2 default to "false" (bsc#1124957) + ------------------------------------------------------------------- Thu May 30 12:59:55 UTC 2019 - Nathan Cutler diff --git a/ceph.spec b/ceph.spec index f7e4c5e..ce69080 100644 --- a/ceph.spec +++ b/ceph.spec @@ -100,7 +100,7 @@ # main package definition ################################################################################# Name: ceph -Version: 14.2.1.457+gb42e3171b3 +Version: 14.2.1.463+g99339b576a Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-14.2.1-457-gb42e3171b3.tar.bz2 +Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2 %if 0%{?suse_version} # _insert_obs_source_lines_here ExclusiveArch: x86_64 aarch64 ppc64le s390x @@ -1068,7 +1068,7 @@ This package provides Ceph’s default alerts for Prometheus. # common ################################################################################# %prep -%autosetup -p1 -n ceph-14.2.1-457-gb42e3171b3 +%autosetup -p1 -n ceph-14.2.1-463-g99339b576a %build # LTO can be enabled as soon as the following GCC bug is fixed: @@ -1313,10 +1313,14 @@ rm -rf %{buildroot} %dir %{python_sitelib}/ceph_volume %{python_sitelib}/ceph_volume/* %{python_sitelib}/ceph_volume-* +%{python_sitelib}/ceph_lvm* +%{python_sitelib}/ceph_volume_lvm* %else %dir %{python3_sitelib}/ceph_volume %{python3_sitelib}/ceph_volume/* %{python3_sitelib}/ceph_volume-* +%{python3_sitelib}/ceph_lvm* +%{python3_sitelib}/ceph_volume_lvm* %endif %{_mandir}/man8/ceph-deploy.8* %{_mandir}/man8/ceph-create-keys.8*