From: Patrick Donnelly Date: Wed, 8 May 2019 03:34:23 +0000 (-0700) Subject: orchestra/run: add omit_sudo arg used by vstart_runner X-Git-Tag: 1.1.0~246^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bdb9d1df776fbed723828b6e2ee3589a80f3148b;p=teuthology.git orchestra/run: add omit_sudo arg used by vstart_runner Introduced-by: ceph/ceph.git:3e0a1361f78452d79c283f70b5dc2b865d62cb61 Fixes: https://tracker.ceph.com/issues/39554 Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/orchestra/run.py b/teuthology/orchestra/run.py index 33c50e35..f51da2f6 100644 --- a/teuthology/orchestra/run.py +++ b/teuthology/orchestra/run.py @@ -377,6 +377,8 @@ def run( label=None, timeout=None, cwd=None, + # omit_sudo is used by vstart_runner.py + omit_sudo=False ): """ Run a command remotely. If any of 'args' contains shell metacharacters