Project

General

Profile

Bug #13658

Updated by Yuri Weinstein over 8 years ago

Run: http://pulpito.ceph.com/teuthology-2015-10-30_10:48:34-kcephfs-firefly-testing-basic-multi/ 
 Jobs: 1131547, 1131548 
 Logs:    http://qa-proxy.ceph.com/teuthology/teuthology-2015-10-30_10:48:34-kcephfs-firefly-testing-basic-multi/1131547/teuthology.log 

 <pre> 
 2015-10-30T15:45:26.842 INFO:teuthology.orchestra.run.plana90:Running: 'rm -rf -- /home/ubuntu/cephtest/workunits.list /home/ubuntu/cephtest/workunit.client.0' 
 2015-10-30T15:45:26.891 DEBUG:teuthology.parallel:result is None 
 2015-10-30T15:45:26.891 INFO:teuthology.orchestra.run.plana90:Running: 'rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0' 
 2015-10-30T15:45:26.927 INFO:teuthology.orchestra.run.plana90.stderr:rm: cannot remove ‘/home/ubuntu/cephtest/mnt.0/client.0’: Permission denied 
 2015-10-30T15:45:26.928 ERROR:tasks.workunit:Caught an exception deleting dir /home/ubuntu/cephtest/mnt.0/client.0 
 Traceback (most recent call last): 
   File "/var/lib/teuthworker/src/ceph-qa-suite_firefly/tasks/workunit.py", line 140, in _delete_dir 
     client, 
   File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 156, in run 
     r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
   File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 378, in run 
     r.wait() 
   File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 114, in wait 
     label=self.label) 
 CommandFailedError: Command failed on plana90 with status 1: 'rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0' 
 2015-10-30T15:45:27.001 INFO:teuthology.orchestra.run.plana90:Running: 'rmdir -- /home/ubuntu/cephtest/mnt.0' 
 2015-10-30T15:45:27.022 INFO:teuthology.orchestra.run.plana90.stderr:rmdir: failed to remove ‘/home/ubuntu/cephtest/mnt.0’: Device or resource busy 
 2015-10-30T15:45:27.022 ERROR:tasks.workunit:Caught an exception deleting dir /home/ubuntu/cephtest/mnt.0 
 Traceback (most recent call last): 
   File "/var/lib/teuthworker/src/ceph-qa-suite_firefly/tasks/workunit.py", line 152, in _delete_dir 
     mnt, 
   File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 156, in run 
     r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
   File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 378, in run 
     r.wait() 
   File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 114, in wait 
     label=self.label) 
 CommandFailedError: Command failed on plana90 with status 1: 'rmdir -- /home/ubuntu/cephtest/mnt.0' 
 2015-10-30T15:45:27.022 DEBUG:teuthology.run_tasks:Unwinding manager kclient 
 </pre> 

 Yet both jobs have this trace but both marked as "pass" 

 Zack, is it normal?

Back