Update pages/common/virsh-pool-start.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
Adam Herst
2021-05-28 10:30:57 -04:00
committed by Starbeamrainbowlabs
parent e4541ccecc
commit 7c85feaad5

View File

@@ -4,6 +4,6 @@
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- Start the storage pool specified by name or UUID (determine the name or UUID using `virsh pool-list`) and create the underlying storage system if it doesn't exist:
- Start the storage pool specified by name or UUID (determine using `virsh pool-list`) and create the underlying storage system if it doesn't exist:
`virsh pool-start --pool {{name|uuid}} --build`