Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi the list I'm about to set up a HA cluster on Debian 4 servers, with heartbeat 2.0.8 and DRBD. I've tested it with DRBD v8.0.1, and I see that the DRBD package in etch is v0.7.21-4. I would like to know if I can use this package with my "classical" configuration (see below). Is there's new functions or known bugs that will prevent me from doing the same thing I tested before ? Thanks ! Benjamin global { usage-count yes; } common { syncer { rate 100M; } } resource ldap { protocol C; startup { wfc-timeout 0; degr-wfc-timeout 120; } disk { on-io-error detach; } on castor.cines.fr { device /dev/drbd0; disk /dev/VolGroup_ID_3564/LogVolDRBD; address 192.168.200.1:7790; meta-disk internal; } on pollux.cines.fr { device /dev/drbd0; disk /dev/VolGroup_ID_11320/LogVolDRBD; address 192.168.200.2:7790; meta-disk internal; } } resource web { protocol C; startup { wfc-timeout 0; degr-wfc-timeout 120; } disk { on-io-error detach; } on castor.cines.fr { device /dev/drbd1; disk /dev/VolGroup_ID_3564/LogVolDRBD1; address 192.168.200.1:7791; meta-disk internal; } on pollux.cines.fr { device /dev/drbd1; disk /dev/VolGroup_ID_11320/LogVolDRBD1; address 192.168.200.2:7791; meta-disk internal; } }