From: Sage Weil Date: Fri, 15 Feb 2013 23:17:25 +0000 (-0800) Subject: ceph: install ceph-mds, ceph-common X-Git-Tag: 1.1.0~2312^2~31 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a529bb725ff374ac696cbce879afe15c8888fa1b;p=teuthology.git ceph: install ceph-mds, ceph-common Signed-off-by: Sage Weil --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index b881a5266..fb9e3985c 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)