mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
virsh-domblklist: add page (#5895)
This commit is contained in:
parent
0a5e31e1c7
commit
ac2986e435
1 changed files with 13 additions and 0 deletions
13
pages/common/virsh-domblklist.md
Normal file
13
pages/common/virsh-domblklist.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue