Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Tue, Jun 07, 2016 at 01:22:03PM +0200, Michele Rossetti wrote: > Hi all, > Here below the drbdctrl.res, manually configurated regarding connections: No. You are not supposed to touch any resource files drbdmanage generates, especially not the one it uses for its cluster database (aka the control volume). These files get overwritten. nodea:$ drbdmanage init IP_OF_INTERFACE_FOR_CLUSTER_COMMUNICATION nodea:$ drbdmanage new-node nodeb NODEBIP nodea:$ drbdmanage new-node nodec NODECIP If you want to make life easy, ssh-copy-id nodea's ssh key to nodeb and nodec. Regards, rck