WOHOOOO. Der scheiss Fehler ist gefunden. Einer der wenigen Unterschiede war noch der vorhandene Virenschutz Client. Der hat die Migration und wohl auch die Art und Weise wie der Proxmox die LAN Verbindung macht, nicht so cool gefunden. Nach...
Played with your script. Made it for all running vm's on the host and skipped the snap mounted ones
for i in `qm list|grep running|cut -c5-10`; do echo " VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID";qm list|grep $i;qm...
Hello,
Pardon me, as I am sure this is common knowledge for many PVE users. For me, it took many frustrating hours to find the fix, so I will document it here as I have not seen this particular problem/solution laid out explicitly elsewhere. This...