Hi,
I have upgraded my 2-node cluster to Proxmox 9 and everything went without a hitch. Thanks everyone for their efforts!
However, I have noticed one behaviour change: As part of my provisioning scripts, I use virt-customize to set up VM templates, running e.g.::
Under Proxmox 9 however, I see the following errors:
Essentially, the virt-customize VM has no internet access, no matter what I do. I cannot seem to resolve domains or otherwise access the internet. Running "ip a" shows only the loopback interface and eth0, but the latter is DOWN. Bringing it up results in a link-local address only.
VMs in Proxmox work fine, as does creating a VM with the image and then booting it with Proxmox. It is just virt-customize that no longer works.
These commands have worked fine for years, but suddenly stopped working in Proxmox 9.
I noticed this after updating the first node, and tested it on my second node still on 8.4, where it worked correctly. I then upgraded that node, and it broke as well.
Does anyone have any idea what could be the problem? I've spent some time trying to debug it but have turned up no solution.
I have upgraded my 2-node cluster to Proxmox 9 and everything went without a hitch. Thanks everyone for their efforts!
However, I have noticed one behaviour change: As part of my provisioning scripts, I use virt-customize to set up VM templates, running e.g.::
Bash:
virt-customize --network --update --install qemu-guest-agent --hostname trixie-template --truncate /etc/machine-id -a /run/ansible-vmtemplate/debian-13-genericcloud-amd64.qcow2
Under Proxmox 9 however, I see the following errors:
Code:
...
W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/trixie/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/trixie-updates/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/trixie-backports/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch mirror+file:/etc/apt/mirrors/debian-security.list/dists/trixie-security/InRelease Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package qemu-guest-agent
virt-customize: error:
export DEBIAN_FRONTEND=noninteractive
apt_opts='-q -y -o Dpkg::Options::=--force-confnew'
apt-get $apt_opts update
apt-get $apt_opts install 'qemu-guest-agent'
: command exited with an error
Essentially, the virt-customize VM has no internet access, no matter what I do. I cannot seem to resolve domains or otherwise access the internet. Running "ip a" shows only the loopback interface and eth0, but the latter is DOWN. Bringing it up results in a link-local address only.
VMs in Proxmox work fine, as does creating a VM with the image and then booting it with Proxmox. It is just virt-customize that no longer works.
These commands have worked fine for years, but suddenly stopped working in Proxmox 9.
I noticed this after updating the first node, and tested it on my second node still on 8.4, where it worked correctly. I then upgraded that node, and it broke as well.
Does anyone have any idea what could be the problem? I've spent some time trying to debug it but have turned up no solution.
Last edited: