From 48be9e89df559dce13731fcdf59153181ffd2646 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 13 Jul 2016 12:55:50 +0100 Subject: [PATCH] task/packages: install libcephfs1-dev The way we currently build the cephfs java bindings depends on the unversioned .so file which is in the -dev package, not the main one. Fixes: http://tracker.ceph.com/issues/16640 Signed-off-by: John Spray --- teuthology/task/packages.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/task/packages.yaml b/teuthology/task/packages.yaml index 6f4669692..b7fdde879 100644 --- a/teuthology/task/packages.yaml +++ b/teuthology/task/packages.yaml @@ -9,6 +9,7 @@ ceph: - radosgw - python-ceph - libcephfs1 + - libcephfs1-dev - libcephfs-java - libcephfs-jni - librados2 @@ -31,6 +32,7 @@ ceph: - cephfs-java - libcephfs_jni1 - libcephfs1 + - libcephfs1-devel - librados2 - librbd1 - python-ceph -- 2.47.3