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: v14.2.22~25^2~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40751%2Fhead;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 cfbaad7829aa..5889f37577f2 100644 --- a/qa/tasks/vstart_runner.py +++ b/qa/tasks/vstart_runner.py @@ -298,6 +298,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