[DRBD-user] I have tried to read the manual of drbd 8.4 and use it but I seem to not understand what the issue is.

Rabin Yasharzadehe rabin at isoc.org.il
Sun Jan 26 17:21:16 CET 2014

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


Do you have communication between the nodes over this port (make sure you
iptables is configured)?

Is the drbd module loaded?

And this is I configure my resources,

resource testvm1root {
>   device        /dev/drbd1;
>   meta-disk     internal;
>   disk          /dev/sata1/testvm1root;
>   on node1 {
>     Address     10.1.0.1:7791;
>   }
>   on node2 {
>     address     10.1.0.2:7791;
>   }
> }





--
Rabin Yasharzadehe | Israel Internet Association
(ISOC-IL)<http://www.isoc.org.il>| Tel:
+972-3-9700922 | Fax: +972-3-9700902


On Sun, Jan 26, 2014 at 1:42 PM, Eliezer Croitoru <eliezer at ngtech.co.il>wrote:

> Every time I am building a system it shows me:
> "Something Is wrong"..
>
> I want to build it from sources but why would Ubuntu and SUSE will provide
> me a bad installation?
> What is the issue?
> Is it misconfiguration or other things?
>
> my config files are:
> drdb1:~ # cat /etc/drbd.conf
> include "drbd.d/global_common.conf";
> include "drbd.d/*.res";
>
> drdb1:~ # cat /etc/drbd.d/global_common.conf
> global {
>         usage-count yes;
>         # minor-count dialog-refresh disable-ip-verification
> }
>
> common {
>         protocol C;
> }
>
> drdb1:~ # cat /etc/drbd.d/r0.res
> resource r0 {
>   device /dev/drbd_r0 minor 0;
>   disk /dev/vdb1;
>   meta-disk internal;
>   on drbd2 {
>     address  192.168.10.106:7788;
>   }
>   on drbd1 {
>     address 192.168.10.103:7788;
>   }
>   syncer {
>     rate  7M;
>   }
> }
>
>
> and the hosts file contains:
> 192.168.10.106 drbd2
> 192.168.10.103 drbd1
>
>
> But every time I try to run this software it ends up with an issue.
> Ubuntu has a version of module which is not at the same version of the
> userland tools but still SUSE has 8.3.13 on module but 8.3.11 on userland.
>
> What would be the best approach for it?
>
> Eliezer
> _______________________________________________
> drbd-user mailing list
> drbd-user at lists.linbit.com
> http://lists.linbit.com/mailman/listinfo/drbd-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20140126/0460b8fc/attachment.htm>


More information about the drbd-user mailing list