Hello.

In short: what are the consequence of loosing external WAL/DB
device(assuming it’s SSD) in bluestore?

In comparison with filestore - we used to have an external SSD for
journaling multiple HDD OSDs. Hardware failure of such a device would not
be that big of a deal, as we can quickly use xfs_repair to initialize a new
journal. You don't have to redeploy OSDs, just provide them with a new
journal device, remount XFS, and restart osd process so it can quickly
update its state. Healthy state can be restored in a matter of minutes.

That was with filestore.
Now what's the situation with bluestore?

What will happen in different scenarios. like having only WAL on external
device, or DB, or both WAL+DB?
I kind of assume that loosing DB means losing OSD, and it has to be
redeployed?
What about WAL? Any specific commands to restore it, similar to xfs_repair?
I didn't find any docs regarding this matter, but maybe I'm doing it badly,
so a link to such doc would be great.
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to