tldr/pages/common/virsh-pool-info.md

10 lines
383 B
Markdown
Raw Normal View History

2021-05-27 20:39:17 +01:00
# virsh pool-info
2021-05-27 20:21:39 +01:00
> 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`):
2021-05-27 20:21:39 +01:00
`virsh pool-info --pool {{name|uuid}}`