From a529bb725ff374ac696cbce879afe15c8888fa1b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 15 Feb 2013 15:17:25 -0800 Subject: [PATCH] ceph: install ceph-mds, ceph-common Signed-off-by: Sage Weil --- teuthology/task/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index b881a5266b59e..fb9e3985cd859 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -287,7 +287,7 @@ def remove_sources(ctx): @contextlib.contextmanager def binaries(ctx, config): - debs = ['ceph', 'python-ceph', 'ceph-test'] + debs = ['ceph', 'ceph-mds', 'ceph-common', 'python-ceph', 'ceph-test'] branch = config.get('branch', 'master') log.info('branch: {b}'.format(b=branch)) install_debs(ctx, debs, branch) -- 2.39.5