Hello,
i've just spin up a Proxmox host to test it's potential, i've now installed several W10 and Linux VM, using the Stable virtio-win ISO, but using the latest qemu-ga ( to have the ip info on the dashboard) for the windows VM, while using the standard apt install qemu-guest-agent for the debian vm guest.
Now, here's the problem:
When i try to backup my VM, i keep gettings error like this one:
but if i execute a qm get-osinfo from root shell of proxmox
same on the debian vm with the apt'd qemu-guest-agent:
Also the ping command, don't generate any output:
What i'm missing ?
Thanks
i've just spin up a Proxmox host to test it's potential, i've now installed several W10 and Linux VM, using the Stable virtio-win ISO, but using the latest qemu-ga ( to have the ip info on the dashboard) for the windows VM, while using the standard apt install qemu-guest-agent for the debian vm guest.
Now, here's the problem:
When i try to backup my VM, i keep gettings error like this one:
Code:
* Win 10 VM Guest:
ERROR: VM 501 qmp command 'guest-fsfreeze-thaw' failed - got timeout
but if i execute a qm get-osinfo from root shell of proxmox
Code:
root@px01:~# qm agent 501 get-osinfo
{
"id" : "mswindows",
"kernel-release" : "18362",
"kernel-version" : "10.0",
"machine" : "x86_64",
"name" : "Microsoft Windows",
"pretty-name" : "Windows 10 Pro",
"variant" : "client",
"variant-id" : "client",
"version" : "Microsoft Windows 10",
"version-id" : "10"
}
Code:
root@px01:~# qm agent 800 get-osinfo
{
"id" : "debian",
"kernel-release" : "4.19.0-5-amd64",
"kernel-version" : "#1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08)",
"machine" : "x86_64",
"name" : "Debian GNU/Linux",
"pretty-name" : "Debian GNU/Linux 10 (buster)",
"version" : "10 (buster)",
"version-id" : "10"
}
Code:
root@px01:~# qm agent 800 ping
root@px01:~# qm agent 501 ping
Thanks