]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/vstart_runner.py: start max required mgrs 40519/head
authorAlfonso Martínez <almartin@redhat.com>
Wed, 31 Mar 2021 08:11:50 +0000 (10:11 +0200)
committerAlfonso Martínez <almartin@redhat.com>
Wed, 31 Mar 2021 08:11:50 +0000 (10:11 +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>
qa/tasks/vstart_runner.py

index eb04bddf5b9a5bcd5c7e8b8336b291e0e0022471..2d93d40e4ec1cf1e69dc87b10924e0adc86452c9 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