Raspbian automatic forward porter [Sun, 9 Feb 2020 06:18:46 +0000 (06:18 +0000)]
Merge version 14.2.6-5+rpi1 and 14.2.7-1 to produce 14.2.7-1+rpi1
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Merge ceph (14.2.7-1) import into refs/heads/workingbranch
Ceph Packaging Team [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
add-option-to-disable-ceph-dencoder
===================================================================
Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch
Ceph Packaging Team [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
fix-bash-completion-location
Gbp-Pq: Name fix-bash-completion-location
Ceph Packaging Team [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
debian-armel-armhf-buildflags
Gbp-Pq: Name debian-armel-armhf-buildflags.patch
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Fix building with clang.
Forwarded: yes
https://tracker.ceph.com/issues/43437
Gbp-Pq: Name fix-clang-build.patch
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.
i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch
Jesse Williamson [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Adds max_connections to test display.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch
Jesse Williamson [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Makes SOMAXCONN user-configurable.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch
Jesse Williamson [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Adds max_connections to reference configuration.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch
James Page james.page@ubuntu.com, Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Avoid use of size_t when necessary
Forwarded: no
On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.
Gbp-Pq: Name 32bit-avoid-size_t.patch
James Page james.page@ubuntu.com, Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Avoid overloading on 32 bit architectures
Forwarded: no
unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo
Gbp-Pq: Name 32bit-avoid-overloading.patch
Ceph Packaging Team [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
disable-crypto
Gbp-Pq: Name disable-crypto.patch
Tiago Stürmer Daitx [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
use --release 7 instead of -source/-target
Bug-Ubuntu: https://launchpad.net/bugs/
1756854
Bug-Ubuntu: https://launchpad.net/bugs/
1766998
Forwarded: no
Last-Update: 2018-04-24
Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
ceph (14.2.7-1) unstable; urgency=medium
* [
a68d12f] Update upstream source from tag 'upstream/14.2.7'
Update to upstream version '14.2.7'
with Debian dir
1125b03b88e8da85cf70f7cc540c1c30fa95d456
This also contains a fix for
[CVE-2020-1700]: Fixed a flaw in RGW beast frontend that
could lead to denial of service from an unauthenticated client.
CVE-2020-1699 was patched since 14.2.6-3.
* [
1474595] Removing patches applied upstream
[dgit import unpatched ceph 14.2.7-1]
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Import ceph_14.2.7.orig.tar.xz
[dgit import orig ceph_14.2.7.orig.tar.xz]
Bernd Zeimetz [Fri, 31 Jan 2020 23:47:27 +0000 (23:47 +0000)]
Import ceph_14.2.7-1.debian.tar.xz
[dgit import tarball ceph 14.2.7-1 ceph_14.2.7-1.debian.tar.xz]
Peter Michael Green [Thu, 30 Jan 2020 19:46:53 +0000 (19:46 +0000)]
Manual merge of version 14.2.6-4+rpi1 and 14.2.6-5 to produce 14.2.6-5+rpi1
Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Merge ceph (14.2.6-5) import into refs/heads/workingbranch
Ernesto Puerta [Wed, 15 Jan 2020 12:54:26 +0000 (13:54 +0100)]
[PATCH] mgr/dashboard: fix improper URL checking
This change disables up-level references beyond the HTTP base directory.
[CVE-2020-1699]
Fixes: https://tracker.ceph.com/issues/43607
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Gbp-Pq: Name
0443e40c11280ba3b7efcba61522afa70c4f8158.patch
Ceph Packaging Team [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
add-option-to-disable-ceph-dencoder
===================================================================
Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch
Ceph Packaging Team [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
fix-bash-completion-location
Gbp-Pq: Name fix-bash-completion-location
Ceph Packaging Team [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
debian-armel-armhf-buildflags
Gbp-Pq: Name debian-armel-armhf-buildflags.patch
Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Fix building with clang.
Forwarded: yes
https://tracker.ceph.com/issues/43437
Gbp-Pq: Name fix-clang-build.patch
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.
i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch
Jesse Williamson [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Adds max_connections to test display.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch
Jesse Williamson [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Makes SOMAXCONN user-configurable.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch
Jesse Williamson [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Adds max_connections to reference configuration.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch
James Page james.page@ubuntu.com, Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Avoid use of size_t when necessary
Forwarded: no
On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.
Gbp-Pq: Name 32bit-avoid-size_t.patch
James Page james.page@ubuntu.com, Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Avoid overloading on 32 bit architectures
Forwarded: no
unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo
Gbp-Pq: Name 32bit-avoid-overloading.patch
Ceph Packaging Team [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
disable-crypto
Gbp-Pq: Name disable-crypto.patch
Tiago Stürmer Daitx [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
use --release 7 instead of -source/-target
Bug-Ubuntu: https://launchpad.net/bugs/
1756854
Bug-Ubuntu: https://launchpad.net/bugs/
1766998
Forwarded: no
Last-Update: 2018-04-24
Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch
Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
ceph (14.2.6-5) unstable; urgency=medium
* [
966df1a] Removing cython from Build-deps.
Thanks to Sandro Tosi (Closes: #936282)
* [
38fdd89] clang ist not available on sh4
* [
3c97474] Replace findstring by filter where needed.
Thanks jrtc27 for the hint.
* [
c694d0d] Pass -DHAVE_NEON=0 to cmake on armel.
Instead of "fixing" CMakeCache.txt.
* [
825a942] Revert "Don't build ceph on mipsel."
This reverts commit
424ea9b82f956daa8fa9c0539d0752ccfdc7caf6.
Thanks to peter green (Closes: #949528)
* [
79aef26] Remove merge fail
[dgit import unpatched ceph 14.2.6-5]
Bernd Zeimetz [Tue, 21 Jan 2020 20:21:17 +0000 (20:21 +0000)]
Import ceph_14.2.6-5.debian.tar.xz
[dgit import tarball ceph 14.2.6-5 ceph_14.2.6-5.debian.tar.xz]
Raspbian automatic forward porter [Tue, 21 Jan 2020 16:10:32 +0000 (16:10 +0000)]
Merge version 14.2.6-1+rpi1 and 14.2.6-4 to produce 14.2.6-4+rpi1
Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Merge ceph (14.2.6-4) import into refs/heads/workingbranch
Ernesto Puerta [Wed, 15 Jan 2020 12:54:26 +0000 (13:54 +0100)]
[PATCH] mgr/dashboard: fix improper URL checking
This change disables up-level references beyond the HTTP base directory.
[CVE-2020-1699]
Fixes: https://tracker.ceph.com/issues/43607
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Gbp-Pq: Name
0443e40c11280ba3b7efcba61522afa70c4f8158.patch
Ceph Packaging Team [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
add-option-to-disable-ceph-dencoder
===================================================================
Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch
Ceph Packaging Team [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
fix-bash-completion-location
Gbp-Pq: Name fix-bash-completion-location
Ceph Packaging Team [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
debian-armel-armhf-buildflags
Gbp-Pq: Name debian-armel-armhf-buildflags.patch
Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Fix building with clang.
Forwarded: yes
https://tracker.ceph.com/issues/43437
Gbp-Pq: Name fix-clang-build.patch
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.
i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch
Jesse Williamson [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Adds max_connections to test display.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch
Jesse Williamson [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Makes SOMAXCONN user-configurable.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch
Jesse Williamson [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Adds max_connections to reference configuration.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch
James Page james.page@ubuntu.com, Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Avoid use of size_t when necessary
Forwarded: no
On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.
Gbp-Pq: Name 32bit-avoid-size_t.patch
James Page james.page@ubuntu.com, Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Avoid overloading on 32 bit architectures
Forwarded: no
unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo
Gbp-Pq: Name 32bit-avoid-overloading.patch
Ceph Packaging Team [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
disable-crypto
Gbp-Pq: Name disable-crypto.patch
Tiago Stürmer Daitx [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
use --release 7 instead of -source/-target
Bug-Ubuntu: https://launchpad.net/bugs/
1756854
Bug-Ubuntu: https://launchpad.net/bugs/
1766998
Forwarded: no
Last-Update: 2018-04-24
Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch
Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
ceph (14.2.6-4) unstable; urgency=high
* Really uploading to unstable now.
[dgit import unpatched ceph 14.2.6-4]
Bernd Zeimetz [Sat, 18 Jan 2020 18:58:32 +0000 (18:58 +0000)]
Import ceph_14.2.6-4.debian.tar.xz
[dgit import tarball ceph 14.2.6-4 ceph_14.2.6-4.debian.tar.xz]
Peter Michael Green [Fri, 17 Jan 2020 02:46:40 +0000 (02:46 +0000)]
Remove stray conflict marker from changelog.
Peter Michael Green [Thu, 16 Jan 2020 15:27:16 +0000 (15:27 +0000)]
Put back some files that are present in upstream tarball but seem to have
disappeared somewhere along the line.
Peter Michael Green [Thu, 16 Jan 2020 14:27:46 +0000 (14:27 +0000)]
Add mention of change that was introduced in previous upload, but not mentioned in changelog.
Peter Michael Green [Thu, 16 Jan 2020 14:14:52 +0000 (14:14 +0000)]
Merge tag '14.2.6-1' into bullseye-staging
Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Import ceph_14.2.6.orig.tar.xz
[dgit import orig ceph_14.2.6.orig.tar.xz]
Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Merge ceph (14.2.6-1) import into refs/heads/workingbranch
Ceph Packaging Team [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
fix-bash-completion-location
Gbp-Pq: Name fix-bash-completion-location
Ceph Packaging Team [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
debian-armel-armhf-buildflags
Gbp-Pq: Name debian-armel-armhf-buildflags.patch
Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Fix building with clang.
Forwarded: yes
https://tracker.ceph.com/issues/43437
Gbp-Pq: Name fix-clang-build.patch
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
[PATCH] os/bluestore/BlueFS: use uint64_t for `len`
change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.
i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch
Jesse Williamson [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Adds max_connections to test display.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch
Jesse Williamson [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Makes SOMAXCONN user-configurable.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
febab7dc38c9671577603425c54c20f841e27f97
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch
Jesse Williamson [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Adds max_connections to reference configuration.
Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/
3b8eb36676f70d06f8918ccf62029207c49cdda0
Bug: https://github.com/civetweb/civetweb/issues/775
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/
1838109
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch
James Page james.page@ubuntu.com, Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Avoid use of size_t when necessary
Forwarded: no
On 32 bit architectures size_t is not a 64 bit type, which
causes comparison mismatch failures during compilation.
Gbp-Pq: Name 32bit-avoid-size_t.patch
James Page james.page@ubuntu.com, Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Avoid overloading on 32 bit architectures
Forwarded: no
unsigned and size_t are equivalent on 32 bit architectures,
so only define the size_t based overload of advance on 64
bit architectures.
https://wiki.debian.org/ArchitectureSpecificsMemo
Gbp-Pq: Name 32bit-avoid-overloading.patch
Ceph Packaging Team [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
disable-crypto
Gbp-Pq: Name disable-crypto.patch
Tiago Stürmer Daitx [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
use --release 7 instead of -source/-target
Bug-Ubuntu: https://launchpad.net/bugs/
1756854
Bug-Ubuntu: https://launchpad.net/bugs/
1766998
Forwarded: no
Last-Update: 2018-04-24
Instead of -source/-target ceph should be build with --release for OpenJDK 9
or later so that the bootclasspath is also set, as per JEP-247, otherwise it
risks incurring into binary incompatibility when run with an earlier OpenJDK.
OpenJDK 11 minimum compatibility release has been updated to 7.
Last-Update: 2018-04-24
Gbp-Pq: Name update-java-source-target-flags.patch
Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
ceph (14.2.6-1) unstable; urgency=medium
[ James Page ]
* [
2e50d5b] Fix misnamed package Recommends brbd1 -> librbd1
* [
11df8ed] Add missing debhelper misc:Depends for python3-ceph
* [
08c3c8b] Add missing Depends on python3-{distutils,routes} to ceph-mgr-dashboard package
[ Bernd Zeimetz ]
* [
a87f434] Update upstream source from tag 'upstream/14.2.6'
Update to upstream version '14.2.6'
with Debian dir
f37aa9f99ec09cc88d8e5e468c1f642fa7f77ef1
* [
e91626b] Revert "Fix ceph-mgr - indefinite queue growth hangs"
This reverts commit
010db9a30458a6417ff667c3c11a3870edb8ee0c.
Patches were applied upstream for 14.2.6
[dgit import unpatched ceph 14.2.6-1]
Bernd Zeimetz [Sun, 12 Jan 2020 22:13:27 +0000 (22:13 +0000)]
Import ceph_14.2.6-1.debian.tar.xz
[dgit import tarball ceph 14.2.6-1 ceph_14.2.6-1.debian.tar.xz]
Peter Michael Green [Sun, 12 Jan 2020 17:51:43 +0000 (17:51 +0000)]
Fix target distribution in changelog.
Peter Michael Green [Sun, 12 Jan 2020 14:02:04 +0000 (14:02 +0000)]
Disable neon on armhf too.
Peter Michael Green [Sun, 12 Jan 2020 02:03:47 +0000 (02:03 +0000)]
put my name in changelog.
Peter Michael Green [Sun, 12 Jan 2020 01:52:39 +0000 (01:52 +0000)]
Commit Debian 3.0 (quilt) metadata
[dgit (9.9) quilt-fixup]
Peter Michael Green [Sun, 12 Jan 2020 01:46:07 +0000 (01:46 +0000)]
Restore lost dos line endings.
Peter Michael Green [Sun, 12 Jan 2020 01:43:36 +0000 (01:43 +0000)]
Fix raspbian patch to match upstream tree.
Peter Michael Green [Sun, 12 Jan 2020 00:58:50 +0000 (00:58 +0000)]
Merge slightly patched 14.2.5-3 into bullseye-staging
Peter Michael Green [Sun, 12 Jan 2020 00:48:04 +0000 (00:48 +0000)]
Remove problematic gitattributes files.
Bernd Zeimetz [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
Merge ceph (14.2.5-3) import into refs/heads/workingbranch
Neha [Mon, 23 Dec 2019 18:12:59 +0000 (18:12 +0000)]
mon/PGMap.h: disable network stats in dump_osd_stats
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit
ffb8a2a904426c8a3d6fc2fd70266418a98623c5)
Conflicts:
src/mon/PGMap.h - trivial resolution
Gbp-Pq: Name 32466.patch-2
David Zafman [Fri, 20 Dec 2019 23:53:49 +0000 (15:53 -0800)]
osd_stat_t::dump: Add option for ceph-mgr pythonn callers to skip ping network
Due to the overhead of this on large clusters, we removed the network
information was wasn't getting used anyway.
Fixes: https://tracker.ceph.com/issues/43364
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit
1e2fe722c41d4cc34094afb157b3eb06b4a50972)
Conflicts:
src/mon/PGMap.cc - trivial resolution
src/mon/PGMap.h - trivial resolution
src/osd/osd_types.h - trivial resolution
Gbp-Pq: Name 32466.patch-1
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
fix-bash-completion-location
Gbp-Pq: Name fix-bash-completion-location
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
debian-armel-armhf-buildflags
Gbp-Pq: Name debian-armel-armhf-buildflags.patch
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
fix-clang-build
Gbp-Pq: Name fix-clang-build.patch
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
os/bluestore/BlueFS: use uint64_t for `len`
change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.
i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
civetweb-755-1.8-somaxconn-configurable_test
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
civetweb-755-1.8-somaxconn-configurable
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
civetweb-755-1.8-somaxconn-configurable_conf
Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
bit-avoid-size_t
Gbp-Pq: Name 32bit-avoid-size_t.patch
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
bit-avoid-overloading
Gbp-Pq: Name 32bit-avoid-overloading.patch
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
disable-crypto
Gbp-Pq: Name disable-crypto.patch
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
update-java-source-target-flags
Gbp-Pq: Name update-java-source-target-flags.patch
Bernd Zeimetz [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
ceph (14.2.5-3) unstable; urgency=medium
* Uploading to unstable
* [
010db9a] Fix ceph-mgr - indefinite queue growth hangs.
Applying the backport for the fix
https://github.com/ceph/ceph/pull/32466
Thanks to Milan Kupcevic (Closes: #947969)
* [
b01de37] Merge branch 'debian/unstable' into debian/experimental
* [
c8f35e5] Add breaks/replaces for ceph-common - ceph mds.
* [
ee905cb] Revert "Configure gbp for experimental"
This reverts commit
3bcd5ac5f416b902a868036c243d7f19752c82f8.
* [
6303513] Revert "CI: build in experimental"
This reverts commit
d481122833e611c69c28e2b381e1cc1c8f689385.
* [
f1a9482] Snapshot changelog
* [
6e955c8] Removing automatic Ubuntu header
* [
b90d95a] Mark patch as forwarded
[dgit import unpatched ceph 14.2.5-3]
Bernd Zeimetz [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
Import ceph_14.2.5-3.debian.tar.xz
[dgit import tarball ceph 14.2.5-3 ceph_14.2.5-3.debian.tar.xz]
Bernd Zeimetz [Thu, 2 Jan 2020 09:52:50 +0000 (09:52 +0000)]
Import ceph_14.2.5.orig.tar.xz
[dgit import orig ceph_14.2.5.orig.tar.xz]
Raspbian automatic forward porter [Thu, 11 Apr 2019 06:20:48 +0000 (07:20 +0100)]
Merge version 12.2.11+dfsg1-2+rpi1 and 12.2.11+dfsg1-2.1 to produce 12.2.11+dfsg1-2.1+rpi1
Bernd Zeimetz [Fri, 5 Apr 2019 13:12:52 +0000 (14:12 +0100)]
Merge ceph (12.2.11+dfsg1-2.1) import into refs/heads/workingbranch
Nathan Cutler [Fri, 8 Feb 2019 11:34:19 +0000 (12:34 +0100)]
rgw: fix radosgw linkage with WITH_RADOSGW_BEAST_FRONTEND=OFF
The master commit
5c040d991510cb4ff0d74305889130e2d84fedc1 fixing issue
http://tracker.ceph.com/issues/23680 was backported to luminous for v12.2.11 by
a47e714e7f5ce803ba7d8986c5d954123b85fc8e which was included in
https://github.com/ceph/ceph/pull/24621, where it came as the first of a series
of five cherry-picks.
This, it turns out, was the wrong order - it should have come last since it
was a follow-up fix.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(partial manual backport of
5c040d991510cb4ff0d74305889130e2d84fedc1)
Gbp-Pq: Name radosgw-linkage-without-beast.patch
Ceph Maintainers [Fri, 5 Apr 2019 13:12:52 +0000 (14:12 +0100)]
bit-ftbfs
Gbp-Pq: Name 32-bit-ftbfs.patch
Ceph Maintainers [Fri, 5 Apr 2019 13:12:52 +0000 (14:12 +0100)]
softfp-armel
Gbp-Pq: Name softfp-armel.patch