ceph 12.2.13-0ubuntu0.18.04.5 source package in Ubuntu
Changelog
ceph (12.2.13-0ubuntu0.18.04.5) bionic; urgency=medium * d/p/rules: Enable RelWithDebInfo (LP: #1894453). -- Corey Bryant <email address hidden> Mon, 26 Oct 2020 09:17:19 -0400
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ceph_12.2.13.orig.tar.xz | 53.2 MiB | 855b9197afe93490eb6225d9dabd24516b10dc5b561ca50aef139e50db5cdfd7 |
ceph_12.2.13-0ubuntu0.18.04.5.debian.tar.xz | 54.4 KiB | 826fe6675feb649ba8e7aa09eb1f42c4d84f6b2e2f862b3951948e0b95b9c367 |
ceph_12.2.13-0ubuntu0.18.04.5.dsc | 5.0 KiB | 1c0fb6bb5f3246c6bff0064b1e428663b20539fc2461d1632f29779c393100fe |
Available diffs
Binary packages built by this source
- ceph: distributed storage and file system
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
- ceph-base: common ceph daemon libraries and management tools
Ceph is a distributed storage system designed to provide excellent
performance, reliability, and scalability.
.
This package contains the libraries and management tools that are common among
the Ceph server daemons (ceph-mon, ceph-mgr, ceph-osd, ceph-mds). These tools
are necessary for creating, running, and administering a Ceph storage cluster.
- ceph-base-dbgsym: debug symbols for ceph-base
- ceph-common: common utilities to mount and interact with a ceph storage cluster
Ceph is a distributed storage and file system designed to provide
excellent performance, reliability, and scalability. This is a collection
of common tools that allow one to interact with and administer a Ceph cluster.
- ceph-common-dbgsym: debug symbols for ceph-common
- ceph-fuse: FUSE-based client for the Ceph distributed file system
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability. This is a
FUSE-based client that allows one to mount a Ceph file system without
root privileges.
.
Because the FUSE-based client has certain inherent performance
limitations, it is recommended that the native Linux kernel client
be used if possible. If it is not practical to load a kernel module
(insufficient privileges, older kernel, etc.), then the FUSE client will
do.
- ceph-fuse-dbgsym: debug symbols for ceph-fuse
- ceph-mds: metadata server for the ceph distributed file system
Ceph is a distributed storage and network file system designed to
provide excellent performance, reliability, and scalability.
.
This package contains the metadata server daemon, which is used to
create a distributed file system on top of the ceph storage cluster.
- ceph-mds-dbgsym: debug symbols for ceph-mds
- ceph-mgr: manager for the ceph distributed file system
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains the manager daemon, which is used to expose high
level management and monitoring functionality.
- ceph-mgr-dbgsym: debug symbols for ceph-mgr
- ceph-mon: monitor server for the ceph storage system
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains the cluster monitor daemon for the Ceph storage
system. One or more instances of ceph-mon form a Paxos part-time parliament
cluster that provides extremely reliable and durable storage of cluster
membership, configuration, and state.
- ceph-mon-dbgsym: debug symbols for ceph-mon
- ceph-osd: OSD server for the ceph storage system
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains the Object Storage Daemon for the Ceph storage system.
It is responsible for storing objects on a local file system
and providing access to them over the network.
- ceph-osd-dbgsym: debug symbols for ceph-osd
- ceph-resource-agents: OCF-compliant resource agents for Ceph
Ceph is a distributed storage and network file system designed to provide
excellent performance, reliability, and scalability.
.
This package contains the resource agents (RAs) which integrate
Ceph with OCF-compliant cluster resource managers,
such as Pacemaker.
- ceph-test: Ceph test and benchmarking tools
Ceph is a distributed storage system designed to provide excellent
performance, reliability, and scalability.
.
This package contains tools for testing and benchmarking Ceph.
- ceph-test-dbgsym: debug symbols for ceph-test
- libcephfs-dev: Ceph distributed file system client library (development files)
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability. This is a
shared library allowing applications to access a Ceph distributed
file system via a POSIX-like interface.
.
This package contains development files needed for building applications that
link against libcephfs2.
- libcephfs-java: Java library for the Ceph File System
Ceph is a distributed storage system designed to provide excellent
performance, reliability, and scalability.
.
This package contains the Java library for interacting with the Ceph
File System.
- libcephfs-jni: Java Native Interface library for CephFS Java bindings
Ceph is a distributed storage system designed to provide excellent
performance, reliability, and scalability.
.
This package contains the Java Native Interface library for interacting
with the Ceph File System.
- libcephfs-jni-dbgsym: debug symbols for libcephfs-jni
- libcephfs2: Ceph distributed file system client library
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability. This is a
shared library allowing applications to access a Ceph distributed
file system via a POSIX-like interface.
- libcephfs2-dbgsym: debug symbols for libcephfs2
- librados-dev: RADOS distributed object store client library (development files)
RADOS is a reliable, autonomic distributed object storage cluster
developed as part of the Ceph distributed storage system. This is a
shared library allowing applications to access the distributed object
store using a simple file-like interface.
.
This package contains development files needed for building applications that
link against librados2.
- librados-dev-dbgsym: debug symbols for librados-dev
- librados2: RADOS distributed object store client library
RADOS is a reliable, autonomic distributed object storage cluster
developed as part of the Ceph distributed storage system. This is a
shared library allowing applications to access the distributed object
store using a simple file-like interface.
- librados2-dbgsym: debug symbols for librados2
- libradosstriper-dev: RADOS striping interface (development files)
libradosstriper is a striping interface built on top of the rados
library, allowing to stripe bigger objects onto several standard
rados objects using an interface very similar to the rados one.
.
This package contains development files needed for building applications that
link against libradosstriper.
- libradosstriper1: RADOS striping interface
Striping interface built on top of the rados library, allowing
to stripe bigger objects onto several standard rados objects using
an interface very similar to the rados one.
- libradosstriper1-dbgsym: debug symbols for libradosstriper1
- librbd-dev: RADOS block device client library (development files)
RBD is a block device striped across multiple distributed objects
in RADOS, a reliable, autonomic distributed object storage cluster
developed as part of the Ceph distributed storage system. This is a
shared library allowing applications to manage these block devices.
.
This package contains development files needed for building applications that
link against librbd1.
- librbd1: RADOS block device client library
RBD is a block device striped across multiple distributed objects
in RADOS, a reliable, autonomic distributed object storage cluster
developed as part of the Ceph distributed storage system. This is a
shared library allowing applications to manage these block devices.
- librbd1-dbgsym: debug symbols for librbd1
- librgw-dev: RADOS client library (development files)
RADOS is a distributed object store used by the Ceph distributed
storage system. This package provides a REST gateway to the
object store that aims to implement a superset of Amazon's S3
service.
.
This package contains development files needed for building applications
that link against librgw2.
- librgw2: RADOS Gateway client library
RADOS is a distributed object store used by the Ceph distributed
storage system. This package provides a REST gateway to the
object store that aims to implement a superset of Amazon's S3
service.
.
This package contains the library interface and headers only.
- librgw2-dbgsym: debug symbols for librgw2
- python-ceph: Meta-package for python libraries for the Ceph libraries
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package is a metapackage for all python bindings.
- python-cephfs: Python libraries for the Ceph libcephfs library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python libraries for interacting with Ceph's
CephFS file system client library.
- python-cephfs-dbgsym: debug symbols for python-cephfs
- python-rados: Python libraries for the Ceph librados library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python libraries for interacting with Ceph's
RADOS object storage.
- python-rados-dbgsym: debug symbols for python-rados
- python-rbd: Python libraries for the Ceph librbd library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python libraries for interacting with Ceph's
RBD block device library.
- python-rbd-dbgsym: debug symbols for python-rbd
- python-rgw: Python 2 libraries for the Ceph librgw library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python 2 libraries for interacting with Ceph's
RGW library.
- python-rgw-dbgsym: debug symbols for python-rgw
- python3-ceph-argparse: Python 3 utility libraries for Ceph CLI
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains types and routines for Python 3 used by the
Ceph CLI as well as the RESTful interface.
- python3-cephfs: Python 3 libraries for the Ceph libcephfs library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python 3 libraries for interacting with Ceph's
CephFS file system client library.
- python3-cephfs-dbgsym: debug symbols for python3-cephfs
- python3-rados: Python 3 libraries for the Ceph librados library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python 3 libraries for interacting with Ceph's
RADOS object storage.
- python3-rados-dbgsym: debug symbols for python3-rados
- python3-rbd: Python 3 libraries for the Ceph librbd library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python 3 libraries for interacting with Ceph's
RBD block device library.
- python3-rbd-dbgsym: debug symbols for python3-rbd
- python3-rgw: Python 3 libraries for the Ceph librgw library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python 3 libraries for interacting with Ceph's
RGW library.
- python3-rgw-dbgsym: debug symbols for python3-rgw
- rados-objclass-dev: RADOS object class development kit.
.
This package contains development files needed for building RADOS object class plugins.
- radosgw: REST gateway for RADOS distributed object store
RADOS is a distributed object store used by the Ceph distributed
storage system. This package provides a REST gateway to the
object store that aims to implement a superset of Amazon's S3
service as well as the OpenStack Object Storage ("Swift") API.
.
This package contains the proxy daemon and related tools only.
- radosgw-dbgsym: debug symbols for radosgw
- rbd-fuse: FUSE-based rbd client for the Ceph distributed file system
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability. This is a
FUSE-based client that allows one to map Ceph rbd images as files.
- rbd-fuse-dbgsym: debug symbols for rbd-fuse
- rbd-mirror: Ceph daemon for mirroring RBD images
Ceph is a distributed storage system designed to provide excellent
performance, reliability, and scalability.
.
This package provides a daemon for mirroring RBD images between
Ceph clusters, streaming changes asynchronously.
- rbd-mirror-dbgsym: debug symbols for rbd-mirror
- rbd-nbd: NBD-based rbd client for the Ceph distributed file system
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage. This is a
NBD-based client that allows one to map Ceph rbd images as local
block device.
.
NBD base client that allows one to map Ceph rbd images as local
block device.
- rbd-nbd-dbgsym: debug symbols for rbd-nbd