]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph-fuse: install -dbg package, too
authorSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 05:36:47 +0000 (21:36 -0800)
committerSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 05:36:47 +0000 (21:36 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph-fuse.py

index e3de995a3607fe0433a9429a878e321b7d085eab..caed1345bf172c80d14e223874b94d2f2e3797cf 100644 (file)
@@ -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)