1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:46:02 +02:00

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

This commit is contained in:
Adam Herst 2021-05-28 11:46:10 -04:00 committed by Starbeamrainbowlabs
parent 7c85feaad5
commit 6db809eed6

View file

@ -4,6 +4,6 @@
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- Build the storage pool specified by name or UUID (determine the name or UUID using `virsh pool-list` and start the pool once built using `virsh pool-start`):
- Build the storage pool specified by name or UUID (determine using `virsh pool-list`; start the pool once built using `virsh pool-start`):
`virsh pool-build --pool {{name|uuid}}`