Project

General

Profile

Bug #43868

Updated by Jan Fajerski over 4 years ago

This was reported in ceph-users as a ceph-volume issue. Seems like bluestore is dumping core though: 

 <pre> 
 Running command: /bin/ceph-osd --cluster test --osd-objectstore bluestore --mkfs -i 0 --monmap /var/lib/ceph/osd/test-0/activate.monmap --keyfile - --osd-data /var/lib/ceph/osd/test-0/ --osd-uuid e3ebb6e0-82c8-4088-a6bd-abd729a575bb --setuser ceph --setgroup ceph 
 stderr: 2020-01-28 18:53:20.438 7f17de7b3c00 -1 bluestore(/var/lib/ceph/osd/test-0/) _read_fsid unparsable uuid 
 
  stderr: terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_get> >' 
 stderr: what():    boost::bad_get: failed value get using boost::get 
 </pre> 

 This is part of e ceph-volume debug log that I have attached.

Back