Accepting request 692560 from filesystems:ceph:nautilus

M13 candidate

OBS-URL: https://build.opensuse.org/request/show/692560
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=218
This commit is contained in:
Nathan Cutler 2019-04-09 09:24:01 +00:00 committed by Git OBS Bridge
parent 5df5549a46
commit 5705279863
7 changed files with 166 additions and 12 deletions

View File

@ -5,6 +5,7 @@
<overwrite>
<conditions>
<arch>x86_64</arch>
<package>ceph</package>
</conditions>
<hardware>
@ -12,7 +13,52 @@
<size unit="G">28</size>
</disk>
<memory>
<size unit="M">9000</size>
<size unit="G">10</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>aarch64</arch>
<package>ceph</package>
</conditions>
<hardware>
<disk>
<size unit="G">28</size>
</disk>
<memory>
<size unit="G">10</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>ppc64le</arch>
<package>ceph</package>
</conditions>
<hardware>
<disk>
<size unit="G">28</size>
</disk>
<memory>
<size unit="G">9</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>s390x</arch>
<package>ceph</package>
</conditions>
<hardware>
<disk>
<size unit="G">28</size>
</disk>
<memory>
<size unit="G">9</size>
</memory>
</hardware>
</overwrite>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2aa96d42039ade682ac24fa1176633154ca57c9d3fa7b450b5d2e05c10c4d180
size 96580558

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40bf77a00f8aa05f6ba8ed8f50137fa09cb61698bd216932fd2c579de628e8e3
size 96766484

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Tue Apr 9 08:49:36 UTC 2019 - ncutler@suse.com
- Update to 14.2.0-465-gdfed19b089:
+ rebase on top of upstream nautilus branch, SHA1 c09e90d1847fc4ffdd7384c9adf7f60c13479095
* dashboard improvements:
# Add Polish language
# Add date range and log search functionality
# Add refresh interval to the dashboard landing page
# Add separate option to config SSL port
# Filter iSCSI target images based on required features
# Fixed auth TTL expired error
# Fixed error when trying to create NFS export without "NFSv3"
# Fixed error when trying to create NFS export without "UDP"
-------------------------------------------------------------------
Fri Mar 29 13:46:45 UTC 2019 - ncutler@suse.com
- Update to 14.2.0-345-g183e6fe4f5:
+ rebase on top of upstream nautilus branch, upstream SHA1 d4290f8edcbadbfecb9396a43a586afe0d0afd00
* common/blkdev: get_device_id: behave if model is lvm and id_model_enc isn't there
* mon/Monitor.cc: print min_mon_release correctly
* mgr/dashboard: dashboard giving 401 unauthorized
-------------------------------------------------------------------
Wed Mar 27 16:07:12 UTC 2019 - ncutler@suse.com
- _constraints: increase x86_64 ceph memory constraint to 10G
after seeing "memory exhausted" build failure on a machine with 9.8G
total memory (including swap)
-------------------------------------------------------------------
Mon Mar 25 13:49:44 UTC 2019 - ncutler@suse.com
- Update to 14.2.0-328-gf3638ba646:
+ rebase on top of upstream nautilus branch, upstream SHA1 41b9e7f94f1f08e8607ef574befaaaf6998a89dd
* librbd: ignore -EOPNOTSUPP errors when retrieving image group membership
* crush: various fixes for weight-sets, the osd_crush_update_weight_set option, and tests
* osd/OSDMap: add 'zone' to default crush map
* common/blkdev: handle devices with ID_MODEL as "LVM PV ..." but valid ID_MODEL_ENC
* mgr/orchestrator: Add error handling to interface
* mon/OSDMonitor: allow 'osd pool set pgp_num_actual'
* rgw: ldap: fix early return in LDAPAuthEngine::init w/uri not empty()
* mon/MgrStatMonitor: ensure only one copy of initial service map
+ drop downstream patch "rgw: dmclock: async scheduler: wrap yield_ctx around
ifdefs" (replaced by https://github.com/ceph/ceph/pull/26634)
-------------------------------------------------------------------
Mon Mar 25 09:52:01 UTC 2019 - ncutler@suse.com
- _constraints: increase aarch64 ceph memory constraint to 10G
after seeing "memory exhausted" build failure on a machine with 9.8G
total memory (including swap)
-------------------------------------------------------------------
Thu Mar 21 08:24:05 UTC 2019 - ncutler@suse.com

View File

