I have multiple (KVM) VM's being managed under virsh in different servers (ubuntu precise and up). I need to check if any of those have qcow disks attached non persistently.
Was hoping for something like this to help me out:
virsh domblklist domain --details
Is there something similar that can provide information on the storage attachment method?
edit: (not 100% sure) I could do an xml dump and then grep for the contents of the aforementioned command for each VM. If I cannot find the content in the domain's xml then I could assume that it is set as non persistent.. I dislike this method and would like to avoid it.