Project

General

Profile

Bug #45100

Updated by Ramana Raja about 4 years ago

Hit this in the kcephfs suite of yuri's nautilus run, http://qa-proxy.ceph.com/teuthology/yuriw-2020-04-15_00:09:40-kcephfs-wip-yuri-testing-2020-04-14-1606-nautilus-distro-basic-smithi/4954403/teuthology.log 
 <pre> 
 2020-04-15T07:47:45.852 INFO:tasks.cephfs_test_runner:====================================================================== 
 2020-04-15T07:47:45.852 INFO:tasks.cephfs_test_runner:FAIL: test_damaged_dentry (tasks.cephfs.test_damage.TestDamage) 
 2020-04-15T07:47:45.852 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 2020-04-15T07:47:45.853 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2020-04-15T07:47:45.853 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-yuri-testing-2020-04-14-1606-nautilus/qa/tasks/cephfs/test_damage.py", line 446, in test_damaged_dentry 
 2020-04-15T07:47:45.853 INFO:tasks.cephfs_test_runner:      self.assertEqual(e.exitstatus, errno.ENOENT) 
 2020-04-15T07:47:45.853 INFO:tasks.cephfs_test_runner:AssertionError: 5 != 2 
 2020-04-15T07:47:45.853 INFO:tasks.cephfs_test_runner: 
 </pre> 

 The test hits EIO instead of ENOENT. Maybe the behavior of kernel client changed? kernel client version is 5.7.0-rc1-ceph-gd78a6438525e

Back