From: Alfonso Martínez Date: Wed, 31 Mar 2021 08:11:50 +0000 (+0200) Subject: qa/tasks/vstart_runner.py: start max required mgrs X-Git-Tag: v15.2.13~10^2~21^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=50f050194a03b51e9afcd45ecb8f03d53767b96b;p=ceph.git qa/tasks/vstart_runner.py: start max required mgrs Pass environment copy with max required mgrs when shell kwarg is True. Fixes: https://tracker.ceph.com/issues/50077 Signed-off-by: Alfonso Martínez (cherry picked from commit 45e1134e3b36ca103cef727103905d3db2960758) --- diff --git a/qa/tasks/vstart_runner.py b/qa/tasks/vstart_runner.py index 741d464c0e5..25ab4815add 100644 --- a/qa/tasks/vstart_runner.py +++ b/qa/tasks/vstart_runner.py @@ -373,6 +373,7 @@ class LocalRemote(object): stderr=subprocess.PIPE, stdin=subprocess.PIPE, cwd=cwd, + env=env, shell=True) else: # Sanity check that we've got a list of strings