PVE-4.3-3 : Wrong size in web GUI...

christophe

Renowned Member
Mar 31, 2011
202
10
83
Hi all,

Trying to look at DRBD9 on a brand new PVE 4.3-3 2-nodes cluster.

A wrong size (about twice real size) is displayed in webgui for a DRBD storage ("Summary" tab).

We created a 64GiB resource, and a VM with a 2GiB disk on this storage.

Reported size are as follow in webgui :
Size : 126GiB
Used : 63,01GiB
Avail : 62,99GiB

Thanks,

Christophe.
 
DRBD only provides the total pool size and the maximum size for a volume (with a certain replication count), which we use for free space. unfortunately those two values have different bases - the total size is for the whole cluster, the free space is per node. the used is derived from total and free, and is totally wrong :P