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

_______________________________________________
drbd-user mailing list
drbd-user@lists.linbit.com
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to