On 23/11/17 16:13, Rudi Ahlers wrote:
> Hi Caspar, 
> 
> Thanx. I don't see any mention that it's a bad idea to have the WAL and DB on 
> the same SSD, but I guess it could improve performance?

It's not that it's a bad idea to put WAL and DB on the same device - it's that 
if not otherwise specified the WAL is automatically included in the same 
partition with the metadata DB, so there is no point to making them go in 
different partitions on the same device unless you are specifically doing 
testing/debugging and it's helpful to split them out so you can watch them 
separately. Just use the --block.db argument without --block.wal mentioned at 
all.

Rich

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to