Hi Pardhiv, there is no WalDB in Ceph. It's WAL (Write Ahead Log) that is a way to ensure write safety
in RocksDB. In other words - that's just a RocksDB subsystem which
can use separate volume though. In general For BlueStore/BlueFS one can either allocate separate volumes for WAL and DB or have them on the same volume. The latter is the common option. The separated layout makes sense when you have tiny but super-fast device (for WAL) and less effective (but still fast) larger drive for DB. Not to mention the third one for user data.... E.g. HDD (user data) + SDD (DB) + NVME (WAL) is such a layout.
So for you case IMO it's optimal to have merged WAL+DB at NVME
and data at SSD. Hence no need for separate WAL volume.
Regards, Igor On 6/26/2018 10:22 PM, Pardhiv Karri
wrote:
|
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com