ceph
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.
- Versions: 17.2.9
- 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 the latest version of ceph
as follows:
guix install ceph
Or install a particular version:
guix install ceph@17.2.9
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.
Badge code
You can use the following badge to inform users of ceph about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ceph'><img src='https://packages.guix.gnu.org/packages/ceph/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ceph)
Example Org:
[[https://packages.guix.gnu.org/packages/ceph][https://packages.guix.gnu.org/packages/ceph/badges/latest-version.svg]]