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: v16.1.0~2223^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35267%2Fhead;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 --- diff --git a/qa/tasks/vstart_runner.py b/qa/tasks/vstart_runner.py index 9f9f60657b22a..d957ef0862b4d 100644 --- a/qa/tasks/vstart_runner.py +++ b/qa/tasks/vstart_runner.py @@ -779,6 +779,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