diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 17:36:56 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 17:36:56 +0100 |
commit | 7f69459aca16756f35f08049c64a1bd77d23f33e (patch) | |
tree | 1d267fb62feab89de5d97582672540cbaa37392c /gnu/packages/storage.scm | |
parent | 4a82722a658220ec1e10f9f2d5d77407d38db90e (diff) | |
parent | b1989c12501e880afab62d3ff961791906fef350 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/storage.scm')
-rw-r--r-- | gnu/packages/storage.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm index 1dca920a30..bee349f6f6 100644 --- a/gnu/packages/storage.scm +++ b/gnu/packages/storage.scm @@ -340,7 +340,7 @@ (description "Ceph is a distributed storage system designed for reliability and performance. It provides network-based block devices (RBD), a POSIX -compliant filesystem (CephFS), and offers compatibility with various +compliant file system (CephFS), and offers compatibility with various storage protocols (S3, NFS, and others) through the RADOS gateway.") ;; The Ceph libraries are LGPL2.1 and most of the utilities fall under ;; GPL2. The installed erasure code plugins are BSD-3 licensed and do |