virsh-pool-*: add pages
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
6f1cd48ae2
commit
882067d933
29
pages/common/virsh-pool-list.md
Normal file
29
pages/common/virsh-pool-list.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# virsh-pool-list
|
||||
|
||||
> List information about virtual machine storage pools (create a storage pool with `virsh pool-define-as`).
|
||||
> See also: `virsh`.
|
||||
> More information: <https://manned.org/virsh>.
|
||||
|
||||
- List the name, state, and whether autostart is enabled or disabled for active storage pools:
|
||||
|
||||
`virsh pool-list`
|
||||
|
||||
- List information for active and inactive or just inactive storage pools:
|
||||
|
||||
`virsh pool-list --{{all|inactive}}`
|
||||
|
||||
- List extended information about persistence, capacity, allocation, and available space for active storage pools:
|
||||
|
||||
`virsh pool-list --details`
|
||||
|
||||
- List information for active storage pools with either autostart enabled or disabled (enable or disable autostart with `virsh pool-autostart`):
|
||||
|
||||
`virsh pool-list --{{autostart|no-autostart}}`
|
||||
|
||||
- List information for active storage pools that are either persistent or transient:
|
||||
|
||||
`virsh pool-list --{{persistent|transient}}`
|
||||
|
||||
- List the name and UUID of active storage pools:
|
||||
|
||||
`virsh pool-list --name --uuid`
|
Reference in New Issue
Block a user