Thin provisioning for proxmox V7 KVM

Maher Khalil

Member
Jul 11, 2021
232
10
23
44
Hello
I have installed proxmox 7 and I am creating containers and KVM
For containers, proxmox gives the disk usage in datacenter control panel and also on server
but in KVM, proxmox shows zero even guest agent installed and enabled
do I miss something?
any help?
 
Do you see your guest's IPs in the status panel? If not, your guest agent may be misconfigured. You need to enable it in the VM options and also install and run/enable it within the guest. Also, not all filesystems in the guest are supported - which OS and FS are you using inside the VM?
 
Yes, I see my IP
I am using LVM in the VM as it is default settings for linux
I ahve 2 machines one Ubuntu 20.04 and centos 7
 
Have you configured your boot disk as the first entry in the bootorder in the VM options menu?

Also, could you post your VM config (qm config <vmid>) and pveversion -v, please.