How is this possible?

ozgurerdogan

Renowned Member
May 2, 2010
622
6
83
Bursa, Turkey, Turkey
Hello friends,

In kvm only 35GB of 150 is used but in web interface both disk size and backup size is nearly full. How can I correct that.
1.png2.png3.png



pve-manager: 1.9-26 (pve-manager/1.9/6567)
running kernel: 2.6.35-2-pve
proxmox-ve-2.6.35: 1.8-13
pve-kernel-2.6.32-4-pve: 2.6.32-33
pve-kernel-2.6.35-2-pve: 2.6.35-13
qemu-server: 1.1-32
pve-firmware: 1.0-14
libpve-storage-perl: 1.0-19
vncterm: 0.9-2
vzctl: 3.0.29-3pve1
vzdump: 1.2-16
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.15.0-1
ksm-control-daemon: 1.0-6
 
Well I spoke early. I did that but still 149 of 150GB full. Do I need to restart ?

The web interface simply use the 'du' command to determine the size. So this will always display 150GB once the file is written. But backup size will be smaller.
 
The web interface simply use the 'du' command to determine the size. So this will always display 150GB once the file is written. But backup size will be smaller.

But on next vm, after sdelete;
This;
[TABLE="class: normal"]
[TR]
[TH]Volume ID[/TH]
[TH]VMID[/TH]
[TH]Size (GB)[/TH]
[TH]Used (GB)[/TH]
[/TR]
[TR="bgcolor: #EDEDED"]
[TD]local:100/vm-100-disk-1.raw[/TD]
[TD]100[/TD]
[TD]150.00[/TD]
[TD]11.00[/TD]
[/TR]
[/TABLE]

Became:

[TABLE="class: normal"]
[TR]
[TH]Volume ID[/TH]
[TH]VMID[/TH]
[TH]Size (GB)[/TH]
[TH]Used (GB)[/TH]
[/TR]
[TR="bgcolor: #EDEDED"]
[TD]local:100/vm-100-disk-1.raw[/TD]
[TD]100[/TD]
[TD]150.00[/TD]
[TD]149.00[/TD]
[/TR]
[/TABLE]

So this is normal again I think. As it once wrote file size.?
 
Thanks for your respond. But is there a way to update web interface to make it show real size of vms. Because it is like scary that all vm are just %100 full :) (After taking new backup it did not get updated.)