[DRBD-user] 'resource' not defined in your config.

Christian Iversen chrivers at iversen-net.dk
Wed Sep 23 17:21:18 CEST 2009

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


On 2009-09-23 14:57, kunaljain wrote:
>
> drbd giving me this error. Not able to debug it
>
> global {
>    usage-count yes;
> }
> common {
>    protocol C;
> }
> resource r0 {
>    on localmaster {
>      device    /dev/drbd0;
>      disk      /dev/sda7;
>      address   192.168.133.21:7789;
>      meta-disk internal;
>    }
>    on localslave {
>      device    /dev/drbd0;
>      disk      /dev/sda7;
>      address   192.168.133.19:7789;
>      meta-disk internal;
>    }
> }

Well, "resource" is not defined in your config, but "r0" is. Try that 
instead :)

-- 
Med venlig hilsen
Christian Iversen



More information about the drbd-user mailing list