Filestore on Luminos

w00dmAn

Renowned Member
Mar 22, 2016
9
0
66
50
Hi there,

How to make on old file store on Luminos

pveceph createosd /dev/sdf -journal_dev /dev/sda1 -bluestore 0
create OSD on /dev/sdf (xfs)
using device '/dev/sda1' for journal
ceph-disk: Error: journal specified but not allowed by osd backend
command 'ceph-disk prepare --zap-disk --cluster ceph --cluster-uuid c2d35f6b-4493-4172-951e-2ea604f97acc --filestore --fs-type xfs --journal-dev /dev/sdf /dev/sda1' failed: exit code 1

It does not allow me

Thanks
 
Seems to be it's not mixed filestore OSD and bluestore OSD
Alright, if I'll delete all bluestore OSD on node, will I able to make just a filestore OSD with SSD journal?

Thanks