mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-27 02:30:09 +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> |
||
---|---|---|
.. | ||
API2 | ||
CLI | ||
QemuConfig | ||
QemuServer | ||
VZDump | ||
Makefile | ||
QemuConfig.pm | ||
QemuMigrate.pm | ||
QemuServer.pm | ||
QMPClient.pm |