guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: fio: Enable rbd support.


From: Marius Bakke
Subject: 05/08: gnu: fio: Enable rbd support.
Date: Tue, 28 Mar 2017 11:07:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit aadead6f17ef240714d06513e8b4f42b9f0ecf85
Author: Marius Bakke <address@hidden>
Date:   Sun Jan 15 19:36:25 2017 +0100

    gnu: fio: Enable rbd support.
    
    * gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib.
---
 gnu/packages/benchmark.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 9f6381e..4dab620 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -24,7 +24,8 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages maths)
-  #:use-module (gnu packages python))
+  #:use-module (gnu packages python)
+  #:use-module (gnu packages storage))
 
 (define-public fio
   (package
@@ -85,7 +86,8 @@
                #t))))))
     (outputs '("out" "utils"))
     (inputs
-     `(("libaio" ,libaio)
+     `(("ceph" ,ceph "lib")
+       ("libaio" ,libaio)
        ("gnuplot" ,gnuplot)
        ("zlib" ,zlib)
        ("python-numpy" ,python2-numpy)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]