Project

General

Profile

Bug #57064

Updated by Kotresh Hiremath Ravishankar over 1 year ago

Seen in recent quincy run https://pulpito.ceph.com/yuriw-2022-08-04_11:54:20-fs-wip-yuri8-testing-2022-08-03-1028-quincy-distro-default-smithi/6957891/ 

 <pre> 

 2022-08-04T12:33:31.314 INFO:tasks.cephfs_test_runner:====================================================================== 
 2022-08-04T12:33:31.315 INFO:tasks.cephfs_test_runner:ERROR: test_add_ancestor_and_child_directory (tasks.cephfs.test_mirroring.TestMirroring) 
 2022-08-04T12:33:31.315 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 2022-08-04T12:33:31.316 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2022-08-04T12:33:31.316 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph-c_7b44bb0aa67129dc73e5f574788b0693d5771e8b/qa/tasks/cephfs/test_mirroring.py", line 400, in test_add_ancestor_and_child_directory 
 2022-08-04T12:33:31.316 INFO:tasks.cephfs_test_runner:      self.enable_mirroring(self.primary_fs_name, self.primary_fs_id) 
 2022-08-04T12:33:31.317 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph-c_7b44bb0aa67129dc73e5f574788b0693d5771e8b/qa/tasks/cephfs/test_mirroring.py", line 47, in enable_mirroring 
 2022-08-04T12:33:31.317 INFO:tasks.cephfs_test_runner:      'fs', 'mirror', 'status', f'{fs_name}@{fs_id}') 
 2022-08-04T12:33:31.317 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph-c_7b44bb0aa67129dc73e5f574788b0693d5771e8b/qa/tasks/cephfs/test_mirroring.py", line 227, in mirror_daemon_command 
 2022-08-04T12:33:31.318 INFO:tasks.cephfs_test_runner:      check_status=True, label=cmd_label) 
 2022-08-04T12:33:31.318 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_9e4bf63f00ab3f82a26635c2779f4c3f1b73fb53/teuthology/orchestra/remote.py", line 510, in run 
 2022-08-04T12:33:31.318 INFO:tasks.cephfs_test_runner:      r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
 2022-08-04T12:33:31.319 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_9e4bf63f00ab3f82a26635c2779f4c3f1b73fb53/teuthology/orchestra/run.py", line 455, in run 
 2022-08-04T12:33:31.319 INFO:tasks.cephfs_test_runner:      r.wait() 
 2022-08-04T12:33:31.319 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_9e4bf63f00ab3f82a26635c2779f4c3f1b73fb53/teuthology/orchestra/run.py", line 161, in wait 
 2022-08-04T12:33:31.320 INFO:tasks.cephfs_test_runner:      self._raise_for_status() 
 2022-08-04T12:33:31.320 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_9e4bf63f00ab3f82a26635c2779f4c3f1b73fb53/teuthology/orchestra/run.py", line 183, in _raise_for_status 
 2022-08-04T12:33:31.320 INFO:tasks.cephfs_test_runner:      node=self.hostname, label=self.label 
 2022-08-04T12:33:31.321 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed (mirror status for fs: cephfs) on smithi037 with status 22: 'ceph --admin-daemon /var/run/ceph/cephfs-mirror.asok fs mirror status cephfs@2' 

 </pre>

Back