Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello,
today I updated proxmox to verion 5 on one of two dell servers. Proxmox worked, but drbd wont start. I already updated to drbdmanage v2.
Drbd cannot start because of parsing error (node-id, connection mesh)
resource .drbdctrl {
net {
cram-hmac-alg sha256;
shared-secret "5M3oyND1XHtRkKCR5Jdc";
allow-two-primaries no;
}
volume 0 {
device minor 0;
disk /dev/drbdpool/.drbdctrl_0;
meta-disk internal;
}
volume 1 {
device minor 1;
disk /dev/drbdpool/.drbdctrl_1;
meta-disk internal;
}
on luke {
node-id 0;
address 192.168.11.1:6999;
}
on leia {
node-id 1;
address 192.168.11.2:6999;
}
connection-mesh {
hosts luke leia;
net {
protocol C;
}
}
}
Should I update the other dell server as well befor configuring the drbdmanage in the manual?
Thanks
sebastian blajszczak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20171105/b3f05aaa/attachment.htm>