mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-25 06:09:34 +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> |
||
---|---|---|
debian | ||
PVE | ||
qemu-configs | ||
qmeventd | ||
query-machine-capabilities | ||
test | ||
vm-network-scripts | ||
.gitignore | ||
bootsplash.jpg | ||
bootsplash.xcf | ||
Makefile | ||
modules-load.conf | ||
qm | ||
qmextract | ||
qmrestore |