Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi, please watch the kernel log output during the time of connecting. It would indicate a split-brain if there is one. If there is, follow the steps as described in http://www.drbd.org/users-guide/s-resolve-split-brain.html On 02/03/2012 02:11 PM, Owen Le Blanc wrote: > Kaloyan Kovachev wrote: > >> You have got a split brain. Outdate then stop drbd on the secondary -> do >> (re)connect on the primary -> start secondary again > > So, on the secondary I did > > drbdadm outdate r0 > drbdadm stop r0 > /etc/init.d/drbd stop > > Then on the primary > > drbdadm connect r0 > > then on the secondary > > /etc/init.d/drbd start > > Still no connection, no matter what commands I give. > Thanks for the response, though.