mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
524ec3947f
The patch creates several packages: ceph: The uber package that depends on ceph-mds ceph-osd ceph-mon ceph-fuse and ceph-source ceph-mds: The ceph meta data server daemon ceph-osd: The ceph object storage daemon ceph-mon: The ceph cluster monitor ceph-fuse: The ceph fuse client ceph-source: The source for the ceph client kernel module for use with module-assistant ceph-misc: Some ceph misc installed binaries ceph-doc: What little ceph documentations in the source tarball Hopefully this is useful. Thanks, - David Brown
81 lines
2.7 KiB
Plaintext
81 lines
2.7 KiB
Plaintext
Source: ceph
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Sage Weil <sage@newdream.net>
|
|
Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake, g++, gcc, cdbs, libfuse-dev, libboost-dev
|
|
Standards-Version: 3.7.2
|
|
|
|
Package: ceph
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ceph-mon, ceph-osd, ceph-mds, ceph-fuse, ceph-source
|
|
Recommends: fuse-utils
|
|
Description: Ceph distributed file system
|
|
Ceph is a distributed network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
|
|
Package: ceph-mon
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Ceph distributed file system
|
|
Ceph is a distributed network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
.
|
|
This is the monitor package and contains the monitor daemon and associated
|
|
utilities.
|
|
|
|
Package: ceph-mds
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Ceph distributed file system
|
|
Ceph is a distributed network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
.
|
|
This is the meta data server package and contains the meta data server daemon.
|
|
|
|
Package: ceph-osd
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Ceph distributed file system
|
|
Ceph is a distributed network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
.
|
|
This is the object storage package and contains the object storage daemon.
|
|
|
|
Package: ceph-fuse
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Ceph distributed file system
|
|
Ceph is a distributed network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
.
|
|
This is the ceph fuse package and contains the ceph fuse for mounting ceph
|
|
with fuse.
|
|
|
|
Package: ceph-source
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Ceph distributed file system
|
|
Ceph is a distributed network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
.
|
|
This is the ceph kernel source package for use with module-assistant.
|
|
|
|
Package: ceph-misc
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Ceph distributed file system
|
|
Ceph is a distributed network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
.
|
|
This is the ceph misc installed binaries.
|
|
|
|
Package: ceph-doc
|
|
Architecture: all
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Ceph distributed file system
|
|
Ceph is a distributed network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
.
|
|
This is the ceph documentation.
|
|
|