This would run the command pvesm path none which would produce the output:
400 Parameter verification failed.
volume: invalid format - unable to parse volume ID 'none'
Simply skipping "none" devices should prevent this. While looking for media=cdrom may also work, this seemed like the most direct approach without having to remember to add backup=0 to all VMs.
Example of a problematic config:
This would run the command
pvesm path none
which would produce the output:Simply skipping "none" devices should prevent this. While looking for
media=cdrom
may also work, this seemed like the most direct approach without having to remember to addbackup=0
to all VMs.