]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
use coverage_dir
authorSage Weil <sage@newdream.net>
Thu, 28 Jul 2011 17:28:57 +0000 (10:28 -0700)
committerSage Weil <sage@newdream.net>
Fri, 5 Aug 2011 21:35:43 +0000 (14:35 -0700)
teuthology/task/ceph.py

index 2ba2418894a9365f3deac59884abfa75b41c9bb6..ea6ceea2892d991f6802123e559ba5a4e6314b69 100644 (file)
@@ -651,7 +651,7 @@ def mds(ctx, config):
     mon0_remote.run(args=[
             '/tmp/cephtest/enable-coredump',
             '/tmp/cephtest/binary/usr/local/bin/ceph-coverage',
-            '/tmp/cephtest/archive/coverage',
+            coverage_dir,
             '/tmp/cephtest/binary/usr/local/bin/ceph',
             '-c', '/tmp/cephtest/ceph.conf',
             'mds', 'set_max_mds', str(num_active)])