Update virsh-pool-list.md

manned-org^2
Adam Herst 2021-06-03 11:38:15 -04:00 committed by Starbeamrainbowlabs
parent ab82c476d1
commit a4c8e41007
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# virsh pool-list
> List information about virtual machine storage pools (create a storage pool with `virsh pool-define-as`).
> See also: `virsh`.
> List information about virtual machine storage pools.
> See also: `virsh`, `virsh-pool-autostart`, `virsh-pool-define-as`.
> More information: <https://manned.org/virsh>.
- List the name, state, and whether autostart is enabled or disabled for active storage pools:
@ -16,7 +16,7 @@
`virsh pool-list --details`
- List information for active storage pools with either autostart enabled or disabled (enable or disable autostart with `virsh pool-autostart`):
- List information for active storage pools with either autostart enabled or disabled:
`virsh pool-list --{{autostart|no-autostart}}`