From: Sage Weil Date: Sun, 8 Sep 2013 22:12:51 +0000 (-0700) Subject: fix a few missing adjust-ulimits users X-Git-Tag: 1.1.0~1888 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=922aa09b4cbd6d40660c0bdd3dfa5b69da9342cb;p=teuthology.git fix a few missing adjust-ulimits users Signed-off-by: Sage Weil --- diff --git a/teuthology/task/omapbench.py b/teuthology/task/omapbench.py index 4b46a632d..0e8ca6a4b 100644 --- a/teuthology/task/omapbench.py +++ b/teuthology/task/omapbench.py @@ -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', diff --git a/teuthology/task/radosbench.py b/teuthology/task/radosbench.py index 420fa101f..ca5ace2c7 100644 --- a/teuthology/task/radosbench.py +++ b/teuthology/task/radosbench.py @@ -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',