mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 03:26:54 +00:00
![]() Previously, the template's configuration was used as-is for the rest of handling the VM start even if config_to_command() uses a minimized configuration to build the command. This can lead to issues with a network device with the 'link_down' flag set, because the network device will not be present, but the start handling will still issue a QMP command for it, leading to a failed backup operation. Use the minimized configuration for the whole start-up handling to avoid such issues. Use the special QemuConfig::NoWrite class to safeguard against accidentally writing out the temporarily modified config. Suggested-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
debian | ||
PVE | ||
qemu-configs | ||
qmeventd | ||
query-machine-capabilities | ||
test | ||
vm-network-scripts | ||
.gitignore | ||
bootsplash.jpg | ||
bootsplash.xcf | ||
Makefile | ||
modules-load.conf | ||
qm | ||
qmextract | ||
qmrestore |