If this is for a professional use-case, take a look at the Proxmox Offline Mirror which is Proxmox's official tool to make updates from the enterprise repository available to air-gapped systems and manage their subscription keys...
Sollte eigentlich nicht der Fall sein AFAIK. Eventuell, falls die VMs mit neueren machinetypes gestartet werden, kann sich vlt die virtuelle Hardware aus sicher des Gast OS ändern. Dann musst du, je nachdem was du hast, ein bisschen...
mach backups mit der integrierten backup funktion auf einen netzwerkshare. dann die clean install, und danach kannst du den share wieder als storage einbinden und die backups zurückspielen.
backups der gäste beinhalten die virtuellen disks und...
Disable any power saving features / c-states and/or switch the BIOS to a high-performance/virtualization pre-set.
10/40 Gbit can be a bottleneck if used with fast flash storage! Especially if it shares the physical network with other services...
I would by now set up the VLANs via the SDN. That makes it easy if you have more than one node.
Even with only one physical interface, the config will most likely not change much.
The VLAN 209 for MGMT only, should be configured as mentioned...
first of, why do you have that many bridge ports? If you want network redundancy, look into bonds!
Adding many bridge ports is like plugging in multiple cables to the same switch. If those bridge ports connect to the same physical switch, you got...
Hast du mal nachgeschaut, auf einer Node die noch läuft? In /etc/pve/nodes/pve3/qemu-server, bzw lxc sollten die configs liegen. Wenn kein HA aktiviert ist, was die Gäste automatisch recovered, musst du das von hand machen. Z.B. mit
mv...
/etc/pve/qemu-server und /etc/pve/lxc (OpenVZ ist noch da, aber wohl schon lange nicht mehr verwendet) zeigt immer die lokale node. Aber unter /etc/pve/nodes/NODE/... sollte die Ordnerstruktur für alle Nodes da sein.
In der GUI sollte aber auch...
Changing the Ceph cluster network is easy. Change it in the config file and restart the OSDs. Only one host at a time! systemctl restart ceph-osd.target.
The Ceph Public network is a bit more involved because it is not just the config file. The...
Hier scheint nur das Debian Security Repo konfiguriert zu sein? Das reguläre Debian Repo scheint zu fehlen. Entsprechend wirds da wohl zu Problemen kommen.