Project

General

Profile

Bug #17680

Updated by Nathan Cutler over 7 years ago

I am developing the following ceph-qa-suite test which I am running in OVH: https://github.com/SUSE/ceph-qa-suite/blob/wip-16878/suites/rados/singleton-nomsgr/all/16878.yaml 

 As you can see, the test creates OSDs on two real disks, plus there is a third disk which I would like to use for external journals. 

 I am using the following workunit: https://github.com/SUSE/ceph/blob/wip-16878/qa/workunits/rados/16878.sh 

 The command "sudo ceph-disk --verbose ceph-disk activate /dev/vdb1" (near the end of the script) fails. So far, it has done so with two different error messages. 

 The first time it failed, I was running the commands from the workunit script manually and I must have done something slightly different, because the error was http://paste2.org/1OP0JDt7 and I have been unable to reproduce that. 

 Now I am getting a different error, but cannot cut-and-paste it ATM. As soon as teuthology finishes building my wip branch I will post the full log. 


Back