Your message dated Mon, 25 Sep 2023 18:00:24 +0000
with message-id <[email protected]>
and subject line Bug#1037602: fixed in ceph 18.2.0+ds-1
has caused the Debian Bug report #1037602,
regarding ceph: ftbfs with GCC-13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1037602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ceph
Version: 16.2.11+ds-2
Severity: normal
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-13
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/ceph_16.2.11+ds-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html
[...]
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/hmac.h:43:27: note: declared here
43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key,
int len,
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h: In destructor
‘ceph::crypto::ssl::HMAC::~HMAC()’:
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:142:20: warning: ‘void
HMAC_CTX_free(HMAC_CTX*)’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
142 | HMAC_CTX_free(mpContext);
| ~~~~~~~~~~~~~^~~~~~~~~~~
/usr/include/openssl/hmac.h:35:28: note: declared here
35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
| ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h: In member function ‘void
ceph::crypto::ssl::HMAC::Restart()’:
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:146:50: warning: ‘const EVP_MD*
HMAC_CTX_get_md(const HMAC_CTX*)’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
146 | const EVP_MD * const type = HMAC_CTX_get_md(mpContext);
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
/usr/include/openssl/hmac.h:51:37: note: declared here
51 | OSSL_DEPRECATEDIN_3_0 const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX
*ctx);
| ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:147:34: warning: ‘int
HMAC_Init_ex(HMAC_CTX*, const void*, int, const EVP_MD*, ENGINE*)’ is
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
147 | const auto r = HMAC_Init_ex(mpContext, nullptr, 0, type, nullptr);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/hmac.h:43:27: note: declared here
43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key,
int len,
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h: In member function ‘void
ceph::crypto::ssl::HMAC::Update(const unsigned char*, size_t)’:
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:154:35: warning: ‘int
HMAC_Update(HMAC_CTX*, const unsigned char*, size_t)’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
154 | const auto r = HMAC_Update(mpContext, input, length);
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/hmac.h:45:27: note: declared here
45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned
char *data,
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h: In member function ‘void
ceph::crypto::ssl::HMAC::Final(unsigned char*)’:
/<<PKGBUILDDIR>>/src/common/ceph_crypto.h:162:32: warning: ‘int
HMAC_Final(HMAC_CTX*, unsigned char*, unsigned int*)’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
162 | const auto r = HMAC_Final(mpContext, digest, &s);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/hmac.h:47:27: note: declared here
47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
| ^~~~~~~~~~
[ 13%] Building CXX object
src/msg/CMakeFiles/common-msg-objs.dir/async/rdma/Infiniband.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/msg && /usr/bin/c++
-DBOOST_ASIO_DISABLE_THREAD_KEYWORD_EXTENSION
-DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__CEPH__
-D__STDC_FORMAT_MACROS -D__linux__
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/include -I/<<PKGBUILDDIR>>/src
-isystem /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include -isystem
/<<PKGBUILDDIR>>/src/xxHash -isystem /<<PKGBUILDDIR>>/src/rapidjson/include -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security
-DFMT_DEPRECATED_OSTREAM -fPIC -U_FORTIFY_SOURCE -Wall -fno-strict-aliasing
-fsigned-char -Wtype-limits -Wignored-qualifiers -Wpointer-arith
-Werror=format-security -Winit-self -Wno-unknown-pragmas -Wnon-virtual-dtor
-Wno-
ignored-qualifiers -ftemplate-depth-1024 -Wpessimizing-move -Wredundant-move
-Wstrict-null-sentinel -Woverloaded-virtual -fno-new-ttp-matching
-fstack-protector-strong -fdiagnostics-color=auto -fno-builtin-malloc
-fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -std=c++17 -MD -MT
src/msg/CMakeFiles/common-msg-objs.dir/async/rdma/Infiniband.cc.o -MF
CMakeFiles/common-msg-objs.dir/async/rdma/Infiniband.cc.o.d -o
CMakeFiles/common-msg-objs.dir/async/rdma/Infiniband.cc.o -c
/<<PKGBUILDDIR>>/src/msg/async/rdma/Infiniband.cc
/<<PKGBUILDDIR>>/src/log/SubsystemMap.h: In instantiation of ‘bool
ceph::logging::SubsystemMap::should_gather() const [with unsigned int SubV =
29; int LvlV = 2]’:
/<<PKGBUILDDIR>>/src/msg/async/net_handler.cc:195:9: required from
‘ceph::NetHandler::generic_connect(const entity_addr_t&, const entity_addr_t&,
bool)::<lambda(auto:23)> [with auto:23 = ceph::common::CephContext*]’
/<<PKGBUILDDIR>>/src/msg/async/net_handler.cc:195:9: required from here
/<<PKGBUILDDIR>>/src/log/SubsystemMap.h:85:62: error:
‘ceph_subsys_get_max_default_level’ was not declared in this scope
85 | LvlV <= ceph_subsys_get_max_default_level(SubV));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/src/common/likely.h:28:47: note: in definition of macro
‘expect’
28 | #define expect(x, hint) __builtin_expect((x),(hint))
| ^~~~
/<<PKGBUILDDIR>>/src/log/SubsystemMap.h: In instantiation of ‘bool
ceph::logging::SubsystemMap::should_gather() const [with unsigned int SubV =
29; int LvlV = 10]’:
/<<PKGBUILDDIR>>/src/msg/async/net_handler.cc:209:5: required from
‘ceph::NetHandler::generic_connect(const entity_addr_t&, const entity_addr_t&,
bool)::<lambda(auto:24)> [with auto:24 = ceph::common::CephContext*]’
/<<PKGBUILDDIR>>/src/msg/async/net_handler.cc:209:5: required from here
/<<PKGBUILDDIR>>/src/log/SubsystemMap.h:85:62: error:
‘ceph_subsys_get_max_default_level’ was not declared in this scope
85 | LvlV <= ceph_subsys_get_max_default_level(SubV));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/src/common/likely.h:28:47: note: in definition of macro
‘expect’
28 | #define expect(x, hint) __builtin_expect((x),(hint))
| ^~~~
make[3]: *** [src/msg/CMakeFiles/common-msg-objs.dir/build.make:303:
src/msg/CMakeFiles/common-msg-objs.dir/async/net_handler.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:4295:
src/msg/CMakeFiles/common-msg-objs.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:4139:
src/common/CMakeFiles/common-common-objs.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:116: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ceph
Source-Version: 18.2.0+ds-1
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ceph, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated ceph package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 25 Sep 2023 11:02:26 +0200
Source: ceph
Binary: ceph ceph-base ceph-base-dbg ceph-common ceph-common-dbg ceph-fuse
ceph-fuse-dbg ceph-grafana-dashboards ceph-immutable-object-cache
ceph-immutable-object-cache-dbg ceph-mds ceph-mds-dbg ceph-mgr ceph-mgr-cephadm
ceph-mgr-dashboard ceph-mgr-dbg ceph-mgr-k8sevents ceph-mgr-modules-core
ceph-mgr-rook ceph-mon ceph-mon-dbg ceph-osd ceph-osd-dbg
ceph-prometheus-alerts ceph-resource-agents ceph-test ceph-test-dbg ceph-volume
cephadm cephfs-mirror cephfs-mirror-dbg cephfs-shell cephfs-top libcephfs-dev
libcephfs-java libcephfs-jni libcephfs-jni-dbgsym libcephfs2 libcephfs2-dbg
librados-dev librados-dev-dbgsym librados2 librados2-dbg libradospp-dev
libradosstriper-dev libradosstriper1 libradosstriper1-dbg librbd-dev librbd1
librbd1-dbg librgw-dev librgw2 librgw2-dbg libsqlite3-mod-ceph
libsqlite3-mod-ceph-dbg libsqlite3-mod-ceph-dev python3-ceph
python3-ceph-argparse python3-ceph-common python3-cephfs python3-cephfs-dbgsym
python3-rados python3-rados-dbgsym python3-rbd
python3-rbd-dbgsym python3-rgw python3-rgw-dbgsym rados-objclass-dev radosgw
radosgw-dbg rbd-fuse rbd-fuse-dbg rbd-mirror rbd-mirror-dbg rbd-nbd
rbd-nbd-dbg
Architecture: source amd64 all
Version: 18.2.0+ds-1
Distribution: experimental
Urgency: medium
Maintainer: Ceph Packaging Team <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
ceph - distributed storage and file system
ceph-base - common ceph daemon libraries and management tools
ceph-base-dbg - debugging symbols for ceph-base
ceph-common - common utilities to mount and interact with a ceph storage cluste
ceph-common-dbg - debugging symbols for ceph-common
ceph-fuse - FUSE-based client for the Ceph distributed file system
ceph-fuse-dbg - FUSE-based client for the Ceph distributed file system - debug
ceph-grafana-dashboards - grafana dashboards for the ceph dashboard
ceph-immutable-object-cache - Ceph daemon for immutable object cache
ceph-immutable-object-cache-dbg - debugging symbols for
ceph-immutable-object-cache
ceph-mds - metadata server for the ceph distributed file system
ceph-mds-dbg - debugging symbols for ceph-mds
ceph-mgr - manager for the ceph distributed file system
ceph-mgr-cephadm - cephadm orchestrator module for ceph-mgr
ceph-mgr-dashboard - dashboard plugin for ceph-mgr
ceph-mgr-dbg - debugging symbols for ceph-mgr
ceph-mgr-k8sevents - kubernetes events plugin for ceph-mgr
ceph-mgr-modules-core - ceph manager modules which are always enabled
ceph-mgr-rook - rook plugin for ceph-mgr
ceph-mon - monitor server for the ceph storage system
ceph-mon-dbg - debugging symbols for ceph-mon
ceph-osd - OSD server for the ceph storage system
ceph-osd-dbg - debugging symbols for ceph-osd
ceph-prometheus-alerts - prometheus alerts for the ceph dashboard
ceph-resource-agents - OCF-compliant resource agents for Ceph
ceph-test - Ceph test and benchmarking tools
ceph-test-dbg - Ceph test and benchmarking tools - ceph-test debug
ceph-volume - tool to facilidate OSD deployment
cephadm - utility to bootstrap ceph daemons with systemd and containers
cephfs-mirror - Ceph is a massively scalable, open-source, distributed
cephfs-mirror-dbg - debugging symbols for cephfs-mirror
cephfs-shell - interactive shell for the Ceph distributed file system
cephfs-top - top like utility for Ceph filesystem
libcephfs-dev - Ceph distributed file system client library (development files)
libcephfs-java - Java library for the Ceph File System
libcephfs-jni - Java Native Interface library for CephFS Java bindings
libcephfs2 - Ceph distributed file system client library
libcephfs2-dbg - debugging symbols for libcephfs2
librados-dev - RADOS distributed object store client library (development
files)
librados2 - RADOS distributed object store client library
librados2-dbg - debugging symbols for librados
libradospp-dev - RADOS distributed object store client C++ library
(development fi
libradosstriper-dev - RADOS striping interface (development files)
libradosstriper1 - RADOS striping interface
libradosstriper1-dbg - debugging symbols for libradosstriper
librbd-dev - RADOS block device client library (development files)
librbd1 - RADOS block device client library
librbd1-dbg - debugging symbols for librbd1
librgw-dev - RADOS client library (development files)
librgw2 - RADOS Gateway client library
librgw2-dbg - debugging symbols for librbd1
libsqlite3-mod-ceph - SQLite3 VFS for Ceph
libsqlite3-mod-ceph-dbg - debugging symbols for libsqlite3-mod-ceph
libsqlite3-mod-ceph-dev - SQLite3 VFS for Ceph (development files)
python3-ceph - Meta-package for all Python 3.x modules for the Ceph libraries
python3-ceph-argparse - Python 3 utility libraries for Ceph CLI
python3-ceph-common - Python 3 utility libraries for Ceph
python3-cephfs - Python 3 libraries for the Ceph libcephfs library
python3-rados - Python 3 libraries for the Ceph librados library
python3-rbd - Python 3 libraries for the Ceph librbd library
python3-rgw - Python 3 libraries for the Ceph librgw library
rados-objclass-dev - RADOS object class development kit.
radosgw - REST gateway for RADOS distributed object store
radosgw-dbg - debugging symbols for radosgw
rbd-fuse - FUSE-based rbd client for the Ceph distributed file system
rbd-fuse-dbg - debugging symbols for rbd-fuse
rbd-mirror - Ceph daemon for mirroring RBD images
rbd-mirror-dbg - debugging symbols for rbd-mirror
rbd-nbd - NBD-based rbd client for the Ceph distributed file system
rbd-nbd-dbg - debugging symbols for rbd-nbd
Closes: 1037602
Changes:
ceph (18.2.0+ds-1) experimental; urgency=medium
.
* New upstream release (Closes: #1037602).
* [5fd8d25] d/ceph-base.install: add usr/lib/*/ceph/extblkdev/*.
* [f537626] d/ceph-common.install: add in /usr/bin crushdiff, rgw-gap-list,
rgw-gap-list-comparator, rgw-restore-bucket-index, rgw-orphan-list, add in
manpages: crushdiff.8, rgw-policy-check.8
* [bedb3fe] d/ceph-common.postinst: clean-ups and re-indent. Remove obsolete
code handling /etc/default/ceph.
* [f342988] d/cephfs-mirror.install: add missing
lib/systemd/system/cephfs-mirror* and man page.
* [c02902c] debian/cephfs-shell.install: rewrite.
* [8b45e87] d/control: add missing Python3 packages depends for
ceph-mgr-cephadm.
* [55a4d0b] d/control: Package: ceph-mgr-dashboard: fix new Python3 depends
for this release.
* [a24b5bd] d/ceph-mgr.install: add usr/share/ceph/mgr/object_format.*
* [441ab14] d/control: Package: ceph-mgr-k8sevents, add python3-yaml depends.
* [b7da3ed] d/control: Package: ceph-mgr-modules-core, add missing depends
for this release.
* [9a73529] d/control: Package: ceph-mgr: add missing python3 depends.
* [1a22a83] d/control: Package: ceph-mgr-rook: add missing python3 depends.
* [a20e59b] Follow upstream and move all ceph-volume stuff into its own
package. To avoid any surprise, make ceph-osd Depends: on it.
* [7c18874] d/ceph-test.install: adopt upstream file.
* [196553b] d/control: add a lot of missing build-depends.
* [8e3577c] d/libcephfs-dev.install: adopt upstream file, listing all files
manually instead of wildcard matching.
* [d0bfce9] d/python3-cephfs.install: do not package ceph_volume_client.py,
gone from upstream.
* [7f373af] debian/radosgw.install: do not install usr/*/lib/libradosgw.so*,
add man page.
* [276f6dd] debian/control: add libutf8proc-dev as build-depends.
* [3803693] d/rules:
- include /usr/share/dpkg/default.mk
- Add extraopts += -DWITH_SYSTEM_UTF8PROC=ON
- always do extraopts += -DWITH_SYSTEM_PMDK=ON
- do not install usr/sbin/cephadm from debian/rules, but with d/*.install
- dh_shlibdeps: add --exclude=ceph_crypto
* [c2b24a8] d/patches/*: rebase/refresh/delete for use with latest upstream
release.
* [5b701a8] d/control: build-depends on libboost >= 1.81.0~
* [67080ed] Add a repack file, to rework the upstream tarball a little bit.
* [5480c76] Add -fpermissive and extraopts += -DWITH_JAEGER=OFF
* [e544664] Using -DWITH_SYSTEM_LIBURING=OFF.
* [1ff48d1] Add ry-fix-fmt-call.patch.
* [fee3c3d] Remove bins from ceph-test.
* [e33a625] Fix debian/*.symbols files for this new upstream release.
* [20d9818] Fix tipoe in ceph-mgr-cephadm depends.
* [3dd09d1] ceph-volume: do not depends on util-linux which is essential.
* [73f11f3] Fix not-binnmuable-all-depends-any ceph-volume and ceph-osd.
* [476d6af] Add dh_python3 -p ceph-volume --shebang=/usr/bin/python3.
* [d708d5b] Fix for ceph-mgr.postinst
* [c09275a] ceph-volume doesn't depend on ceph-osd.
* [5352e15] source lintian-overrides: fix path to rapidjson license.txt and
dashboard path too.
* [6a35fbc] Remove Suggests: btrfs-tools, logrotate, as it's already in
depends.
* [1315241] Fix missing dots in d/copyright.
* [292de96] Cleans better.
* [ede3837] d/repack: Delete file removed by clean target from orig tarball.
* [2c3a7a6] No version in ceph-volume depends.
* [69d197e] Build ceph-test bins.
* [6cf1bd0] Tweak extraopts.
* [fb653fa] Install all binaries in the ceph-test package.
* [ef4a175] Add ceph-test-dbg package.
* [97eafc2] Add ceph-fuse-dbg.
Checksums-Sha1:
831ab468e16e24c15f92d5edcc3cd2a4a2313a40 8604 ceph_18.2.0+ds-1.dsc
584a32b97424cd3e51e44d970f800ebf9a5420f6 141388828 ceph_18.2.0+ds.orig.tar.xz
98540c6304a615fd06afcdb6a7e489de1dc9d018 118372 ceph_18.2.0+ds-1.debian.tar.xz
980bfdab40b7d4fb812e40101d4867dcf0885cf0 181998728
ceph-base-dbg_18.2.0+ds-1_amd64.deb
4664ae0f47e7fcf556e85959dab03b32010275a6 5078680
ceph-base_18.2.0+ds-1_amd64.deb
0df3a0f118ea02c3fbd2c6b6c9a9c1061f07629f 624736844
ceph-common-dbg_18.2.0+ds-1_amd64.deb
dba014cffb2c303a7e4a08693a4f121a0569b99c 14655632
ceph-common_18.2.0+ds-1_amd64.deb
320b3919cc7a6d803b698a123aee7978fbf316b3 21882312
ceph-fuse-dbg_18.2.0+ds-1_amd64.deb
261738710f6930900543edb9af4f9650c6882cfc 858320 ceph-fuse_18.2.0+ds-1_amd64.deb
96c6379bafcd4313416f0fdee7f678dc467c141e 43308
ceph-grafana-dashboards_18.2.0+ds-1_all.deb
e1e96d4d6e4d7ec79a451b03c2d98c665f257383 5547832
ceph-immutable-object-cache-dbg_18.2.0+ds-1_amd64.deb
a2dcdb1625cddf924d053b78cde8b6d3c34726cd 182632
ceph-immutable-object-cache_18.2.0+ds-1_amd64.deb
e94453cd01f024e2f28b10814a6e146710df27df 103005844
ceph-mds-dbg_18.2.0+ds-1_amd64.deb
c3c5668bc2fb81c7c6d3838fc48a8d82c5ed19da 2352008 ceph-mds_18.2.0+ds-1_amd64.deb
2300dc101efd19f0f6dfc97d174bfaedee8cd595 146172
ceph-mgr-cephadm_18.2.0+ds-1_all.deb
2001d59d372487fe4b2ccc9ed8807d5afcba4f2d 1782884
ceph-mgr-dashboard_18.2.0+ds-1_all.deb
ab041cb0bf5a25ae1b1d204bf2950dfe501c82d2 54916616
ceph-mgr-dbg_18.2.0+ds-1_amd64.deb
f5ebd1736e104aa1698f97aae5b19310c4826cbc 43848
ceph-mgr-k8sevents_18.2.0+ds-1_all.deb
959fee5bfe3d5b04d27a11257850a90563066f70 247052
ceph-mgr-modules-core_18.2.0+ds-1_all.deb
36a6144fa4c781e20c0ef5dfae0476b1d3104d1d 67560
ceph-mgr-rook_18.2.0+ds-1_all.deb
a73d889944f66d448c7e7fc13136b47285dc2828 1597652 ceph-mgr_18.2.0+ds-1_amd64.deb
3e45abd1492b192df29fed149a709f54c48a6df4 224028432
ceph-mon-dbg_18.2.0+ds-1_amd64.deb
2fa0049dd62625189c45fcf1f17a3ce65e3e7de5 6291968 ceph-mon_18.2.0+ds-1_amd64.deb
8c233172ef8df5935178974c40755505aa35b560 648030720
ceph-osd-dbg_18.2.0+ds-1_amd64.deb
3cab2f59f7a4061d4da263aab9dbf113dc7aba01 19840196
ceph-osd_18.2.0+ds-1_amd64.deb
5116ea78519de653177b434de792bf6d0eff7794 36256
ceph-prometheus-alerts_18.2.0+ds-1_all.deb
c22fd70da587f16424f729550a35ed101e92ef2e 31316
ceph-resource-agents_18.2.0+ds-1_all.deb
ce49f784050e6542838a861937ec0e31c53469a3 1550807760
ceph-test-dbg_18.2.0+ds-1_amd64.deb
8e2abfc61ac49f5ae1a499ec3f31ccba4c451e2e 45103816
ceph-test_18.2.0+ds-1_amd64.deb
bfe577dc2687bc2eeaaf57bb7d944c0c1df55db9 132248 ceph-volume_18.2.0+ds-1_all.deb
66b58ecef6e54ac471bb0a7d0fb242ca39df16df 44879 ceph_18.2.0+ds-1_amd64.buildinfo
fce2554c09aeeb4686f942365692eb5ee86eb6b2 33284 ceph_18.2.0+ds-1_amd64.deb
4aa23156c9b425dbe2110fcf49b9c3b5544740c6 327276 cephadm_18.2.0+ds-1_amd64.deb
1695cf3d0f498df78f54e63a22f4f6d1af07d781 10572512
cephfs-mirror-dbg_18.2.0+ds-1_amd64.deb
0ec994b1b02b42c79106c3e0ab53b33920a8e643 271180
cephfs-mirror_18.2.0+ds-1_amd64.deb
7fd064d72a7fbe4b5911a83ec30db6c653c29d9d 47796 cephfs-shell_18.2.0+ds-1_all.deb
f7b80f5aed595fa8301e37541edc235fe3deda31 37536 cephfs-top_18.2.0+ds-1_all.deb
58d95ddc65b121471dfe13957adc553223bbc0ae 51728
libcephfs-dev_18.2.0+ds-1_amd64.deb
c4f794b5c0cfaa029a40d65670f52e8db6c8b4c6 38496
libcephfs-java_18.2.0+ds-1_all.deb
140635a2e50f4c1e358a6762b2cad8278f401aad 802568
libcephfs-jni-dbgsym_18.2.0+ds-1_amd64.deb
b8f93709f645331e608f6c50b13c58ca937b7af5 73408
libcephfs-jni_18.2.0+ds-1_amd64.deb
40837df7adcb5666e0a1c81d42ad376d9b60afbf 19911364
libcephfs2-dbg_18.2.0+ds-1_amd64.deb
4da40503cfe583848dabf059f19480af084c12a6 757372
libcephfs2_18.2.0+ds-1_amd64.deb
7e1d98a335539022e2c5582c1eb300c54aa44dd7 158400
librados-dev-dbgsym_18.2.0+ds-1_amd64.deb
f9863da7054ca3a818aa7e23f62acc9a19c3bed1 139780
librados-dev_18.2.0+ds-1_amd64.deb
739de1355faaf85d1d4e8b0b9cb38cb7e038fb80 117248568
librados2-dbg_18.2.0+ds-1_amd64.deb
7f8cdce9eba719a17e80b8e6e52bfbf3c249f7fe 3485688
librados2_18.2.0+ds-1_amd64.deb
9d9e4c43b5772b59c37f2ea4e3c1d512fe6dccd7 51256
libradospp-dev_18.2.0+ds-1_amd64.deb
63ef7b7b3fe9b0678ac5e1691c78d0e7721d3347 33488
libradosstriper-dev_18.2.0+ds-1_amd64.deb
f586b3f2f08b922f4433188006a5db9f16e5f907 12557296
libradosstriper1-dbg_18.2.0+ds-1_amd64.deb
4fce5a4b2d2dbbfd79398d52cd8d080cc985081f 508772
libradosstriper1_18.2.0+ds-1_amd64.deb
e36af398dbc414164598ea59b650cac87406b90f 44264 librbd-dev_18.2.0+ds-1_amd64.deb
d4fcb3a3ac7bceeaf48a54a91f3faaafdd59de5e 139630948
librbd1-dbg_18.2.0+ds-1_amd64.deb
d9ea20a643d2504a90f841a06c2e8b7c65a8a435 2379392 librbd1_18.2.0+ds-1_amd64.deb
d2bd48d74ff0061fa1fa385fe63a5989ff7b0056 31400 librgw-dev_18.2.0+ds-1_amd64.deb
4e3a1df288dc7b22492a00d657661370c8eb2787 237890224
librgw2-dbg_18.2.0+ds-1_amd64.deb
4327ce89facae1781098afceab5f324d7ac45adf 6662272 librgw2_18.2.0+ds-1_amd64.deb
b2d58d7a4321ad0aa4a4c7ff68d1904e35bdce89 2591380
libsqlite3-mod-ceph-dbg_18.2.0+ds-1_amd64.deb
3f215c4b171fccc98601ffac4b00338cabf37172 29720
libsqlite3-mod-ceph-dev_18.2.0+ds-1_amd64.deb
e6d24282d2460e7af0a045a49ab6d6b5e7797f71 147920
libsqlite3-mod-ceph_18.2.0+ds-1_amd64.deb
d410996dae8ca3528f8a5715c283c24e55573eb3 46716
python3-ceph-argparse_18.2.0+ds-1_amd64.deb
e42baf5870bca27f88eb1fb50860f3721458c24c 72668
python3-ceph-common_18.2.0+ds-1_all.deb
7cd7f3c28ce1f5ae8e49cfcb202cbe543ddb0b28 28728 python3-ceph_18.2.0+ds-1_all.deb
b599ffac85fbce027070752cb4102ee9699ccf69 825892
python3-cephfs-dbgsym_18.2.0+ds-1_amd64.deb
629485ac284dfd87788adcef85fff3c6fb498bc4 165612
python3-cephfs_18.2.0+ds-1_amd64.deb
daba1fb93eb0191483368e4299baa2704720f5be 1031580
python3-rados-dbgsym_18.2.0+ds-1_amd64.deb
2f7170ff4dd718501011270c245a44ac07139b1d 317236
python3-rados_18.2.0+ds-1_amd64.deb
d62ae8cf752cea299baf85aee0ea7128df1c72d6 1638560
python3-rbd-dbgsym_18.2.0+ds-1_amd64.deb
a1b83e8aaa5bd7480d23c7cba228a8fb9877d48d 305680
python3-rbd_18.2.0+ds-1_amd64.deb
388596116554e2abb37aedbd55d4eefe1624857d 451804
python3-rgw-dbgsym_18.2.0+ds-1_amd64.deb
bd68d5d5622ebe5a92168d664dc412320fcb9fa9 114952
python3-rgw_18.2.0+ds-1_amd64.deb
cc5b68f073076e7ca533fabb2b230dd134d3b35c 29740
rados-objclass-dev_18.2.0+ds-1_amd64.deb
ac772d0d5b2ef15d779aa0204e44998fc48c65b4 463422544
radosgw-dbg_18.2.0+ds-1_amd64.deb
c56f11b4d20dda5f63c3809ff4617a5a36af6604 13212632 radosgw_18.2.0+ds-1_amd64.deb
ca6b2d56f4fcff11f72222e29745393cbebcc4a4 2298908
rbd-fuse-dbg_18.2.0+ds-1_amd64.deb
11267ebbdb797f94d49730c74afc353cd3fc6813 112232 rbd-fuse_18.2.0+ds-1_amd64.deb
55114f16e562f2838d7bc80b26a961596218a3de 176046656
rbd-mirror-dbg_18.2.0+ds-1_amd64.deb
41658c6a4c1499b95f2cdb6fb4aa368b617e52ad 3415868
rbd-mirror_18.2.0+ds-1_amd64.deb
6440ea478b2816fdc03aa2b87486490b9550b88e 3642748
rbd-nbd-dbg_18.2.0+ds-1_amd64.deb
caca8e15315f1a125eba39b204f937acacb71e35 195068 rbd-nbd_18.2.0+ds-1_amd64.deb
Checksums-Sha256:
e99711f94edeb864d44b6abe1f9abc3e7439ff7cd7ff2b88d2fe1eff92f7e5c3 8604
ceph_18.2.0+ds-1.dsc
633e054e19acae0ac275e4df2c16b8ba71dca7e2b4323ebd868400a6198a1c23 141388828
ceph_18.2.0+ds.orig.tar.xz
cb704c4a5c8d5fb92017258dc7b8b18468e9afeda6514bda43d4435de89bf2f6 118372
ceph_18.2.0+ds-1.debian.tar.xz
dc698367b802184f23248ca0920e38f21082f22700425f37c9143102a4de2d93 181998728
ceph-base-dbg_18.2.0+ds-1_amd64.deb
b0b79bc68ab323a4ca6b6ee95bc2267f08f7f22625d87390dc007777b926b930 5078680
ceph-base_18.2.0+ds-1_amd64.deb
acd14f4c0d82b6fb2d41438fbf5ee91852844e0a1df434f4acf299b89350192e 624736844
ceph-common-dbg_18.2.0+ds-1_amd64.deb
c6cc5a829827328cf086083cda4a062db47ed7ca3416140a6d941f0c31fcd854 14655632
ceph-common_18.2.0+ds-1_amd64.deb
8ebb1d385bf946eff298579d472d27e63320b757b2eef0eb76dbbc0581551102 21882312
ceph-fuse-dbg_18.2.0+ds-1_amd64.deb
bef9f315f189419205dcc89c03cac5e869d5bc74433da55c964bdd2e300fd702 858320
ceph-fuse_18.2.0+ds-1_amd64.deb
1c800d2db9b5df9130c4db6cfe6dcf8b4d8216f9cffb9e057db19d81c75356f6 43308
ceph-grafana-dashboards_18.2.0+ds-1_all.deb
129033c7dd002808c4484163cec5878bc192c6a0ab1331eb598d587aa2fe32a4 5547832
ceph-immutable-object-cache-dbg_18.2.0+ds-1_amd64.deb
5173624b43d1001cecb6b45bb7103a90b965ee45cb1f682346b5c81a26fdbe60 182632
ceph-immutable-object-cache_18.2.0+ds-1_amd64.deb
8124821f7b30b351075947005b1a8ff7398df7aaec475f3ba7491a31fb92edee 103005844
ceph-mds-dbg_18.2.0+ds-1_amd64.deb
642893b179aeccc7db59621e72d6a20353bcfe26b851da0850e2baf313569509 2352008
ceph-mds_18.2.0+ds-1_amd64.deb
e037ef235a50f0de60b983c7d096077982a830a7d61c1e2fd9fe22753e1dffca 146172
ceph-mgr-cephadm_18.2.0+ds-1_all.deb
c41ba7746d00d0458ab31bccdd85fb2bb65d899abe984ffa4990cc50f85d071f 1782884
ceph-mgr-dashboard_18.2.0+ds-1_all.deb
77ce12319b9a417417ae99c325b0bc3290a49cc9e39d135fbeb0ce5935c35981 54916616
ceph-mgr-dbg_18.2.0+ds-1_amd64.deb
3f97e29485400da09d0183a13a37eab30fe08114de77ada060fd066d6970e54c 43848
ceph-mgr-k8sevents_18.2.0+ds-1_all.deb
4d43b5cc0c100fe70f2be16013302b5abce65fea8dead738bbf339593dc3043a 247052
ceph-mgr-modules-core_18.2.0+ds-1_all.deb
789e167c1663f97e5b8c7d4e0e277af571fdc59ca7da39e3faa23ea870338719 67560
ceph-mgr-rook_18.2.0+ds-1_all.deb
1874467b4ce21848b17625982342c91749d9e360cfce57a97ba78f79b4e12089 1597652
ceph-mgr_18.2.0+ds-1_amd64.deb
27b3e334c6657cea53ef3426726cb89b42009236c38940bb0001c57fb4a53924 224028432
ceph-mon-dbg_18.2.0+ds-1_amd64.deb
085cc4990f449ed50a2f2cce9804161a44e4a7c6fdc3c1eaa553c314f5adbd70 6291968
ceph-mon_18.2.0+ds-1_amd64.deb
b838b639203cc8c4b375ec337803e27971b53e37258023e04fab7c0b1dfcbe8a 648030720
ceph-osd-dbg_18.2.0+ds-1_amd64.deb
b1dfba32677acd47238603ba23f2452a9ef946f7a795f7404247712ab3ff8c97 19840196
ceph-osd_18.2.0+ds-1_amd64.deb
35a08e2c8d4f08a3d7227bf5672605d7aa1eacd4029f8e57a13d199fbb43f0de 36256
ceph-prometheus-alerts_18.2.0+ds-1_all.deb
24b5631489261e6c1a14c20dce2484eadbeaa8566d5b148485cfedcd62a741fc 31316
ceph-resource-agents_18.2.0+ds-1_all.deb
ed7a045d728b24358b30db78ec5e5ce54f0196fc2278b9d3aa8c76bd89f681f2 1550807760
ceph-test-dbg_18.2.0+ds-1_amd64.deb
3f83e94c869673724e4d0aca4a1f5982680f321f7e2aa70e38ec4bafd56582e7 45103816
ceph-test_18.2.0+ds-1_amd64.deb
2f437b66195ed7132420c41d3370bdc69dd2d95c6a655a71f7b4fd8b98c5c331 132248
ceph-volume_18.2.0+ds-1_all.deb
d65c2daa1ea33ce217a9c1928178b84ec2b69beb8f327154a106fc3f5e13ef24 44879
ceph_18.2.0+ds-1_amd64.buildinfo
4d962dce3eb65b331751021fd9ef686062059a03ed4077f3ce8a52c80e3cf35f 33284
ceph_18.2.0+ds-1_amd64.deb
799bacf585c92bb29e6f1edb0bc9bc09fa9a25324c9f6c1b602feb62db9c6e54 327276
cephadm_18.2.0+ds-1_amd64.deb
3ee859a81e59d3d026281734daa10edaa4bcca7379d67750c2581cb6680e8925 10572512
cephfs-mirror-dbg_18.2.0+ds-1_amd64.deb
efb98ac9635f171b4ddcd9c49091db987652bfeced9c9fe9f554875d71a797f4 271180
cephfs-mirror_18.2.0+ds-1_amd64.deb
aa9fa23e48b5ea558a2582c2dbd71688d94084a82e067b17e6ac08cd1669b496 47796
cephfs-shell_18.2.0+ds-1_all.deb
8a3b1c8727a5929c1f59874a85d0664ba64936b4d4b710d05cafda6bb94ac5e0 37536
cephfs-top_18.2.0+ds-1_all.deb
1983451decc2ed8523fd45e0a9a48e815ffab69bca6c7840657f314bb10e857d 51728
libcephfs-dev_18.2.0+ds-1_amd64.deb
32c29e56a7842ea5c80483759d8ebb5b342b1d767fa741f899040a01df2cd26c 38496
libcephfs-java_18.2.0+ds-1_all.deb
4ce0c87a11c764545e99e39c88f997a8d922185840eeeec2a1f169125d60f799 802568
libcephfs-jni-dbgsym_18.2.0+ds-1_amd64.deb
0f5dce19d1576d665cba79dfb41c1cbe739bc035bde833be6f5d39075d38cfbd 73408
libcephfs-jni_18.2.0+ds-1_amd64.deb
9fff48f0dd4e3419717984b1bcb15c42d9c983c07aac47a99aea90983b21083f 19911364
libcephfs2-dbg_18.2.0+ds-1_amd64.deb
79ff0c3f1a13c8ac5e213361afd8ebeb8d6eff5e0277f9ee6c1d574b1036452c 757372
libcephfs2_18.2.0+ds-1_amd64.deb
f4b02bd96bf90dc684cc25e089a4a6e775af87b27914b565a118f29826930565 158400
librados-dev-dbgsym_18.2.0+ds-1_amd64.deb
49867617cca2a4bd98d3e2b77543a9e528ba41c7f0618ff3e82e86161ec86474 139780
librados-dev_18.2.0+ds-1_amd64.deb
db34cd5f946c03267770d09ca15e0af4c664701ab6e532b2af1cc9bfb60644a0 117248568
librados2-dbg_18.2.0+ds-1_amd64.deb
bf2ee24bb3bf23b1a9b737702f30aeb7fd48ff4992a0ecffd580f7f6c65d5bce 3485688
librados2_18.2.0+ds-1_amd64.deb
21add836b95ca8aab846558c654c8f329b5c4504858766d5e5717f08590c08e0 51256
libradospp-dev_18.2.0+ds-1_amd64.deb
43d03d7687e0240082bd308d251e7ad335ba97791ddfaaf90cff7dbc92b1111c 33488
libradosstriper-dev_18.2.0+ds-1_amd64.deb
272b470f92353bbf45c400da81891278c346d0b9300af3602a86e51cffa38e5c 12557296
libradosstriper1-dbg_18.2.0+ds-1_amd64.deb
cbcad757e32adf583782f4616632244e286111b8a7880683b3cdf2378fc69799 508772
libradosstriper1_18.2.0+ds-1_amd64.deb
c76b3f0b27a08aabeb80da04828b6d28f7d801b41f91537fbe4b3681df1c49a7 44264
librbd-dev_18.2.0+ds-1_amd64.deb
ed749385cabd367e56b122a66b0d9ee9bb838fb9e8a84111ce4f08233979343d 139630948
librbd1-dbg_18.2.0+ds-1_amd64.deb
85a5002bfbd3ee5b6e15c812780a9a1f8597f1c1c8757283cc22f3e7f1318ee7 2379392
librbd1_18.2.0+ds-1_amd64.deb
24d53c5b3299bba881d7ccf4cbc08eccb28568bda19bb593890200e308f0713b 31400
librgw-dev_18.2.0+ds-1_amd64.deb
4821abba7767633bb9eb54f8bfd4b1672e40fbe5e0e673163b2e7e8761300f45 237890224
librgw2-dbg_18.2.0+ds-1_amd64.deb
f8274b6eef0b9f9ec3d7a95a557a72e7fdb3248fb0a1573078f27ba2f3948a58 6662272
librgw2_18.2.0+ds-1_amd64.deb
acaa9f6eb057e20c5ec1b70427db6da24be1e7dadea1f5a603aa61a03dcc7a57 2591380
libsqlite3-mod-ceph-dbg_18.2.0+ds-1_amd64.deb
29f6f648bf538c50592a3ee57cf8102ca6cacfc91421971a464b40105d38a018 29720
libsqlite3-mod-ceph-dev_18.2.0+ds-1_amd64.deb
5ad1614ebc5040671dd49ee0c2601e405921f80f4a0cda59fa66515121bd0c74 147920
libsqlite3-mod-ceph_18.2.0+ds-1_amd64.deb
3befcda8b4181a9049ca5a292a23df6c7ab90d90de3230cd112f9d60306d087f 46716
python3-ceph-argparse_18.2.0+ds-1_amd64.deb
84d24e5fa38d8d0efbe018f1cc47af63b13df57fd60f0163dcf6a4d91987f30e 72668
python3-ceph-common_18.2.0+ds-1_all.deb
44b0e05897982de9ab4b478350510c704f2606e6b64c2cf20176a2582fe6a55c 28728
python3-ceph_18.2.0+ds-1_all.deb
beff32df3daaf0c04fd5e45f17364e28b04b740dd832b63d98d27816cbb787b0 825892
python3-cephfs-dbgsym_18.2.0+ds-1_amd64.deb
4df2a71fb776f229b18e1572126cd525398949fee2b75f16bd2803e4dd48f967 165612
python3-cephfs_18.2.0+ds-1_amd64.deb
26217971afbe8bc7be10c32e0862b7478c79466472b61118a44bfc8786bae0f1 1031580
python3-rados-dbgsym_18.2.0+ds-1_amd64.deb
9aee183b5004fc9f0fb39917ac00ae7e52ed3e28e12bbdfa09c288fca07a68e7 317236
python3-rados_18.2.0+ds-1_amd64.deb
79fa1c6cb5785fe7325f941bb1e1acdb9d3e65540b51be807b522ac63b99c875 1638560
python3-rbd-dbgsym_18.2.0+ds-1_amd64.deb
b5d7d2a16451b37b330bb850655670d7968efb18603322f8a20c9c8dd91e7b36 305680
python3-rbd_18.2.0+ds-1_amd64.deb
38640521fc37a5022a5f92a89c66656ced9f06d15cf3494de879441420304d2a 451804
python3-rgw-dbgsym_18.2.0+ds-1_amd64.deb
0c18285a3aeffc8113827061d98149efd836ca11f83bdec1bd868bb3000aea1c 114952
python3-rgw_18.2.0+ds-1_amd64.deb
6bd2578a7905378aae9242f38fe3ef87d9dacffc1feacacc8b66844d854fa956 29740
rados-objclass-dev_18.2.0+ds-1_amd64.deb
a4a19004fb47273c4b611296674598e980f9412c2641a850639b49a475b24bf7 463422544
radosgw-dbg_18.2.0+ds-1_amd64.deb
d259d4e4e32f0acf98c9dec86275fedc076c675a7a71dfffc583194ed7076e13 13212632
radosgw_18.2.0+ds-1_amd64.deb
f2dad23bd5f3fcbcf0178b46eadcc9f0928be6c54f73f420430048760e1e13ba 2298908
rbd-fuse-dbg_18.2.0+ds-1_amd64.deb
13af82cdf3986ad34ec1d999459c39381f22df11ec651e3b05db6ad2b31b2714 112232
rbd-fuse_18.2.0+ds-1_amd64.deb
8389b4bca278b234f15e87bcc54979d99f1ede75c7b0064a7962befe23d63312 176046656
rbd-mirror-dbg_18.2.0+ds-1_amd64.deb
4b37cfa71a2a54fe2d804533b6bca2b1803f9e289ea096b51c268f2919bc853d 3415868
rbd-mirror_18.2.0+ds-1_amd64.deb
1c538d8a9609c2730b63f63ec65ec377d072a11969a8da8093e2e9aae6444b27 3642748
rbd-nbd-dbg_18.2.0+ds-1_amd64.deb
2f8e84e431318ecf0650c629092b67bc921f9559a383f594780fd878b3d97083 195068
rbd-nbd_18.2.0+ds-1_amd64.deb
Files:
c862b2654eed1e4fafd59a62f4a5b880 8604 admin optional ceph_18.2.0+ds-1.dsc
5cb847dbb55042ba05d655c4f71c28fb 141388828 admin optional
ceph_18.2.0+ds.orig.tar.xz
774e762454098769ff6d8b330e06c6f6 118372 admin optional
ceph_18.2.0+ds-1.debian.tar.xz
dc7a446b399ac4006d80befb068df85f 181998728 debug optional
ceph-base-dbg_18.2.0+ds-1_amd64.deb
11adedbd3ff70bbd73d441bae0098625 5078680 admin optional
ceph-base_18.2.0+ds-1_amd64.deb
8383171c7dc8fe489e920df199eb70ca 624736844 debug optional
ceph-common-dbg_18.2.0+ds-1_amd64.deb
e3a56f483b6df7cf3604fdf03c8dabdd 14655632 admin optional
ceph-common_18.2.0+ds-1_amd64.deb
92950d83095ddc821255289ed8886793 21882312 admin optional
ceph-fuse-dbg_18.2.0+ds-1_amd64.deb
b7a12bb56198cdf9b170667f033004e5 858320 admin optional
ceph-fuse_18.2.0+ds-1_amd64.deb
47ea6b3f76c738c22fe7e538b89e0529 43308 admin optional
ceph-grafana-dashboards_18.2.0+ds-1_all.deb
89fc40994a4d2d927a5e099b9fb23d0f 5547832 debug optional
ceph-immutable-object-cache-dbg_18.2.0+ds-1_amd64.deb
4eed5396a42d5caf20d01bc2704d1524 182632 admin optional
ceph-immutable-object-cache_18.2.0+ds-1_amd64.deb
66337a4403a018fd464adaeff9e54fe3 103005844 debug optional
ceph-mds-dbg_18.2.0+ds-1_amd64.deb
b03d3473cde6bd8904b2e4b06c102527 2352008 admin optional
ceph-mds_18.2.0+ds-1_amd64.deb
8a24895682d920ab00444ebd59ece875 146172 admin optional
ceph-mgr-cephadm_18.2.0+ds-1_all.deb
77346ad07d53a95873cb6cdbb455877b 1782884 admin optional
ceph-mgr-dashboard_18.2.0+ds-1_all.deb
2c2d0dfba6518e8672b2fa1d76deb22e 54916616 debug optional
ceph-mgr-dbg_18.2.0+ds-1_amd64.deb
cffddec8e5301840fcf917dd452a545a 43848 admin optional
ceph-mgr-k8sevents_18.2.0+ds-1_all.deb
a6b245ed476ec8ae18fb42946dc44551 247052 admin optional
ceph-mgr-modules-core_18.2.0+ds-1_all.deb
e6519c4e184df9b1d27bb0c7b9a24cf8 67560 admin optional
ceph-mgr-rook_18.2.0+ds-1_all.deb
9d6b8fa66429e07c1149516eae626c8a 1597652 admin optional
ceph-mgr_18.2.0+ds-1_amd64.deb
6521563bed5cae251e7288101e2febc3 224028432 debug optional
ceph-mon-dbg_18.2.0+ds-1_amd64.deb
ddeae600016cef461e895a5a82b7c5ec 6291968 admin optional
ceph-mon_18.2.0+ds-1_amd64.deb
0d25df369ee6c91182c138dbcd81bc0b 648030720 debug optional
ceph-osd-dbg_18.2.0+ds-1_amd64.deb
d8dc858e29259bd689ad36e0b92cec6e 19840196 admin optional
ceph-osd_18.2.0+ds-1_amd64.deb
f9792f4a8108ce943c4fee7aad6fbbc0 36256 admin optional
ceph-prometheus-alerts_18.2.0+ds-1_all.deb
17aeea5620ac639f2b1e8b583c5e6d71 31316 admin optional
ceph-resource-agents_18.2.0+ds-1_all.deb
09f777272eff537ad262d2dd9513ed94 1550807760 admin optional
ceph-test-dbg_18.2.0+ds-1_amd64.deb
6ff72c0e48373a6deb65b40f38ed81d6 45103816 admin optional
ceph-test_18.2.0+ds-1_amd64.deb
019e916b295d407f363daa061ab93b6f 132248 python optional
ceph-volume_18.2.0+ds-1_all.deb
7fe49b52d9d611359964dc8312217260 44879 admin optional
ceph_18.2.0+ds-1_amd64.buildinfo
c3c62465af3a1e85b2c120931554fd90 33284 admin optional
ceph_18.2.0+ds-1_amd64.deb
12e5dff70875596925a0da31ccfd2c97 327276 admin optional
cephadm_18.2.0+ds-1_amd64.deb
7397a823dc2a6b96dc0d6c0b0a583989 10572512 debug optional
cephfs-mirror-dbg_18.2.0+ds-1_amd64.deb
38a50d8b558f21febef261155e2f2584 271180 admin optional
cephfs-mirror_18.2.0+ds-1_amd64.deb
47814dd665a127eaa20850071e8d7aaa 47796 admin optional
cephfs-shell_18.2.0+ds-1_all.deb
7281c33f3145d628f922360cedd73e19 37536 admin optional
cephfs-top_18.2.0+ds-1_all.deb
8bec917126ca2925d7c4faf0d8d81dd9 51728 libdevel optional
libcephfs-dev_18.2.0+ds-1_amd64.deb
498ed705b441b5a10e42af6e834d7f97 38496 java optional
libcephfs-java_18.2.0+ds-1_all.deb
cb3085b2c96ba34c464af0ad23f30c36 802568 debug optional
libcephfs-jni-dbgsym_18.2.0+ds-1_amd64.deb
229c7c7458cc7d97f74b302700a97c81 73408 libs optional
libcephfs-jni_18.2.0+ds-1_amd64.deb
1330be7aa7d0058ea79ba3d63845f660 19911364 debug optional
libcephfs2-dbg_18.2.0+ds-1_amd64.deb
d007d1a3d3af2872152aabf47979a69a 757372 libs optional
libcephfs2_18.2.0+ds-1_amd64.deb
2320d95ffe57964e6c30a2fc3f2f9566 158400 debug optional
librados-dev-dbgsym_18.2.0+ds-1_amd64.deb
3ac6fe1aeabd7fb9eb9df8e2104344e9 139780 libdevel optional
librados-dev_18.2.0+ds-1_amd64.deb
4b5799a203b4ed93121c97717bb97e71 117248568 debug optional
librados2-dbg_18.2.0+ds-1_amd64.deb
3c3f5b738b7ca7463767b9bdf14135ed 3485688 libs optional
librados2_18.2.0+ds-1_amd64.deb
890c4ba0539b67ffd9f8844c3d1098d3 51256 libdevel optional
libradospp-dev_18.2.0+ds-1_amd64.deb
21d971a592b2c08d8a3221cb9bca29f8 33488 libdevel optional
libradosstriper-dev_18.2.0+ds-1_amd64.deb
19a005a7aa691ff29b946e9c2c40c33a 12557296 debug optional
libradosstriper1-dbg_18.2.0+ds-1_amd64.deb
6b9a4800eb533fd8730da987a0c27313 508772 libs optional
libradosstriper1_18.2.0+ds-1_amd64.deb
97238d73de899f720ff5e6e2b593ae74 44264 libdevel optional
librbd-dev_18.2.0+ds-1_amd64.deb
5dfc84871841a4ab6376b7585ecfe057 139630948 debug optional
librbd1-dbg_18.2.0+ds-1_amd64.deb
e66b2e7eee0f83b8d2e50dd20493d5a8 2379392 libs optional
librbd1_18.2.0+ds-1_amd64.deb
26fede4326569799f1accaef3de94be3 31400 libdevel optional
librgw-dev_18.2.0+ds-1_amd64.deb
8c6c382e9f54848f7505a1973354e6a3 237890224 debug optional
librgw2-dbg_18.2.0+ds-1_amd64.deb
4ac05814a00815ebe2bbc1c9f48e1d7b 6662272 libs optional
librgw2_18.2.0+ds-1_amd64.deb
b1d242d33514c3c7f70aae60549f2d39 2591380 debug optional
libsqlite3-mod-ceph-dbg_18.2.0+ds-1_amd64.deb
19c13e46d25453f16e7a3bf85dc34cb9 29720 libdevel optional
libsqlite3-mod-ceph-dev_18.2.0+ds-1_amd64.deb
14b0a414a4fb01853581411c165c8015 147920 libs optional
libsqlite3-mod-ceph_18.2.0+ds-1_amd64.deb
7acf967587b43379aa7ea08d25d465e9 46716 python optional
python3-ceph-argparse_18.2.0+ds-1_amd64.deb
38ebee5858292328f32a8453eda14bcc 72668 python optional
python3-ceph-common_18.2.0+ds-1_all.deb
f2d3401f361d81d35b6aaca741f8c45c 28728 python optional
python3-ceph_18.2.0+ds-1_all.deb
cf4c956c8ee7c4cefb567c42f2664846 825892 debug optional
python3-cephfs-dbgsym_18.2.0+ds-1_amd64.deb
e85cde58a9824f7ef0eddaf5f6c47db3 165612 python optional
python3-cephfs_18.2.0+ds-1_amd64.deb
fb789702a10f6edf7528fe1795a57eb0 1031580 debug optional
python3-rados-dbgsym_18.2.0+ds-1_amd64.deb
c969b71aff6b830a45d04fe9c979b114 317236 python optional
python3-rados_18.2.0+ds-1_amd64.deb
a487eb9233d82076b4bb1e9c9314026c 1638560 debug optional
python3-rbd-dbgsym_18.2.0+ds-1_amd64.deb
160b1b4f139ff82f1a0a5bc423199ffe 305680 python optional
python3-rbd_18.2.0+ds-1_amd64.deb
25d0de4a73f5c0960c137bf111d3e852 451804 debug optional
python3-rgw-dbgsym_18.2.0+ds-1_amd64.deb
02bd2f21154426908fe0ece192e38ef9 114952 python optional
python3-rgw_18.2.0+ds-1_amd64.deb
e87870c5432b7edab0e81c4a25e5172b 29740 libdevel optional
rados-objclass-dev_18.2.0+ds-1_amd64.deb
cf62c97f7cfe3b0c9ed3ed6ef15d410f 463422544 debug optional
radosgw-dbg_18.2.0+ds-1_amd64.deb
ade7f5ee949fc17d1ec567a4c07004dc 13212632 admin optional
radosgw_18.2.0+ds-1_amd64.deb
d497ceb4c10326f1c0a6e07b362877ed 2298908 debug optional
rbd-fuse-dbg_18.2.0+ds-1_amd64.deb
23af79b549d8804761479975baba91bb 112232 admin optional
rbd-fuse_18.2.0+ds-1_amd64.deb
fde5a5d5632f6b42749706e65afc67e8 176046656 debug optional
rbd-mirror-dbg_18.2.0+ds-1_amd64.deb
ffeb9d0d48863d39dfaa14048cabcf7c 3415868 admin optional
rbd-mirror_18.2.0+ds-1_amd64.deb
715d376b3ae4ce75cec4b17e69bc4445 3642748 debug optional
rbd-nbd-dbg_18.2.0+ds-1_amd64.deb
4dcf2b0b8115d56f2488e1def4fbfbe5 195068 admin optional
rbd-nbd_18.2.0+ds-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmURiYkACgkQ1BatFaxr
Q/4HhA//XnjR7FTeQHCuZvEcneEIDXmtNY4L1TNWSUcVaGo/iFMH6IZA55e8oASy
49hSRdQeB3kf55YysDpwqTj81Lw7f5I4avMldEhce3242W6AeeXas1TRYgkQaKyZ
7KOeKLrA6Jj3GeHfGisly6s/jc2hUgX/gXEYO4qSYP3Gym+ZwPAR+IiW9b3rUwnn
0DK09/OR1fg4EkTSKhz+GszSa50UTApjnRdcweBs5HBivYlb2+KxPl1M5hCrbxK/
aurJS1UIoNF525pVHVxPZ3PW0LVQSfwqPeTKDjcqwod0SVYIDY4L3ccyIuNCEvVn
mS8R5052LiYv1rz9qptQH8thdH8pX0UasG9iLxp6rdhV3CSOBlNMGVMAsU8iRJH8
mq5WJBBd8r4jWhCaExcATDqQH04Bo0XUc7Ux6vKVRmXh50nFm7bj8rl0OBYj+FEp
pKOLFM+ANxJ+9oXWbrZGhASW2LBWA1bSaEW1RewSCpLOztmyf2Bqdp+oFgWUtJSF
ptenK258xSqr3e6CDBTH8CH2wFbiCHbEo9yuSanV1nbiJr1lkKjx3K0rWuHe5c91
7pm8TLnBn8hVz7GPKFpS+ZXI2SGx4pj9SpGorQE7zmt7iLj+zkoGEjPRA/DnP7uq
VQsWpxn1xF8pehXFQbAjJNW6x7ilOtaH4llRtsUAasQuq4pa5as=
=cdX6
-----END PGP SIGNATURE-----
--- End Message ---