DRBD9 Status - With Proxmox 4.1.22

Apr 15, 2016
6
0
1
44
Hello,

i have a 3-Node Setup. Oversudden i can not create new vm anymore. The error is:

TASK ERROR: create failed - drbd error: Not enough free space

See my screen shots attached.

If i sum up all the disks, i should have 849GB used. But my drbdpoll is 2.46TB big.

root@node01:~# vgdisplay
--- Volume group ---
VG Name drbdpool
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 79
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 11
Open LV 9
Max PV 0
Cur PV 1
Act PV 1
VG Size 3.62 TiB
PE Size 4.00 MiB
Total PE 949999
Alloc PE / Size 645442 / 2.46 TiB
Free PE / Size 304557 / 1.16 TiB
VG UUID g0wsJJ-CHEf-iVhf-YF73-7mCN-GT17-tXKwFw


Where does proxmox get the drbdpool size from? Something seems to be wrong here.
drbd-size.PNG vm-error.PNG

** UPDATE **

root@node03:~# drbdmanage list-nodes
+---------------------------------------------------------------------------------------------+
| Name | Pool Size | Pool Free | | State |
|---------------------------------------------------------------------------------------------|
| node01 | 2571264 | 2075781 | | ok |
| node02 | 2571264 | 10027 | | ok |
| node03 | 2571264 | 0 | | ok |
+---------------------------------------------------------------------------------------------+

Looks like node03 Pool Free is zero. I wonder why? How can i look this up?

Thanks,
Michael
 
*** UPDATE2 ***

lvresize --poolmetadatasize +512M /dev/drbdpool/drbdthinpool ; drbdmanage update-pool

on all nodes seems to help. But i dunno if this is the way to fix it :-(