Displaying 2 results from an estimated 2 matches for "drbd1_receiver".
Did you mean:
drbd0_receiver
2012 Nov 29
0
Windows NLB crashing VM's
...on 91
block drbd1: conn( WFConnection -> WFReportParams )
block drbd38: Handshake successful: Agreed network protocol version 91
block drbd38: conn( WFConnection -> WFReportParams )
block drbd38: Starting asender thread (from drbd38_receiver [16250])
block drbd1: Starting asender thread (from drbd1_receiver [18278])
... Then lots of stuff for the DRBD devices reconnecting and syncing.
This happened three times, each time the user was attempting to add the
second node into NLB. I can reproduce the network adapter dying(Becomes
disabled and is unusable until reboot) in the lab on Server 2012 unless I...
2007 Jun 29
0
centos drbd - mounts/ replication
...7789;
meta-disk internal;
}
}
##############
drbdadm create-md r0 # Is this done on just the primary or both? I did it on both.
drbdadm up all
you'll see:
[root@ ~]# ps ax | grep drbd
18063 ? S 0:00 [drbd1_worker]
18069 ? S 0:00 [drbd1_receiver]
18070 ? S 0:00 [drbd1_asender]
cat /proc/drbd will show both in secondary, as the drbd website howto shows, and you can promote a node to primary:
drbdadm -- --overwrite-data-of-peer primary all
[root@ ~]# cat /proc/drbd
version: 8.0.3 (api:86/proto:86)
SVN Revision: 2881 build by b...