]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/vstart_runner.py: start max required mgrs 40792/head
authorAlfonso Martínez <almartin@redhat.com>
Wed, 31 Mar 2021 08:11:50 +0000 (10:11 +0200)
committerNathan Cutler <ncutler@suse.com>
Sun, 11 Apr 2021 10:14:58 +0000 (12:14 +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 741d464c0e51f766dda8669b7fd29fb076358c8d..25ab4815add6137a38b76918688a518c67b093de 100644 (file)
@@ -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