Update virsh-pool-list.md

This commit is contained in:
Adam Herst
2021-06-03 11:38:15 -04:00
committed by Starbeamrainbowlabs
parent ab82c476d1
commit a4c8e41007

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}}`