From a891fd9fb450d39347f423dfa802ebe1a1bb889f Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Wed, 27 May 2020 14:45:59 +0530 Subject: [PATCH] vstart_runner: set mounted to True at the end of mount() Not doing so prevents cleanup methods from running. Fixes: https://tracker.ceph.com/issues/45723 Signed-off-by: Rishabh Dave (cherry picked from commit 418dea32c22f878936b883a6b7c2900ba02e72a1) --- qa/tasks/vstart_runner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/tasks/vstart_runner.py b/qa/tasks/vstart_runner.py index 27a2c33b12273..f1e7f4c2d5af1 100644 --- a/qa/tasks/vstart_runner.py +++ b/qa/tasks/vstart_runner.py @@ -559,6 +559,8 @@ class LocalFuseMount(FuseMount): self.gather_mount_info() + self.mounted = True + def _run_python(self, pyscript, py_version='python'): """ Override this to remove the daemon-helper prefix that is used otherwise -- 2.39.5