Package: ceph / 10.2.11-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| ceph | 10.2.11-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| arch.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
use `dpkg-architecture` instead of `arch` to get build architecture Fixes build in `pbuilder` on amd64 for i386. |
| sample.ceph.conf.patch | (download) |
src/sample.ceph.conf |
43 21 + 22 - 0 ! |
sample.ceph.conf updates: * corrected URLs. * more options and descriptions. |
| virtualenv never download.patch | (download) |
src/test/run-cli-tests |
2 1 + 1 - 0 ! |
ask virtualenv to never download anything |
| tests disable.patch | (download) |
configure.ac |
7 7 + 0 - 0 ! |
disable tests that depend on network... |
| softfp armel.patch | (download) |
m4/ax_arm.m4 |
3 3 + 0 - 0 ! |
--- |
| mips_mipsel_libatomic.patch | (download) |
src/rocksdb/build_tools/build_detect_platform |
4 4 + 0 - 0 ! |
--- |
| fix init system detection.patch | (download) |
src/ceph-detect-init/ceph_detect_init/__init__.py |
21 1 + 20 - 0 ! |
replace static init system detection by runtime detection. modified version of the patch proposed by Kefu Chai upstream. |
| reconnect after mds reset.patch | (download) |
doc/cephfs/client-config-ref.rst |
2 1 + 1 - 0 ! |
--- |
| fix cycles arch.patch | (download) |
src/common/Cycles.cc |
4 4 + 0 - 0 ! |
enable high precision clock for ppc + fallback This code is only used for benchmarking so warning and fallback if architecture does not have support. |
| skip setup.py makefiles.patch | (download) |
src/Makefile.am |
2 0 + 2 - 0 ! |
skip makefile base install of python modules ceph-disk and ceph-detect-init are python modules; the Makefile based build uses tox and virtualenv, which we really don't want to use in the package build process. . Skip this part of the build, and use d/rules to install. |
| 0001 CoreLocalArray class.patch | (download) |
src/rocksdb/util/concurrent_arena.cc |
25 7 + 18 - 0 ! |
[patch 1/3] corelocalarray class Summary: Moved the logic for core-local array out of ConcurrentArena and into a separate class because I want to reuse it for core-local stats. Closes https://github.com/facebook/rocksdb/pull/2256 |
| 0002 core local array type conversions.patch | (download) |
src/rocksdb/util/core_local.h |
12 6 + 6 - 0 ! |
[patch 2/3] core-local array type conversions Summary: try to clean up the type conversions and hope it passes on windows. one interesting thing I learned is that bitshift operations are special: in `x << y`, the result type depends only on the type of `x`, unlike most arithmetic operations where the result type depends on both operands' types. Closes https://github.com/facebook/rocksdb/pull/2277 |
| 0003 Core local statistics.patch | (download) |
src/rocksdb/HISTORY.md |
4 4 + 0 - 0 ! |
[patch 3/3] core-local statistics Summary: |
