]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/vstart_runner.py: start max required mgrs 40612/head
authorAlfonso Martínez <almartin@redhat.com>
Wed, 31 Mar 2021 08:11:50 +0000 (10:11 +0200)
committerAlfonso Martínez <almartin@redhat.com>
Tue, 6 Apr 2021 10:07:32 +0000 (12:07 +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 9053da99a7ae2ea8c86a98690ec2dc65bf4d2e25..e88d8763b8f218ac93c21af8d2a3ac2f6cb41856 100644 (file)
@@ -434,6 +434,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