ceph.git
5 years agomon/PGMap.h: disable network stats in dump_osd_stats
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

5 years agoosd_stat_t::dump: Add option for ceph-mgr pythonn callers to skip ping network
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

5 years agofix-bash-completion-location
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

5 years agodebian-armel-armhf-buildflags
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

5 years agofix-clang-build
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
fix-clang-build

Gbp-Pq: Name fix-clang-build.patch

5 years agoos/bluestore/BlueFS: use uint64_t for `len`
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

5 years agocivetweb-755-1.8-somaxconn-configurable_test
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

5 years agocivetweb-755-1.8-somaxconn-configurable
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

5 years agocivetweb-755-1.8-somaxconn-configurable_conf
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

5 years agobit-avoid-size_t
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

5 years agobit-avoid-overloading
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
bit-avoid-overloading

Gbp-Pq: Name 32bit-avoid-overloading.patch

5 years agodisable-crypto
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
disable-crypto

Gbp-Pq: Name disable-crypto.patch

5 years agoupdate-java-source-target-flags
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

5 years agoceph (14.2.5-3) unstable; urgency=medium
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]

5 years agoImport ceph_14.2.5-3.debian.tar.xz
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]

5 years agoImport ceph_14.2.5.orig.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]