# get a list of all the block devices virsh domblklist router # detach the first drive (sda) from the domain router virsh detach-disk domainname sda --config # reattach it using the virtio bus. virsh attach-disk domainname /dev/vg/lvname sda --config --targetbus=virtio