Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On 01/06/2011 01:38 PM, trekker.dk at abclinuxu.cz wrote: > Hello. > > I'm in this situation: Host A has a DRBD resource (primary, StandAlone) > and I want to create a diskless peer for it in dual-primary setup on > host B. So I do the following: > > A: /sbin/drbdsetup 10 net 192.168.1.191:19010 192.168.1.192:18999 C -m > --create-device > B: /sbin/drbdsetup 10 net 192.168.1.192:19010 192.168.1.191:19010 C -m > --create-device I count three ports: 192.168.1.191:19010 192.168.1.192:19010 192.168.1.192:18999 Is this intentional? Why don't you just "drbdadm up" on A and "drbdadm syncer ; drbdadm connect" on B? Regards, Felix