]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: log ceph-fuse kill/cleanup 17533/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 6 Sep 2017 20:40:11 +0000 (13:40 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 6 Sep 2017 20:40:11 +0000 (13:40 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/fuse_mount.py

index 8d8410c69edce471954f347a10b0759964feaf99..3aa07a339e7152723697bec8368e387142307f2b 100644 (file)
@@ -319,6 +319,7 @@ class FuseMount(CephFSMount):
         """
         Terminate the client without removing the mount point.
         """
+        log.info('Killing ceph-fuse connection on {name}...'.format(name=self.client_remote.name))
         self.fuse_daemon.stdin.close()
         try:
             self.fuse_daemon.wait()
@@ -329,6 +330,7 @@ class FuseMount(CephFSMount):
         """
         Follow up ``kill`` to get to a clean unmounted state.
         """
+        log.info('Cleaning up killed ceph-fuse connection')
         self.umount()
         self.cleanup()