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
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to