From: Rishabh Dave Date: Wed, 27 May 2020 09:15:59 +0000 (+0530) Subject: vstart_runner: set mounted to True at the end of mount() X-Git-Tag: v15.2.4~39^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b8886c15d2e75d25847a06e12608508d277a2219;p=ceph.git 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) --- diff --git a/qa/tasks/vstart_runner.py b/qa/tasks/vstart_runner.py index df7005e9911a..171189d71b38 100644 --- a/qa/tasks/vstart_runner.py +++ b/qa/tasks/vstart_runner.py @@ -866,6 +866,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