From f8f607dbd11a5db044bd2981ca1a2fbdae752f10 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 6 Oct 2020 17:19:08 -0700 Subject: [PATCH] qa: print debug info on mount cleanup Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/mount.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/cephfs/mount.py b/qa/tasks/cephfs/mount.py index fc70edd77fb8..1e739201811d 100644 --- a/qa/tasks/cephfs/mount.py +++ b/qa/tasks/cephfs/mount.py @@ -512,6 +512,7 @@ class CephFSMount(object): Prerequisite: the client is not mounted. """ + log.info('Cleaning up mount {0}'.format(self.client_remote.name)) stderr = StringIO() try: self.client_remote.run(args=['rmdir', '--', self.mountpoint], -- 2.47.3