mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 00:17:33 +00:00
![]() When adding a cloudinit disk it does not contain media=cdrom until it is actually created. This means the check in check_replication fails to detect cloudinit and it is recognized as normal disk. Then parse_volname fails because it does not match the vm-$vmid-XYZ format. To fix this we now check explicitly if the volname matches cloudinit and if so, return early. Additionally 2 small cleanups replacing cloudinit regexes with the same check for volname matches cloudinit. Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com> |
||
---|---|---|
debian | ||
PVE | ||
qemu-configs | ||
qmeventd | ||
test | ||
vm-network-scripts | ||
.gitignore | ||
bootsplash.jpg | ||
bootsplash.xcf | ||
Makefile | ||
modules-load.conf | ||
qm | ||
qmextract | ||
qmrestore |