Estou tentando adicionar um novo disco a um domínio / convidado em execução (Win10)
Consegui usar o virsh attach-disk ... --live e também usando o virsh attach-device .. --config
Mas usando: virsh attach-device SRV13 /tmp/SRV13.xml --live
Me dê este erro:
Failed to attach device from /tmp/SRV13.xml
internal error: unable to execute QEMU command 'device_add': Property 'virtio-blk-device.drive' can't find value 'drive-virtio-disk1'
O que estou fazendo de errado?
Tags qemu kvm-virtualization virsh