]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
orchestra/run: add omit_sudo arg used by vstart_runner 1291/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 8 May 2019 03:34:23 +0000 (20:34 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 9 May 2019 22:26:30 +0000 (15:26 -0700)
Introduced-by: ceph/ceph.git:3e0a1361f78452d79c283f70b5dc2b865d62cb61
Fixes: https://tracker.ceph.com/issues/39554
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/orchestra/run.py

index 33c50e35c75f9bea85cf9947bc646508af03bf0c..f51da2f6ec243918fd0aa51b84f90ff2b50bacf5 100644 (file)
@@ -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