From bdb9d1df776fbed723828b6e2ee3589a80f3148b Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 7 May 2019 20:34:23 -0700 Subject: [PATCH] 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 --- teuthology/orchestra/run.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/orchestra/run.py b/teuthology/orchestra/run.py index 33c50e35c7..f51da2f6ec 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 -- 2.39.5