mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 02:43:45 +00:00
15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|