]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/vstart_runner.py: start max required mgrs 40751/head
authorAlfonso Martínez <almartin@redhat.com>
Wed, 31 Mar 2021 08:11:50 +0000 (10:11 +0200)
committerNathan Cutler <ncutler@suse.com>
Sat, 10 Apr 2021 16:28:30 +0000 (18:28 +0200)
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 <almartin@redhat.com>
(cherry picked from commit 45e1134e3b36ca103cef727103905d3db2960758)

qa/tasks/vstart_runner.py

index cfbaad7829aa697d29266345b5d5eb9ac3e8cd20..5889f37577f26d20b5aafefa7b40fe35c59ace73 100644 (file)
@@ -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