LinuxCommandLibrary

virsh-domblklist

List information about block devices associated with a virtual machine.

TLDR

List the target name and source path of the block devices

$ virsh domblklist --domain [vm_name]
copy


List the disk type and device value as well as the target name and source path
$ virsh domblklist --domain [vm_name] --details
copy

Copied to clipboard