Hi,
after upgrading to Proxmox 4.0, my DRBD volume is missing. It was set up with the DRBD howto from the Proxmox wiki (dual primary, but the two resources were never primary on both machines)
This particular cluster is not in production but I also plan to upgrade another pair of servers and I don't want to loose the DRBD volumes.
How to upgrade without loosing the volumes and how do I get them back?
I also installed drbdmanage, but did not issue any commands. drbd-overview says:
I am not able to fix this. I tried the upgrade guide from Linbit (drbd.linbit.com /users-guide-9.0/s-upgrading-drbd.html#s-upgrade-convert)
drbdadm create-md r0 upgraded the meta-data as described but this did not help. This is the output from dmesg:
Thanks in advance!
after upgrading to Proxmox 4.0, my DRBD volume is missing. It was set up with the DRBD howto from the Proxmox wiki (dual primary, but the two resources were never primary on both machines)
This particular cluster is not in production but I also plan to upgrade another pair of servers and I don't want to loose the DRBD volumes.
How to upgrade without loosing the volumes and how do I get them back?
I also installed drbdmanage, but did not issue any commands. drbd-overview says:
Code:
0:r0/0 Connected(2*) Secondary(2*) Diskle/Diskle
1:r1/0 Connected(2*) Secondary(2*) Diskle/Diskle
I am not able to fix this. I tried the upgrade guide from Linbit (drbd.linbit.com /users-guide-9.0/s-upgrading-drbd.html#s-upgrade-convert)
drbdadm create-md r0 upgraded the meta-data as described but this did not help. This is the output from dmesg:
Code:
[12698.189819] drbd r0: Preparing cluster-wide state change 3099231762 (0->1 499/146)
[12698.189975] drbd r0: State change 3099231762: primary_nodes=0, weak_nodes=0
[12698.189977] drbd r0: Committing cluster-wide state change 3099231762 (0ms)
[12698.189985] drbd r0 virt02: conn( Connecting -> Connected ) peer( Unknown -> Secondary )
[12698.197844] drbd r0/0 drbd0 virt02: pdsk( DUnknown -> Diskless ) repl( Off -> Established )
[12698.233780] drbd r1: Preparing cluster-wide state change 1831514047 (0->1 499/146)
[12698.234038] drbd r1: State change 1831514047: primary_nodes=0, weak_nodes=0
[12698.234040] drbd r1: Committing cluster-wide state change 1831514047 (0ms)
[12698.234050] drbd r1 virt02: conn( Connecting -> Connected ) peer( Unknown -> Secondary )
[12698.241823] drbd r1/0 drbd1 virt02: pdsk( DUnknown -> Diskless ) repl( Off -> Established )
Thanks in advance!