For the first choice:
ceph-deploy osd create ceph-node:sdb:/dev/ssd ceph-node:sdc:/dev/ssd
i find ceph-deploy will create partition automaticaly, and each partition is 5G default.
So the first choice and second choice is almost the same.
Compare to filesystem, I perfer to block device to get more better performance.
Hi everyone:I plan to use SSD Journal to improve performance.I have one 1.2T SSD disk per server.what is the best practice for SSD Journal ?There are there choice to deploy SSD Journal1. all osd used same ssd partionceph-deploy osd create ceph-node:sdb:/dev/ssd ceph-node:sdc:/dev/ssd2.each osd used one ssd partionceph-deploy osd create ceph-node:sdb:/dev/ssd1 ceph-node:sdc:/dev/ssd23.each osd used a file for Journal, this file is on ssd diskceph-deploy osd create ceph-node:sdb:/mnt/ssd/ssd1 ceph-node:sdc:/mnt/ssd/ssd2Any suggest?Thanks.
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com