Hello
We're going to have a 3 node cluster, with 2 nodes using drbd. I'm following http://pve.proxmox.com/wiki/DRBD and also getting info from http://www.drbd.org/users-guide/s-nested-lvm.html .
We are using /dev/sda6 and /dev/sda7 for the two drbd resources. /dev/sda5 is used for local pve storage .
Two questions:
1- Should we run pvcreate on /dev/sda6 and /dev/sda7 ? Or just only on /dev/drbd0 and /dev/drbd1 ?
2- after reading http://www.drbd.org/users-guide/s-nested-lvm.html , I did this in /etc/lvm/lvm.conf . Does it look OK?
We're going to have a 3 node cluster, with 2 nodes using drbd. I'm following http://pve.proxmox.com/wiki/DRBD and also getting info from http://www.drbd.org/users-guide/s-nested-lvm.html .
We are using /dev/sda6 and /dev/sda7 for the two drbd resources. /dev/sda5 is used for local pve storage .
Two questions:
1- Should we run pvcreate on /dev/sda6 and /dev/sda7 ? Or just only on /dev/drbd0 and /dev/drbd1 ?
2- after reading http://www.drbd.org/users-guide/s-nested-lvm.html , I did this in /etc/lvm/lvm.conf . Does it look OK?
Code:
filter = ["a|sd.*|", "a|drbd.*|", "r|.*|"]
write_cache_state = 0