qm list reports zero GB disks

m.ardito

Famous Member
Feb 17, 2010
1,473
18
103
Torino, Italy
hi,
all is working perfect on our pve host, but "qm list" (and also pve gui) reports "0.00" disks for some vm: btw the two running "0.00 GB disk" vm actually have two disks each, is this the reason? anything wrong/howto correct?

Code:
proxmox1:~# qm list
      VMID NAME                 STATUS     MEM(MB)    BOOTDISK(GB) PID
       101 VMapimix01           stopped    512                0.00 0
       102 VMwebapp             running    512                0.00 9011
       103 DEVwebapp            running    512                0.00 8944
       104 vpngateway_copy      running    512                8.00 2781
Code:
proxmox1:~# pveversion -v
pve-manager: 1.5-5 (pve-manager/1.5/4627)
running kernel: 2.6.18-2-pve
proxmox-ve-2.6.18: 1.5-5
pve-kernel-2.6.18-2-pve: 2.6.18-5
qemu-server: 1.1-11
pve-firmware: 1.0-3
libpve-storage-perl: 1.0-8
vncterm: 0.9-2
vzctl: 3.0.23-1pve8
vzdump: 1.2-5
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm-2.6.18: 0.9.1-5

Thanks, Marco
 
update to the latest packages, better?

my pveversion:

Code:
pveversion -v

pve-manager: 1.5-10 (pve-manager/1.5/4822)
running kernel: 2.6.18-2-pve
proxmox-ve-2.6.18: 1.5-5
pve-kernel-2.6.18-2-pve: 2.6.18-5
qemu-server: 1.1-16
pve-firmware: 1.0-5
libpve-storage-perl: 1.0-13
vncterm: 0.9-2
vzctl: 3.0.23-1pve11
vzdump: 1.2-5
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm-2.6.18: 0.9.1-5
 
as some of the vm are in production, i will later try and then report if anything changes. i wondered if it was a known behaviour...

M
 
ok, i upgraded my host, and now it is identical as your pveversion reports.

but, qm list (and pve web gui) still reports 0 GB. I've done some checks and found what is really reported, both by qm list and web gui: it's the size of the boot disk, if any (and you can set only one)

so, probably a small bug, i. e. a partially misleading label: in "qm list" the header label reported says "bootdisk (GB)" - which i had not seen in the first place - and not just "disk" as the web gui.

Cheers, marco