ceph 17.2.9
Distributed object store and file system
Ceph is a distributed storage system designed for reliability and performance. It provides network-based block devices (RBD), a POSIX compliant file system (CephFS), and offers compatibility with various storage protocols (S3, NFS, and others) through the RADOS gateway.
- Outputs:
lib
,out
- Website: https://ceph.com/
- Licenses: CC-BY-SA 3.0 · Expat · GPL 2 · LGPL 2.1 · Modified BSD
- Package source: gnu/packages/storage.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ceph 17.2.9
as follows:
guix install ceph@17.2.9
Or install the latest version:
guix install ceph
The ceph
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install ceph:lib
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.