Hi,
I'm trying to setup a new Proxmox/Ceph cluster, using Intel S3610 SSDs for the OSDs, and Intel Optane 905P's for the WAL/DB disk.
I'm using the commands from the documentation here.
However, if I try to put both the the DB and WAL on the Optane disk, I get the following error:
Is there any way to put it on the same device?
Thanks,
Victor
I'm trying to setup a new Proxmox/Ceph cluster, using Intel S3610 SSDs for the OSDs, and Intel Optane 905P's for the WAL/DB disk.
I'm using the commands from the documentation here.
However, if I try to put both the the DB and WAL on the Optane disk, I get the following error:
Code:
# pveceph osd create /dev/sda -db_dev /dev/nvme0n1 -wal_dev /dev/nvme0n1
400 Parameter verification failed.
wal_dev: cannot chose '/dev/nvme0n1' for more than one type.
pveceph osd create <dev> [OPTIONS]
Is there any way to put it on the same device?
Thanks,
Victor