mirror of https://github.com/ceph/ceph
827 lines
29 KiB
Plaintext
827 lines
29 KiB
Plaintext
Source: ceph
|
|
Section: admin
|
|
Priority: optional
|
|
Homepage: http://ceph.com/
|
|
Vcs-Git: git://github.com/ceph/ceph.git
|
|
Vcs-Browser: https://github.com/ceph/ceph
|
|
Maintainer: Ceph Maintainers <ceph-maintainers@lists.ceph.com>
|
|
Uploaders: Ken Dreyer <kdreyer@redhat.com>,
|
|
Alfredo Deza <adeza@redhat.com>
|
|
Build-Depends: bc,
|
|
btrfs-tools,
|
|
cmake,
|
|
cpio,
|
|
cryptsetup-bin | cryptsetup,
|
|
cython,
|
|
cython3,
|
|
debhelper (>= 9),
|
|
dh-python,
|
|
dh-systemd,
|
|
default-jdk,
|
|
git,
|
|
gdisk,
|
|
javahelper,
|
|
jq,
|
|
junit4,
|
|
libaio-dev,
|
|
libatomic-ops-dev,
|
|
libbabeltrace-ctf-dev,
|
|
libbabeltrace-dev,
|
|
libblkid-dev (>= 2.17),
|
|
libcurl4-gnutls-dev,
|
|
libexpat1-dev,
|
|
libfcgi-dev,
|
|
libfuse-dev,
|
|
libgoogle-perftools-dev [i386 amd64 arm64],
|
|
libibverbs-dev,
|
|
libkeyutils-dev,
|
|
libleveldb-dev,
|
|
libnss3-dev,
|
|
libsnappy-dev,
|
|
libldap2-dev,
|
|
libssl-dev,
|
|
liblttng-ust-dev,
|
|
libtool,
|
|
libudev-dev,
|
|
libxml2-dev,
|
|
lsb-release,
|
|
parted,
|
|
pkg-config,
|
|
python (>= 2.7),
|
|
python-all-dev,
|
|
python-nose,
|
|
python-setuptools,
|
|
python-sphinx,
|
|
python3-all-dev,
|
|
python3-setuptools,
|
|
virtualenv | python-virtualenv,
|
|
uuid-runtime,
|
|
valgrind,
|
|
xfslibs-dev,
|
|
xfsprogs,
|
|
xmlstarlet,
|
|
yasm [amd64],
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.3
|
|
|
|
Package: ceph
|
|
Architecture: linux-any
|
|
Depends: ceph-mon (= ${binary:Version}),
|
|
ceph-mgr (= ${binary:Version}),
|
|
ceph-osd (= ${binary:Version})
|
|
Recommends: ceph-mds (= ${binary:Version})
|
|
Description: 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.
|
|
|
|
Package: ceph-base
|
|
Architecture: linux-any
|
|
Depends: binutils,
|
|
ceph-common (= ${binary:Version}),
|
|
cryptsetup-bin | cryptsetup,
|
|
debianutils,
|
|
findutils,
|
|
gdisk,
|
|
grep,
|
|
logrotate,
|
|
psmisc,
|
|
${python:Depends},
|
|
xfsprogs,
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: btrfs-tools,
|
|
ceph-mds (= ${binary:Version}),
|
|
librados2 (= ${binary:Version}),
|
|
libradosstriper1 (= ${binary:Version}),
|
|
librbd1 (= ${binary:Version}),
|
|
ntp | time-daemon
|
|
Replaces: ceph-common (<< 0.78-500), python-ceph (<< 0.92-1223),
|
|
ceph-test (<< 0.94-1322), ceph (<< 10)
|
|
Breaks: python-ceph (<< 0.92-1223), ceph-test (<< 0.94-1322),
|
|
ceph (<< 10)
|
|
Description: common ceph daemon libraries and management tools
|
|
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 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.
|
|
|
|
Package: ceph-base-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ceph-base (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for ceph-base
|
|
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 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.
|
|
.
|
|
This package contains the debugging symbols for ceph-base.
|
|
|
|
Package: ceph-mds
|
|
Architecture: linux-any
|
|
Depends: ceph-base (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: ceph-fuse (= ${binary:Version}),
|
|
libcephfs2 (= ${binary:Version})
|
|
Replaces: ceph (<< 0.93-417)
|
|
Breaks: ceph (<< 0.93-417)
|
|
Description: metadata server 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 metadata server daemon, which is used to
|
|
create a distributed file system on top of the ceph storage cluster.
|
|
|
|
Package: ceph-mds-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ceph-mds (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for ceph-mds
|
|
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 debugging symbols for ceph-mds.
|
|
|
|
Package: ceph-mgr
|
|
Architecture: linux-any
|
|
Depends: ceph-base (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${python:Depends},
|
|
${shlibs:Depends}
|
|
Replaces: ceph (<< 0.93-417)
|
|
Breaks: ceph (<< 0.93-417)
|
|
Description: metadata server 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.
|
|
|
|
Package: ceph-mgr-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ceph-mgr (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for ceph-mgr
|
|
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 debugging symbols for ceph-mgr.
|
|
|
|
Package: ceph-mon
|
|
Architecture: linux-any
|
|
Depends: ceph-base (= ${binary:Version}),
|
|
python-flask,
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: ceph-common
|
|
Replaces: ceph (<< 10)
|
|
Breaks: ceph (<< 10)
|
|
Description: 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.
|
|
|
|
Package: ceph-mon-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ceph-mon (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for ceph-mon
|
|
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 debugging symbols for ceph-mon.
|
|
|
|
Package: ceph-osd
|
|
Architecture: linux-any
|
|
Depends: ceph-base (= ${binary:Version}),
|
|
parted,
|
|
${misc:Depends},
|
|
${python:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: ceph-common (= ${binary:Version})
|
|
Replaces: ceph (<< 10)
|
|
Breaks: ceph (<< 10)
|
|
Description: 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.
|
|
|
|
Package: ceph-osd-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ceph-osd (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for ceph-osd
|
|
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 debugging symbols for ceph-osd.
|
|
|
|
Package: ceph-fuse
|
|
Architecture: linux-any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Recommends: fuse
|
|
Description: FUSE-based 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
|
|
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.
|
|
|
|
Package: ceph-fuse-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ceph-fuse (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for ceph-fuse
|
|
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
|
|
FUSE-based client that allows one to mount a Ceph file system without
|
|
root privileges.
|
|
.
|
|
This package contains the debugging symbols for ceph-fuse.
|
|
|
|
Package: rbd-fuse
|
|
Architecture: linux-any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Recommends: fuse
|
|
Description: FUSE-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
|
|
FUSE-based client that allows one to map Ceph rbd images as files.
|
|
.
|
|
FUSE base client that allows one to map Ceph rbd images as files.
|
|
|
|
Package: rbd-fuse-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: rbd-fuse (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for rbd-fuse
|
|
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
|
|
FUSE-based client that allows one to map Ceph rbd images as files.
|
|
.
|
|
This package contains the debugging symbols for rbd-fuse.
|
|
|
|
Package: rbd-mirror
|
|
Architecture: linux-any
|
|
Depends: ceph-common (= ${binary:Version}),
|
|
librados2 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: Ceph daemon for mirroring RBD images
|
|
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
|
|
daemon for mirroring RBD images between Ceph clusters, streaming
|
|
changes asynchronously.
|
|
|
|
Package: rbd-mirror-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: rbd-mirror (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for rbd-mirror
|
|
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
|
|
daemon for mirroring RBD images between Ceph clusters, streaming
|
|
changes asynchronously.
|
|
.
|
|
This package contains the debugging symbols for rbd-mirror.
|
|
|
|
Package: rbd-nbd
|
|
Architecture: linux-any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: 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.
|
|
|
|
Package: rbd-nbd-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: rbd-nbd (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for rbd-nbd
|
|
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.
|
|
.
|
|
This package contains the debugging symbols for rbd-nbd.
|
|
|
|
Package: ceph-common
|
|
Architecture: linux-any
|
|
Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
|
|
python-rados (= ${binary:Version}),
|
|
python-cephfs (= ${binary:Version}),
|
|
python-rbd (= ${binary:Version}),
|
|
python-rgw (= ${binary:Version}),
|
|
${python:Depends},
|
|
python-requests
|
|
Conflicts: ceph-client-tools
|
|
Replaces: ceph-client-tools,
|
|
ceph (<< 10),
|
|
ceph-test (<< 9.0.3-1646),
|
|
python-ceph (<< 0.92-1223),
|
|
librbd1 (<< 0.92-1238),
|
|
ceph-fs-common (<< 11.0)
|
|
Breaks: ceph (<< 10),
|
|
ceph-test (<< 9.0.3-1646),
|
|
python-ceph (<< 0.92-1223),
|
|
librbd1 (<< 0.92-1238),
|
|
ceph-fs-common (<< 11.0)
|
|
Suggests: ceph-base (= ${binary:Version}), ceph-mds (= ${binary:Version})
|
|
Description: common utilities to mount and interact with a ceph storage cluster
|
|
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 collection
|
|
of common tools that allow one to interact with and administer a Ceph cluster.
|
|
|
|
Package: ceph-common-dbg
|
|
Architecture: linux-any
|
|
Depends: ceph-common (= ${binary:Version}), ${misc:Depends}
|
|
Conflicts: ceph-client-tools-dbg
|
|
Replaces: ceph-client-tools-dbg,
|
|
ceph-test-dbg (<< 9.0.3-1646)
|
|
Breaks: ceph-test-dbg (<< 9.0.3-1646)
|
|
Section: debug
|
|
Priority: extra
|
|
Description: debugging symbols for ceph-common
|
|
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 collection
|
|
of common tools that allow one to interact with and administer a Ceph cluster.
|
|
.
|
|
This package contains the debugging symbols for ceph-common.
|
|
|
|
Package: ceph-resource-agents
|
|
Architecture: linux-any
|
|
Recommends: pacemaker
|
|
Priority: extra
|
|
Depends: ceph (= ${binary:Version}), resource-agents, ${misc:Depends}
|
|
Description: OCF-compliant resource agents for Ceph
|
|
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 resource agents (RAs) which integrate
|
|
Ceph with OCF-compliant cluster resource managers,
|
|
such as Pacemaker.
|
|
|
|
Package: librados2
|
|
Conflicts: librados, librados1
|
|
Replaces: librados, librados1
|
|
Architecture: linux-any
|
|
Section: libs
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: 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.
|
|
|
|
Package: librados2-dbg
|
|
Conflicts: librados1-dbg
|
|
Replaces: librados1-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: librados2 (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for librados
|
|
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 debugging symbols for librados.
|
|
|
|
Package: librados-dev
|
|
Architecture: linux-any
|
|
Section: libdevel
|
|
Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Conflicts: librados1-dev, librados2-dev
|
|
Replaces: librados1-dev, librados2-dev
|
|
Description: 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 librados.
|
|
|
|
Package: libradosstriper1
|
|
Architecture: linux-any
|
|
Section: libs
|
|
Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Description: 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.
|
|
|
|
Package: libradosstriper1-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: libradosstriper1 (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for libradosstriper
|
|
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 debugging symbols for libradosstriper.
|
|
|
|
Package: libradosstriper-dev
|
|
Architecture: linux-any
|
|
Section: libdevel
|
|
Depends: libradosstriper1 (= ${binary:Version}), ${misc:Depends}
|
|
Description: 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.
|
|
|
|
Package: librbd1
|
|
Architecture: linux-any
|
|
Section: libs
|
|
Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Description: 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.
|
|
|
|
Package: librbd1-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: librbd1 (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for librbd1
|
|
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 debugging symbols for librbd1.
|
|
|
|
Package: librbd-dev
|
|
Architecture: linux-any
|
|
Section: libdevel
|
|
Depends: librados-dev (= ${binary:Version}),
|
|
librbd1 (= ${binary:Version}), ${misc:Depends}
|
|
Conflicts: librbd1-dev
|
|
Replaces: librbd1-dev
|
|
Description: 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.
|
|
|
|
Package: libcephfs2
|
|
Conflicts: libceph, libceph1, libcephfs
|
|
Replaces: libceph, libceph1, libcephfs
|
|
Architecture: linux-any
|
|
Section: libs
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: Ceph distributed file system client 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 is a
|
|
shared library allowing applications to access a Ceph distributed
|
|
file system via a POSIX-like interface.
|
|
|
|
Package: libcephfs2-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: libcephfs2 (= ${binary:Version}), ${misc:Depends}
|
|
Conflicts: libceph1-dbg
|
|
Replaces: libceph1-dbg
|
|
Description: debugging symbols for libcephfs2
|
|
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
|
|
shared library allowing applications to access a Ceph distributed
|
|
file system via a POSIX-like interface.
|
|
.
|
|
This package contains debugging symbols for libcephfs2.
|
|
|
|
Package: libcephfs-dev
|
|
Architecture: linux-any
|
|
Section: libdevel
|
|
Depends: libcephfs2 (= ${binary:Version}), ${misc:Depends}
|
|
Conflicts: libceph-dev, libceph1-dev, libcephfs2-dev
|
|
Replaces: libceph-dev, libceph1-dev, libcephfs2-dev
|
|
Description: Ceph distributed file system client library (development files)
|
|
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
|
|
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 libcephfs.
|
|
|
|
Package: librgw2
|
|
Architecture: linux-any
|
|
Section: libs
|
|
Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Description: 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.
|
|
|
|
Package: librgw2-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: librgw2 (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for librbd1
|
|
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 debugging symbols for librgw2.
|
|
|
|
Package: librgw-dev
|
|
Architecture: linux-any
|
|
Section: libdevel
|
|
Depends: librados-dev (= ${binary:Version}),
|
|
librgw2 (= ${binary:Version}), ${misc:Depends}
|
|
Description: 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.
|
|
|
|
Package: radosgw
|
|
Architecture: linux-any
|
|
Depends: ceph-common (= ${binary:Version}),
|
|
mime-support,
|
|
librgw2 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: ntp | time-daemon
|
|
Description: 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.
|
|
|
|
Package: radosgw-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: radosgw (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for radosgw
|
|
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 debugging symbols for radosgw.
|
|
|
|
Package: ceph-test
|
|
Architecture: linux-any
|
|
Depends: ceph-common, curl, xmlstarlet, ${misc:Depends}, ${shlibs:Depends}
|
|
Description: Ceph test and benchmarking tools
|
|
This package contains tools for testing and benchmarking Ceph.
|
|
|
|
Package: ceph-test-dbg
|
|
Architecture: linux-any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: ceph-test (= ${binary:Version}), ceph-common (= ${binary:Version}),
|
|
curl,
|
|
${misc:Depends}
|
|
Description: Ceph test and benchmarking tools
|
|
.
|
|
This package contains the debugging symbols for ceph-test.
|
|
|
|
Package: python-ceph
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: python-rados (= ${binary:Version}),
|
|
python-rbd (= ${binary:Version}),
|
|
python-rgw (= ${binary:Version}),
|
|
python-cephfs (= ${binary:Version})
|
|
Description: 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 2 bindings.
|
|
|
|
Package: python-rados
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: librados2 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${python:Depends}
|
|
Replaces: python-ceph (<< 0.92-1223)
|
|
Breaks: python-ceph (<< 0.92-1223)
|
|
Description: Python 2 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 2 libraries for interacting with Ceph's
|
|
RADOS object storage.
|
|
|
|
Package: python3-rados
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: librados2 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${python3:Depends}
|
|
Description: 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.
|
|
|
|
Package: python-rbd
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: librbd1 (>= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${python:Depends}
|
|
Replaces: python-ceph (<< 0.92-1223)
|
|
Breaks: python-ceph (<< 0.92-1223)
|
|
Description: Python 2 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 2 libraries for interacting with Ceph's
|
|
RBD block device library.
|
|
|
|
Package: python3-rbd
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: librbd1 (>= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${python3:Depends}
|
|
Description: 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.
|
|
|
|
Package: python-rgw
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: librgw2 (>= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${python:Depends}
|
|
Replaces: python-ceph (<< 0.92-1223)
|
|
Breaks: python-ceph (<< 0.92-1223)
|
|
Description: 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.
|
|
|
|
Package: python3-rgw
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: librgw2 (>= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${python3:Depends}
|
|
Description: 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.
|
|
|
|
Package: python-cephfs
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: libcephfs2 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${python:Depends}
|
|
Replaces: python-ceph (<< 0.92-1223)
|
|
Breaks: python-ceph (<< 0.92-1223)
|
|
Description: Python 2 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 2 libraries for interacting with Ceph's
|
|
CephFS file system client library.
|
|
|
|
Package: python3-cephfs
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: libcephfs2 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${python3:Depends}
|
|
Description: 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.
|
|
|
|
Package: python3-ceph-argparse
|
|
Architecture: linux-any
|
|
Section: python
|
|
Depends: ${misc:Depends}, ${python3:Depends}
|
|
Description: 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.
|
|
|
|
Package: libcephfs-java
|
|
Section: java
|
|
Architecture: all
|
|
Depends: libcephfs-jni (= ${binary:Version}), ${java:Depends}, ${misc:Depends}
|
|
Description: Java libraries for the Ceph File System
|
|
|
|
Package: libcephfs-jni
|
|
Architecture: linux-any
|
|
Section: java
|
|
Depends: libcephfs2 (= ${binary:Version}), ${java:Depends},
|
|
${misc:Depends}, ${shlibs:Depends}
|
|
Description: Java Native Interface library for CephFS Java bindings
|