]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
fix a few missing adjust-ulimits users
authorSage Weil <sage@inktank.com>
Sun, 8 Sep 2013 22:12:51 +0000 (15:12 -0700)
committerSage Weil <sage@inktank.com>
Sun, 8 Sep 2013 22:12:51 +0000 (15:12 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/omapbench.py
teuthology/task/radosbench.py

index 4b46a632dbc964af9decaef85459a882bcbcd4c7..0e8ca6a4bb00ad1e0c4e86809b58ad6517dadffb 100644 (file)
@@ -53,7 +53,7 @@ def task(ctx, config):
         proc = remote.run(
             args=[
                 "/bin/sh", "-c",
-                " ".join(['{tdir}/adjust-ulimits',
+                " ".join(['adjust-ulimits',
                           'ceph-coverage',
                           '{tdir}/archive/coverage',
                           'omapbench',
index 420fa101f40ccd152f02f52d470175028048ec33..ca5ace2c7b97d7dfe29134512005640a9bad61ba 100644 (file)
@@ -45,7 +45,7 @@ def task(ctx, config):
             proc = remote.run(
                 args=[
                     "/bin/sh", "-c",
-                    " ".join(['{tdir}/adjust-ulimits',
+                    " ".join(['adjust-ulimits',
                               'ceph-coverage',
                               '{tdir}/archive/coverage',
                               'rados',
@@ -62,7 +62,7 @@ def task(ctx, config):
         proc = remote.run(
             args=[
                 "/bin/sh", "-c",
-                " ".join(['{tdir}/adjust-ulimits',
+                " ".join(['adjust-ulimits',
                           'ceph-coverage',
                           '{tdir}/archive/coverage',
                           'rados',
@@ -87,7 +87,7 @@ def task(ctx, config):
             proc = remote.run(
                 args=[
                     "/bin/sh", "-c",
-                    " ".join(['{tdir}/adjust-ulimits',
+                    " ".join(['adjust-ulimits',
                               'ceph-coverage',
                               '{tdir}/archive/coverage',
                               'rados',