]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph: install -dbg packages, too
authorSage Weil <sage@inktank.com>
Mon, 18 Feb 2013 17:45:05 +0000 (09:45 -0800)
committerSage Weil <sage@inktank.com>
Mon, 18 Feb 2013 21:39:06 +0000 (13:39 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph.py

index f2e4f862d620f0defbdbe180a741677c9d773a79..133b9e2a2cb46a413ebe8554c104c3fbb62e36c7 100644 (file)
@@ -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))