From ac2986e435eee576aed16f5268045ce80f456b7a Mon Sep 17 00:00:00 2001 From: Adam Herst Date: Fri, 7 May 2021 02:02:33 -0400 Subject: [PATCH] virsh-domblklist: add page (#5895) --- pages/common/virsh-domblklist.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/virsh-domblklist.md diff --git a/pages/common/virsh-domblklist.md b/pages/common/virsh-domblklist.md new file mode 100644 index 0000000000..dcf4f9cbec --- /dev/null +++ b/pages/common/virsh-domblklist.md @@ -0,0 +1,13 @@ +# virsh-domblklist + +> List information about block devices associated with a virtual machine. +> See also: `virsh`. +> More information: . + +- 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`