@ -99,7 +99,7 @@
# main package definition
#################################################################################
Name: ceph-test
Version: 14.2.0.300+gacd2f2b9e1
Version: 14.2.0.465+gdfed19b089
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -115,7 +115,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.0-300-gacd2f2b9e1.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-14.2.0-465-gdfed19b089.tar.bz2
%if 0%{?suse_version}
Source96: checkin.sh
Source97: README-checkin.txt
@ -500,7 +500,7 @@ This package contains Ceph benchmarks and test tools.
%if 0%{?suse_version}
%endif
%prep
%autosetup -p1 -n ceph-14.2.0-300-gacd2f2b9e1
%autosetup -p1 -n ceph-14.2.0-465-gdfed19b089
%build
@ -567,7 +567,7 @@ ${CMAKE} .. \
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/ceph \
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
-DWITH_MANPAGE=ON \
-DWITH_PYTHON3=ON \
-DWITH_PYTHON3=%{python3_version} \
-DWITH_MGR_DASHBOARD_FRONTEND=OFF \
%if %{with python2}
-DWITH_PYTHON2=ON \

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Tue Apr 9 08:49:36 UTC 2019 - ncutler@suse.com
- Update to 14.2.0-465-gdfed19b089:
+ rebase on top of upstream nautilus branch, SHA1 c09e90d1847fc4ffdd7384c9adf7f60c13479095
* dashboard improvements:
# Add Polish language
# Add date range and log search functionality
# Add refresh interval to the dashboard landing page
# Add separate option to config SSL port
# Filter iSCSI target images based on required features
# Fixed auth TTL expired error
# Fixed error when trying to create NFS export without "NFSv3"
# Fixed error when trying to create NFS export without "UDP"
-------------------------------------------------------------------
Fri Mar 29 13:46:45 UTC 2019 - ncutler@suse.com
- Update to 14.2.0-345-g183e6fe4f5:
+ rebase on top of upstream nautilus branch, upstream SHA1 d4290f8edcbadbfecb9396a43a586afe0d0afd00
* common/blkdev: get_device_id: behave if model is lvm and id_model_enc isn't there
* mon/Monitor.cc: print min_mon_release correctly
* mgr/dashboard: dashboard giving 401 unauthorized
-------------------------------------------------------------------
Wed Mar 27 16:07:12 UTC 2019 - ncutler@suse.com
- _constraints: increase x86_64 ceph memory constraint to 10G
after seeing "memory exhausted" build failure on a machine with 9.8G
total memory (including swap)
-------------------------------------------------------------------
Mon Mar 25 13:49:44 UTC 2019 - ncutler@suse.com
- Update to 14.2.0-328-gf3638ba646:
+ rebase on top of upstream nautilus branch, upstream SHA1 41b9e7f94f1f08e8607ef574befaaaf6998a89dd
* librbd: ignore -EOPNOTSUPP errors when retrieving image group membership
* crush: various fixes for weight-sets, the osd_crush_update_weight_set option, and tests
* osd/OSDMap: add 'zone' to default crush map
* common/blkdev: handle devices with ID_MODEL as "LVM PV ..." but valid ID_MODEL_ENC
* mgr/orchestrator: Add error handling to interface
* mon/OSDMonitor: allow 'osd pool set pgp_num_actual'
* rgw: ldap: fix early return in LDAPAuthEngine::init w/uri not empty()
* mon/MgrStatMonitor: ensure only one copy of initial service map
+ drop downstream patch "rgw: dmclock: async scheduler: wrap yield_ctx around
ifdefs" (replaced by https://github.com/ceph/ceph/pull/26634)
-------------------------------------------------------------------
Mon Mar 25 09:52:01 UTC 2019 - ncutler@suse.com
- _constraints: increase aarch64 ceph memory constraint to 10G
after seeing "memory exhausted" build failure on a machine with 9.8G
total memory (including swap)
-------------------------------------------------------------------
Thu Mar 21 08:24:05 UTC 2019 - ncutler@suse.com

View File

@ -99,7 +99,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 14.2.0.300+gacd2f2b9e1
Version: 14.2.0.465+gdfed19b089
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -115,7 +115,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.0-300-gacd2f2b9e1.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-14.2.0-465-gdfed19b089.tar.bz2
%if 0%{?suse_version}
# _insert_obs_source_lines_here
ExclusiveArch: x86_64 aarch64 ppc64le s390x
@ -1051,7 +1051,7 @@ integrated with the Ceph Manager Dashboard web UI.
# common
#################################################################################
%prep
%autosetup -p1 -n ceph-14.2.0-300-gacd2f2b9e1
%autosetup -p1 -n ceph-14.2.0-465-gdfed19b089
%build
@ -1118,7 +1118,7 @@ ${CMAKE} .. \
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/ceph \
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
-DWITH_MANPAGE=ON \
-DWITH_PYTHON3=ON \
-DWITH_PYTHON3=%{python3_version} \
-DWITH_MGR_DASHBOARD_FRONTEND=OFF \
%if %{with python2}
-DWITH_PYTHON2=ON \