This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ceph/badges/latest-version.svg)](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]]