From: Patrick Donnelly Date: Wed, 7 Oct 2020 00:19:08 +0000 (-0700) Subject: qa: print debug info on mount cleanup X-Git-Tag: v16.1.0~814^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8f607dbd11a5db044bd2981ca1a2fbdae752f10;p=ceph.git qa: print debug info on mount cleanup Signed-off-by: Patrick Donnelly --- 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],