From: Zack Cerza Date: Fri, 9 Jan 2015 16:51:53 +0000 (-0700) Subject: Add librbd1 and librados2 to rpm list X-Git-Tag: 1.1.0~1048 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f6fc993fc585121eb4d005200fcca61c9a4f9281;p=teuthology.git Add librbd1 and librados2 to rpm list Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/install.py b/teuthology/task/install.py index d6de34bb09..00b23decc8 100644 --- a/teuthology/task/install.py +++ b/teuthology/task/install.py @@ -56,6 +56,8 @@ PACKAGES['ceph']['rpm'] = [ 'rest-bench', 'libcephfs_jni1', 'libcephfs1', + 'librados2', + 'librbd1', 'python-ceph', ] @@ -88,6 +90,8 @@ rpm_packages = {'ceph': [ 'rest-bench', 'libcephfs_jni1', 'libcephfs1', + 'librados2', + 'librbd1', 'python-ceph', ]}