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

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.

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.