mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 17:44:33 +00:00
19 lines
493 B
Plaintext
19 lines
493 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|