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;
  }
}
-- 
View this message in context: 
http://www.nabble.com/%27resource%27-not-defined-in-your-config.-tp25531120p25531120.html
Sent from the DRBD - User mailing list archive at Nabble.com.

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

Reply via email to