Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Re-Create OSD with external journal SSD

Hello.
I have a cluster using (per node) 6xOSD HDD using a single NVME enterprise for DB/Journal (130Gbyte per partition).
Now, I need to change an OSD that is using the second NVME partition.
Deleting OSD / drive / nvme partition was ok, but now if i try to re-create OSD, I have an error (no space available for external journal), even if I have free space (not at the end of NVME drive, but between 1st and 3rd partitions).
Some solution ?

Thanks, Fabrizio

From the Ceph Configuration menu, what is the value of bluestore_block_db_size ?

Did you delete the OSD using the UI ? Else the journal partition is not freed.

I solved with:
ceph-volume lvm zap /dev/sdc --destroy
ceph-volume lvm create --data /dev/sdc --block.db /dev/nvme0n1p2

Thanks very much.

Fabrizio