snippetbashTip
virsh pool-info — List information about a virtual machine storage pool. See also: `virsh`. More information: <https:/
Viewed 0 times
virtualvirsh pool-infocommandcliinformationaboutmachinelist
Problem
How to use the
virsh pool-info command: List information about a virtual machine storage pool. See also: virsh. More information: <https://manned.org/virsh>.Solution
virsh pool-info — List information about a virtual machine storage pool. See also: virsh. More information: <https://manned.org/virsh>.List the name, UUID, state, persistence type, autostart status, capacity, space allocated, and space available for the storage pool specified by name or UUID (determine using
virsh pool-list):virsh pool-info --pool {{name|uuid}}Code Snippets
List the name, UUID, state, persistence type, autostart status, capacity, space allocated, and space available for the storage pool specified by name or UUID (determine using `virsh pool-list`)
virsh pool-info --pool {{name|uuid}}Context
tldr-pages: common/virsh pool-info
Revisions (0)
No revisions yet.