Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi all!
I've configured the following 'duo':
on R-01 {
device /dev/drbd0;
disk /dev/md5;
address 10.99.99.101:7788;
meta-disk /dev/md4[0];
}
on R-02 {
device /dev/drbd0;
disk /dev/md5;
address 10.99.99.102:7788;
meta-disk /dev/md4[0];
}
When I bring it up, and make R-01 the primary, I get the following in my /proc/drbd on R-01:
version: 0.7.15 (api:77/proto:74)
SVN Revision: 2020 build by root at GIPZ-01, 2006-02-07 12:32:10
0: cs:SyncSource st:Primary/Secondary ld:Consistent
ns:0 nr:0 dw:0 dr:156 al:0 bm:0 lo:2 pe:0 ua:6 ap:0version: 0.7.15 (api:77/proto:74)
[>...................] sync'ed: 0.1% (142004/142004)M
stalled
1: cs:Unconfigured
However, the /proc/drbd on R-02 says:
SVN Revision: 2020 build by root at GIPZ-01, 2006-02-07 12:32:10
0: cs:SyncTarget st:Secondary/Primary ld:Inconsistent
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:6 ua:0 ap:0
[>...................] sync'ed: 0.1% (142004/142004)M
stalled
1: cs:Unconfigured
What could be the cause of this?
Regards,
Evert