Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Fri, 8 Feb 2008, drbd at bobich.net wrote: > Hi, > > I'm building a 2-node cluster, and I only have 1 node built at the moment. > I'm planning to use DRBD as a primary-primary shared storage device. When I > reboot the machine, the DRBD service starts, but it doesn't activate the > resource and create the /dev/drbd1 device node. > > My config file is below: > > global { usage-count no; } > common { syncer { rate 10M; } } > > resource r0 > { > protocol C; > net > { > cram-hmac-alg sha1; > shared-secret "password"; > } > > on server1 > { > device /dev/drbd1; > disk /dev/sda6; > address 10.0.0.1:7789; > meta-disk internal; > } > > on server2 > { > device /dev/drbd1; > disk /dev/sda6; > address 10.0.0.1:7789; > meta-disk internal; > } I mis-pasted that - 2nd IP is 10.0.0.2. Gordan