From ecb563b22121b7608db0fc23b6cf42a37498a1bd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 20 Feb 2013 16:27:52 -0800 Subject: [PATCH] install: install libcephfs1[-dbg] Signed-off-by: Sage Weil --- teuthology/task/install.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/teuthology/task/install.py b/teuthology/task/install.py index a450d2a2cf9e1..e9021d369b41a 100644 --- a/teuthology/task/install.py +++ b/teuthology/task/install.py @@ -157,9 +157,11 @@ def install(ctx, config): 'radosgw', 'radosgw-dbg', 'python-ceph', + 'libcephfs1', + 'libcephfs1-dbg', ] # install lib deps (so we explicitly specify version), but do not - # uninstall them, as + # uninstall them, as other packages depend on them (e.g., kvm) debs_install = debs + [ 'librados2', 'librados2-dbg', -- 2.39.5