I have Windows 10 installed in a VM. I have followed https://pve.proxmox.com/wiki/Windows_10_guest_best_practices and installed all the necessary drivers including the guest agent and balloon driver. I can see the balloon service running within Windows. I can talk to the guest agent with "qm agent" for example,
root@pve:~# qm agent 102 ping
root@pve:~#
However, from the proxmox GUI, I see "No network information" for the IPs of this VM (see screenshot below). In addition, the VM is using 90+% of the 16GB memory allocated to it. From within Windows, the system seems to be using a small fraction of the available memory. The Windows VM is completely idle at the moment.
My questions are
1. Why don't I see the VM's IP addresses even though the guest agent is installed?
2. Why doesn't the balloon driver cause unused memory to be reclaimed from the VM?
root@pve:~# qm config 102
agent: 1
balloon: 4096
boot: cdn
bootdisk: scsi1
cores: 2
cpu: host
ide0: local:iso/virtio-win.iso,media=cdrom,size=309208K
ide2: local:iso/Win10_1709_English_x64.iso,media=cdrom
memory: 16384
name: windows
net0: virtio=D2:9A:7D1:CC:C9,bridge=vmbr0,tag=1
numa: 0
onboot: 1
ostype: win10
protection: 1
scsi0: swaps:vm-102-disk-1,size=8G
scsi1: local-zfs:vm-102-disk-1,cache=writeback,size=64G
scsihw: virtio-scsi-pci
smbios1: uuid=a495a2b7-0a96-4d64-882e-2b235c2ba732
sockets: 1
vga: qxl
root@pve:~#
root@pve:~# qm agent 102 ping
root@pve:~#
However, from the proxmox GUI, I see "No network information" for the IPs of this VM (see screenshot below). In addition, the VM is using 90+% of the 16GB memory allocated to it. From within Windows, the system seems to be using a small fraction of the available memory. The Windows VM is completely idle at the moment.
My questions are
1. Why don't I see the VM's IP addresses even though the guest agent is installed?
2. Why doesn't the balloon driver cause unused memory to be reclaimed from the VM?
root@pve:~# qm config 102
agent: 1
balloon: 4096
boot: cdn
bootdisk: scsi1
cores: 2
cpu: host
ide0: local:iso/virtio-win.iso,media=cdrom,size=309208K
ide2: local:iso/Win10_1709_English_x64.iso,media=cdrom
memory: 16384
name: windows
net0: virtio=D2:9A:7D1:CC:C9,bridge=vmbr0,tag=1
numa: 0
onboot: 1
ostype: win10
protection: 1
scsi0: swaps:vm-102-disk-1,size=8G
scsi1: local-zfs:vm-102-disk-1,cache=writeback,size=64G
scsihw: virtio-scsi-pci
smbios1: uuid=a495a2b7-0a96-4d64-882e-2b235c2ba732
sockets: 1
vga: qxl
root@pve:~#