A fix for Windows machines bluescreening on certain AMD configs is included in 5.4.101, the issue with changed hardware configs in Windows guests is related to QEMU 5.2, you can avoid it by not updating that specific package (pve-qemu-kvm) - we're working on a better fix.
The RDRAND issue is...
Migration zwischen CPU Herstellern ist im allgemeinen nicht unterstützt. Dafür gibt es zwischen den Implementationen des x86 sets einfach zu viele Unterschiede - was nicht heißt, dass es nicht in Ausnahmefällen gutgehen kann, aber ich würde es nie für Produktivsysteme verwenden.
Der Artikel an...
Einfach eine neue bridge hinzufügen, also z.B. vmbr1. Am besten übers web-interface. IP muss dafür unter PVE erstmal gar nicht vergeben werden, außer der host selbst soll in dem Netz erreichbar sein. Die bridge kann man sich dann wie einen leeren switch vorstellen, und beim erstellen von VMs...
kvm64 ist unser Standard für Kompatibilität. In einem homogenen Cluster (also alle nodes haben die gleiche CPU) sollte es grundsätzlich auch bei anderen CPU Typen keine Probleme geben, aber nur bei kvm64 garantieren wir das größtenteils.
Der Unterschied zwischen kvm64 und qemu64 war so weit ich...
Yes, although pct exec from a container hook script might be a bad idea.
Since you hook into 'post-start' though, what stops you from just registering a startup task within the container, i.e. a systemd service or "@reboot" cronjob?
Maybe the powerloss caused hard disk errors or data loss? Try attaching a live-cd (i.e. iso file of a working linux live distro) to the VM and select it in the boot order options for the VM. Then mount your existing hard drive in there and rebuild the bootloader/initramfs/partition...
The hook script does not run inside the container, but on the PVE host. Thus the bindmount will not be visible, as it will only be mounted within the CTs mount namespace. If you need to change something in that directory, you'd have to access it via /mnt/bindmounts/shared in this example.
Usually referred to as L1 and L2 guest, where "L0" would be the hypervisor - just for reference.
No, this should work. So if I understand correctly, if you put your L1 on vmbr0, then external devices (so on other physical machines on the same network, as well as PVE itself and other VMs on...
If you don't need access to the graphical display of the hypervisor (i.e. the PVE shell), you can skip the exp_hw_support stuff and just blacklist the module directly. The module will be amdgpu, no need for lspci.
Then, since it's technically just a PCIe device, you should be able to simply...
Thanks for testing! I'll try to reproduce the issue and find a solution then...
As a workaround for now (in case you need it), you should be able to downgrade QEMU back to 5.1.0-8:
apt install pve-qemu-kvm=5.1.0-8 libproxmox-backup-qemu0=1.0.2-1
Thanks for the report! I'm fairly certain this is the same issue as mentioned in this thread: https://forum.proxmox.com/threads/pve-6-3-4-lost-hardware-materials-of-windows-vms.84869/
...so I'd suggest continuing the discussion there, to have it in one place, if you agree that your symptoms...
I assume this would be the effect of updating to QEMU 5.2. It's certainly not optimal behaviour though, my guess would be that QEMU switched some internal PCI layout around, and Windows now thinks it is running on an entirely different machine, thus reinstalling all drivers and such.
To...
Manual sync is what we recommend at the moment, I am not aware of a "direct mount" variant that works without issues currently. We are considering adding official support for S3 and other storage providers as well, but no implementation is currently available. See also our bugtracker for more info.
I haven't looked into it too much, but just from the GitHub page of goofys (specifically this: https://github.com/kahing/goofys#current-status) I'd say it's probably a bad idea to use as backing storage for a PBS instance. Especially the atime/mtime support missing is going to cause issues with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.