I need help with the following thing: We had a two node cluster with drbd and Proxmox 3.4. It worked fine until our second node failed. Because we were already transffering to a new cluster we took the disks out of the second node and let if offline. But after a while the node became active again and then the trouble started.
On the first node I did pmxcf -l on the first node so the second node doesn't dissapear. But the problem now is that nothing wants to boot on the first node.
I get this errors:
No volume groups found
No volume groups found
No volume groups found
Volume group "pve" not found
TASK ERROR: can't activate LV '/dev/pve/vm-122-disk-1': Skipping volume group pve
Then I did a 'vgs' command and got this:
root@nd1:~# vgs
No volume groups found
When I check the status of drbd it says"
0:r0 WFConnection Primary/Unknown UpToDate/Inconsistent C
My drbd configuration looks like this:
What is the best thing I can do, I need the data of 1 vm that is currently stopped. After I got that recovered the whole server can go offline. Thanks!
On the first node I did pmxcf -l on the first node so the second node doesn't dissapear. But the problem now is that nothing wants to boot on the first node.
I get this errors:
No volume groups found
No volume groups found
No volume groups found
Volume group "pve" not found
TASK ERROR: can't activate LV '/dev/pve/vm-122-disk-1': Skipping volume group pve
Then I did a 'vgs' command and got this:
root@nd1:~# vgs
No volume groups found
When I check the status of drbd it says"
0:r0 WFConnection Primary/Unknown UpToDate/Inconsistent C
My drbd configuration looks like this:
Code:
resource r0 {
on RCLL001 {
device /dev/drbd0;
disk /dev/sda7;
address 10.0.0.21:7788;
meta-disk internal;
}
on RCLL002 {
device /dev/drbd0;
disk /dev/sda7;
address 10.0.0.22:7788;
meta-disk internal;
}
}
Last edited: