mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-09 19:12:02 +00:00
![]() When starting a VM, drives with an attached ISO image require an explicit `media` parameter. Setting `media=disk` on such drives makes them writable. This breaks the user expectation that ISO images are immutable. Hence, require an explicit `media=cdrom` parameter on VM updates via the API for drives that have a volume with type `iso` attached. If some users rely on the ability to set `media=disk` on such drives, we may make this available in the future (and require high privileges). Until then, affected users can manually edit the VM config. Suggested-by: Fiona Ebner <f.ebner@proxmox.com> Signed-off-by: Friedrich Weber <f.weber@proxmox.com> Reviewed-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
.. | ||
Qemu | ||
Makefile | ||
Qemu.pm |