From: Sage Weil Date: Thu, 21 Feb 2013 05:36:47 +0000 (-0800) Subject: ceph-fuse: install -dbg package, too X-Git-Tag: 1.1.0~2304 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7d8a72a3794b09a3c12d85be56df850f41d925af;p=teuthology.git ceph-fuse: install -dbg package, too Signed-off-by: Sage Weil --- diff --git a/teuthology/task/ceph-fuse.py b/teuthology/task/ceph-fuse.py index e3de995a36..caed1345bf 100644 --- a/teuthology/task/ceph-fuse.py +++ b/teuthology/task/ceph-fuse.py @@ -72,7 +72,8 @@ def task(ctx, config): flavor='notcmalloc' # install ceph fuse package - install_task.install_debs(ctx, ['ceph-fuse'], + install_task.install_debs(ctx, + ['ceph-fuse', 'ceph-fuse-dbg'], config.get('branch', 'master'), flavor)