Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Sorry for the duplicate post. I already wrote to drbd-devel Hello, i´m trying to get drbd on the run but i had a problem. I cannot find any solution in the web or the mailinglist. Drbd is running complete - it syncs at startup but here it stops. If i copy a file to the primary after startup, there is no modification on the secondary. The connection between the nodes is up: ########################### cat /proc/drbd Thu Jul 14 14:52:54 2005 version: 0.7.10 (api:77/proto:74) SVN Revision: 1743 build by phil at mescal, 2005-01-31 12:22:07 0: cs:Connected st:Secondary/Primary ld:Consistent ns:0 nr:499968 dw:499968 dr:0 al:0 bm:62 lo:0 pe:0 ua:0 ap:0 1: cs:Unconfigured ########################### The other system has the same entry except "Primary/Secondary" Another question is - why do i have two entries in /proc/drbd (0 and 1)? What are these two entries for? Are these the severeal resources (i only have one configured)? Here is my drbd.conf: ########################### resource r0 { protocol C; disk { on-io-error detach; } net { timeout 60; connect-int 10; ping-int 10; on-disconnect reconnect; } startup { degr-wfc-timeout 300; } syncer { rate 10M; group 1; al-extents 257; } on node1 { device /dev/drbd0; disk /dev/hda2; address XX.XX.XX.XX:7788; meta-disk /dev/hda1[0]; } on node2 { device /dev/drbd0; disk /dev/hda2; address XX.XX.XX.XXX:7788; meta-disk /dev/hda1[0]; } } ########################### Is there a switch somewhere for activate the continuously syncing? Sorry for the broken english and thank you in advance Best regards Cliff simon