From b1c9864a7a28db275680a6a8607d267800c07c75 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 18 Feb 2013 09:45:05 -0800 Subject: [PATCH] ceph: install -dbg packages, too Signed-off-by: Sage Weil --- teuthology/task/ceph.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index f2e4f862d6..133b9e2a2c 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -262,17 +262,24 @@ def binaries(ctx, config): debs = [ 'ceph', + 'ceph-dbg', 'ceph-mds', + 'ceph-mds-dbg', 'ceph-common', - 'python-ceph', + 'ceph-common-dbg', 'ceph-test', + 'ceph-test-dbg', 'radosgw', + 'radosgw-dbg', + 'python-ceph', ] # install lib deps (so we explicitly specify version), but do not # uninstall them, as debs_install = debs + [ 'librados2', - 'librbd1' + 'librados2-dbg', + 'librbd1', + 'librbd1-dbg', ] branch = config.get('branch', 'master') log.info('branch: {b}'.format(b=branch)) -- 2.39.5