Hi,

I use DRBD 8.3.7 on Debian 5.0.6 on Vserver in both side, 2nd machine is a 1st clone.

There is may drbd.conf:

----------------------------------------------------
global { usage-count yes; }
       resource r0 {
            protocol B;
            startup {
               degr-wfc-timeout 120; # 2 minutes
            }
            disk {
               on-io-error detach;
            }
            net {
            }
            syncer {
              rate 10M;
              al-extents 257;
           }
            on vserver-2 {
                 device    /dev/drbd0;
                 disk      /dev/LVM-1/POSTFIX;
                 address   88.190.11.187:7789;
                 meta-disk /dev/LVM-1/meta-1[0];
            }
            on vserver-1 {
                 device    /dev/drbd0;
                 disk      /dev/LVM-1/POSTFIX-2;
                 address   88.190.11.244:7789;
                 meta-disk /dev/LVM-1/meta-1[0];
            }
       }

----------------------------------------------------

The both side are connected as shown but I got ds:Inconsistent/Diskless and I can't promote in Primary mode the 1st node:

I have on 1st node:

vserver-2:/etc# cat /proc/drbd
version: 8.3.7 (api:88/proto:86-91)
srcversion: EE47D8BF18AC166BE219757
 0: cs:Connected ro:Secondary/Secondary ds:Diskless/Inconsistent B r----
    ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b oos:0

and in 2nd:

vserver-1:/etc# cat /proc/drbd
version: 8.3.7 (api:88/proto:86-91)
GIT-hash: ea9e28dbff98e331a62bcbcc63a6135808fe2917 build by r...@buildd, 2010-01-23 08:21:00
 0: cs:Connected ro:Secondary/Secondary ds:Inconsistent/Diskless B r----
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b oos:20971520

But no sync !?

Help.

Sam.


_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to