1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 08:26:01 +02:00
tldr/pages/common/virsh-domblklist.md

14 lines
400 B
Markdown
Raw Normal View History

2021-05-07 02:02:33 -04:00
# virsh-domblklist
> List information about block devices associated with a virtual machine.
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- List the target name and source path of the block devices:
`virsh domblklist --domain {{vm_name}}`
- List the disk type and device value as well as the target name and source path:
`virsh domblklist --domain {{vm_name}} --details`