Quoting 姜洵 ([email protected]):
> Hi folks,
> 
> 
> I am trying to install create a bluestore osd manually with ceph-volume tool 
> on
> a Ubuntu 14.04 system, but with no luck. The Ceph version I used is Luminous
> 12.2.2.
> 
> I do this manually instead of ceph-deploy command, because I want to seperate
> data to HDD, then WAL and DB  to SSD. This is the command I ran:
> 
> 
> $ sudo ceph-volume lvm prepare --bluestore --data /dev/sdy --block.wal /dev/
> nvme0n1p1 --block.db /dev/nvme0n1p1
> 
Are the LVM tags created? 

$ lvs -o all 

All kind of ceph metadata should be in there:

cluster_fsid
encrypted
osd_fsid
osd_id
block_device
block_uuid
db_device
db_uuid
wal_device
wal_uuid


From the ceph-volume error log file it looks like ceph.block_device could not
be found. 

Gr. Stefan



-- 
| BIT BV  http://www.bit.nl/        Kamer van Koophandel 09090351
| GPG: 0xD14839C6                   +31 318 648 688 / [email protected]
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to