Hi all, I'm setting up my Ceph cluster (last release of Luminous) and I'm currently configuring OSD with WAL and DB on NVMe disk. OSD data are on a SATA disk and Both WAL and DB are on the same partition of the NVMe disk. After creating partitions on the NVMe (block partitions, without filesystem), I created my first OSD from the admin node : $ ceph-deploy osd create --debug --bluestore --data /dev/sda --block-db /dev/nvme0n1p1 node-osd0 It works perfectly, but I just want to clarify a point regarding the WAL : I understood that if we specify a --block-db option without a --block-wal, WAL is stored on the same partition than the DB. OK, I'm sure it's working like that but how can I check now where
the wal is really stored ? (as there is no symbolic link block.wal
into /var/lib/ceph/osd/ceph-0 [1] ?) I just wanted to be sure of my options before starting deployment
on my 120 OSDs ! Thanks for your clarifications, Hervé [1] # ls -l
/var/lib/ceph/osd/ceph-0/ |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com