[DRBD-user] Status Mismatch

J.R. Lillard jlillard at ghfllc.com
Wed Sep 19 18:21:13 CEST 2012

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


DRBD 8.3.11 with Proxy 3.0.6

resource r1 {
        protocol        C;
        device          /dev/drbd1;
        meta-disk       internal;
        syncer {
                rate 100M;
        }
        on ks-san1 {
                address 192.168.0.236:7789;
                disk    /dev/md1;
        }
        on ks-san2 {
                address 192.168.0.14:7789;
                disk    /dev/md1;
        }
}

resource r1-U {
        protocol        A;
        device          /dev/drbd10;
        meta-disk       internal;
        syncer {
                rate 100M;
        }
        proxy {
                memlimit 200M;
                plugin {
                        zlib level 9;
                }
        }
        net {
                on-congestion pull-ahead;
                congestion-extents 114;
        }
        stacked-on-top-of r1 {
                address 192.168.0.28:7789;
                proxy on ks-drbd {
                        inside 192.168.0.252:7790;
                        outside 192.168.0.238:7790;
                }
        }
        on ks-san3 {
                address 127.0.0.1:7789;
                disk    /dev/md1;
                proxy on ks-san3 {
                        inside 127.0.0.1:7790;
                        outside 192.168.0.243:7790;
                }
        }
}


On Wed, Sep 19, 2012 at 10:40 AM, Felix Frank <ff at mpexnet.de> wrote:

> On 09/19/2012 05:10 PM, Dan Barker wrote:
> > The sync hasn’t finished. It’s at 100%, but still doing cleanup at
> > end-of-task. When it completes, you’ll see the correct status.
> > Inconsistent is the VALID status until the sync finishes. When the
> > progress bar goes away, it’s really done. Check the logs if you think
> > it’s hung there too long.
> >
> >
> >
> > Dan
> >
> > What would cause two nodes to show different statuses?
>
> Also - drbd versions and configs, please.
>
> Cheers,
> Felix
> _______________________________________________
> drbd-user mailing list
> drbd-user at lists.linbit.com
> http://lists.linbit.com/mailman/listinfo/drbd-user
>



-- 
J.R. Lillard
System / Network Admin
Web Programmer
Golden Heritage Foods
120 Santa Fe St.
Hillsboro, KS  67063
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20120919/35afd9d4/attachment.htm>


More information about the drbd-user mailing list