Project

General

Profile

Bug #13310

Updated by Loïc Dachary over 8 years ago

 The same jobs pass on Ubuntu 14.04 

 * "rbd/qemu/{cache/none.yaml cachepool/ec-cache.yaml clusters/fixed-3.yaml fs/btrfs.yaml msgr-failures/few.yaml workloads/qemu_fsstress.yaml}":http://pulpito.ceph.com/loic-2015-09-30_21:51:20-rbd-infernalis---basic-vps/1078463 
 * "rbd/qemu/{cache/writethrough.yaml cachepool/small.yaml clusters/fixed-3.yaml fs/btrfs.yaml msgr-failures/few.yaml workloads/qemu_bonnie.yaml}":http://pulpito.ceph.com/loic-2015-09-30_21:51:20-rbd-infernalis---basic-vps/1078462 
 * "rbd/qemu/{cache/writeback.yaml cachepool/ec-cache.yaml clusters/fixed-3.yaml fs/btrfs.yaml msgr-failures/few.yaml workloads/qemu_xfstests.yaml}":http://pulpito.ceph.com/loic-2015-09-30_21:51:20-rbd-infernalis---basic-vps/1078461 

 <pre> 
 2015-09-30T10:51:45.917 INFO:teuthology.run_tasks:Running task qemu... 
 2015-09-30T10:51:45.920 INFO:tasks.rbd:Creating image client.0.0 with size 10240 
 2015-09-30T10:51:45.920 INFO:teuthology.orchestra.run.target225162:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rbd -p rbd create --size 10240 client.0.0' 
 2015-09-30T10:51:46.118 INFO:teuthology.orchestra.run.target225162.stderr:2015-09-30 10:51:46.087406 7fda1b93d880 -1 librbd: error setting image id: (2) No such file or directory 
 2015-09-30T10:51:46.119 INFO:teuthology.orchestra.run.target225162.stderr:rbd: create error: (2) No such file or directory 
 2015-09-30T10:51:46.119 INFO:teuthology.orchestra.run.target225162.stderr:2015-09-30 10:51:46.088388 7fda1b93d880 -1 librbd: error cleaning up id object after creation failed: (2) No such file or directory 
 2015-09-30T10:51:46.122 ERROR:teuthology.contextutil:Saw exception from nested tasks 
 Traceback (most recent call last): 
   File "/home/ubuntu/teuthology/teuthology/contextutil.py", line 28, in nested 
     vars.append(enter()) 
   File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ 
     return self.gen.next() 
   File "/home/ubuntu/src/ceph-qa-suite_master/tasks/rbd.py", line 73, in create_image 
     remote.run(args=args) 
   File "/home/ubuntu/teuthology/teuthology/orchestra/remote.py", line 156, in run 
     r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
   File "/home/ubuntu/teuthology/teuthology/orchestra/run.py", line 378, in run 
     r.wait() 
   File "/home/ubuntu/teuthology/teuthology/orchestra/run.py", line 114, in wait 
     label=self.label) 
 CommandFailedError: Command failed on target225162 with status 2: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rbd -p rbd create --size 10240 client.0.0' 
 </pre> 

Back