I have have 2 identical pc's with each 2 nvme storages for the cluser and for a local backup.
When installing only nvme0n1 was selected. After installing nvme0n1 changes to nvme1n1 on the master.
The config of drbd does not reflect the output of blkid or parted -l
I wonder why this behaviuor occurs and if the second nvme is usable for backups.
wkr
Olaf
******** MASTER
****** exceprt from /etc/drbd.conf
resource iscsi1
{
protocol C;
on vates
{
device /dev/drbd1;
disk /dev/nvme1n1p3;
address 10.10.10.1:7789;
meta-disk internal;
}
on inria
{
device /dev/drbd1;
disk /dev/nvme1n1p3;
address 10.10.10.2:7789;
meta-disk internal;
}
}