Forums

Home / Forums

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

Cluster stopped, 1 osd is full

Pages: 1 2

Ok, now cluster is HEALTH_OK, just 10 days 😉

Thank You for help.

 

One more question:

What is correct way, to have Journal on SSD discs?
3 nodes. 25 OSD total

Add 1 SSD disk to each node as journal and then mark each OSD out, wait, recreate OSD (rolling of course)
Or maybe is any better way to do it? 🙂

You could add new journal SSD to existing HDD OSD using bluefs-bdev-new-db option in ceph-bluestore-tool

In PetaSAN we tag the journal partition used with a patition type 30cd0809-c2b2-499c-8879-2d6b78529876

you could use sgdisk for example to tag /dev/sde1 as used juonral

sgdisk -t 1:30cd0809-c2b2-499c-8879-2d6b78529876 /dev/sde

so run this after creating external journal with the ceph-bluestore-tool or it will not show in ui

Pages: 1 2