Project

General

Profile

Bug #11952

Updated by Loïc Dachary almost 9 years ago

http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-precise-amd64-basic/log.cgi?log=c06fd71a1a3c7ef78fdc718a063beb1edb93a04a 
 <pre> 
 PASS: test/mon/mon-handle-forward.sh 
 FAIL: test/ceph-disk.sh 
 PASS: test/pybind/test_ceph_argparse.py  
 </pre> 
 and there is no log file after the run. After collecting manually: 
 <pre> 
 DEBUG:ceph-disk:does ./ceph-osd exists ? 
 DEBUG:ceph-disk:yes, ./ceph-osd exists 
 INFO:ceph-disk:Running command: ./ceph-osd --cluster ceph --mkfs --mkkey -i 0 --monmap /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir/activate.monmap --osd-data /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir --osd-journal /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir/journal --osd-uuid 4add8f70-fc43-4243-9dc0-7664d39eb3ad --keyring /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir/keyring 
 2015-06-10 17:46:07.975439 2b1308b21840 -1 FileJournal::_open_any: aio not supported without directio; disabling aio 
 2015-06-10 17:46:08.093523 2b1308b21840 -1 FileJournal::_open_any: aio not supported without directio; disabling aio 
 2015-06-10 17:46:08.094105 2b1308b21840 -1 filestore(/srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir) could not find 23c2fcde/osd_superblock/0//-1 in index: (2) No such file or directory 
 2015-06-10 17:46:08.215391 2b1308b21840 -1 created object store /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir journal /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir/journal for osd.0 fsid f365a37e-215d-4425-8155-1516f3f9f2c2 
 2015-06-10 17:46:08.215463 2b1308b21840 -1 auth: error reading file: /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir/keyring: can't open /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir/keyring: (2) No such file or directory 
 2015-06-10 17:46:08.215715 2b1308b21840 -1 created new key in keyring /srv/autobuild-ceph/gitbuilder.git/build/src/test-ceph-disk/dir/keyring 
 DEBUG:ceph-disk:does /srv/autobuild-ceph/gitbuilder.git/build/src/virtualenv-test-ceph-disk/bin/ceph-conf exists ? 
 DEBUG:ceph-disk:does ./ceph-conf exists ? 
 DEBUG:ceph-disk:yes, ./ceph-conf exists 
 INFO:ceph-disk:Running command: ./ceph-conf --cluster=ceph --name=osd. --lookup init 
 DEBUG:ceph-disk:does /srv/autobuild-ceph/gitbuilder.git/build/src/virtualenv-test-ceph-disk/bin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does ./ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/local/sbin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/local/bin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/sbin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/bin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /sbin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /bin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/games/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/local/bin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /bin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/bin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/local/sbin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /usr/sbin/ceph-detect-init exists ? 
 DEBUG:ceph-disk:does /sbin/ceph-detect-init exists ? 
 ceph-disk ExecutableNotFound: ceph-detect-init not in path. Could not run command: ceph-detect-init --default sysvinit 
 test_mark_init: 201: return 1 
 run: 632: status=1 
 run: 633: set +x 
 </pre> 

Back