]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: print debug info on mount cleanup
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 7 Oct 2020 00:19:08 +0000 (17:19 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 13 Oct 2020 17:16:40 +0000 (10:16 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/mount.py

index fc70edd77fb87ef8512fe31bcfc172f3d5ca9636..1e739201811d29418ef070f1af4bfbf7085d7179 100644 (file)
@@ -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],