# This is the resource used for the shared GFS2 partition and VMs designed to # run on node 01. resource r0 { # This is the block device path. device /dev/drbd0; # 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:7788; # This is the block device backing this resource on this node. disk /dev/sda5; } # Now the same information again for the second node. on an-c01n02.alteeve.ca { address 10.10.10.2:7788; disk /dev/sda5; } }