]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
install: install libcephfs1[-dbg]
authorSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 00:27:52 +0000 (16:27 -0800)
committerSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 00:27:52 +0000 (16:27 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/install.py

index a450d2a2cf9e15f9ff4ad1812b5574318d1dffc3..e9021d369b41a9fb0636fb3158fdb0080da97c07 100644 (file)
@@ -157,9 +157,11 @@ def install(ctx, config):
         'radosgw',
         'radosgw-dbg',
         'python-ceph',
+        'libcephfs1',
+        'libcephfs1-dbg',
         ]
     # install lib deps (so we explicitly specify version), but do not
-    # uninstall them, as 
+    # uninstall them, as other packages depend on them (e.g., kvm)
     debs_install = debs + [
         'librados2',
         'librados2-dbg',