From 7d8a72a3794b09a3c12d85be56df850f41d925af Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 20 Feb 2013 21:36:47 -0800 Subject: [PATCH] ceph-fuse: install -dbg package, too Signed-off-by: Sage Weil --- teuthology/task/ceph-fuse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teuthology/task/ceph-fuse.py b/teuthology/task/ceph-fuse.py index e3de995a3607f..caed1345bf172 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) -- 2.39.5