gnu: fio: Enable rbd support.

* gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib.
master
Marius Bakke 2017-01-15 19:36:25 +01:00
parent dcfe44cbce
commit aadead6f17
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 2 deletions

View File

@ -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)