Displaying 1 result from an estimated 1 matches for "drbd1_worker".
Did you mean:
drbd0_worker
2007 Jun 29
0
centos drbd - mounts/ replication
...a7;
address 192.168.1.3: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 (ap...