# This is the resource used for the VMs designed to run on node 02. resource r1 { # This is the block device path. device /dev/drbd1; # We'll use the normal internal metadisk (takes about 32MB/TB) meta-disk internal; # This is the `uname -n` of the first node on an-c01n01.alteeve.ca { # The 'address' has to be the IP, not a hostname. This is the # node's SN (bond1) IP. The port number must be unique amoung # resources. address 10.10.10.1:7789; # This is the block device backing this resource on this node. disk /dev/sda6; } # Now the same information again for the second node. on an-c01n02.alteeve.ca { address 10.10.10.2:7789; disk /dev/sda6; } }