]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/kernel_mount.py
update ceph source to reef 18.2.1
[ceph.git] / ceph / qa / tasks / cephfs / kernel_mount.py
index 750b6b5335a4b7eafd8cf037496646a72ba6106d..89f6b66398c9b2481daed0acc974fe04a4d0887a 100644 (file)
@@ -68,7 +68,10 @@ class KernelMount(CephFSMount):
                 self.enable_dynamic_debug()
             self.ctx[f'kmount_count.{self.client_remote.hostname}'] = kmount_count + 1
 
-        self.gather_mount_info()
+        try:
+            self.gather_mount_info()
+        except:
+            log.warn('failed to fetch mount info - tests depending on mount addr/inst may fail!')
 
     def gather_mount_info(self):
         self.id = self._get_global_id()