1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-05 10:13:25 +02:00

Update virsh-pool-build.md

This commit is contained in:
Adam Herst 2021-06-03 11:30:00 -04:00 committed by Starbeamrainbowlabs
parent 6db809eed6
commit 19037eb285

View file

@ -1,9 +1,9 @@
# virsh pool-build
> Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file (create a configuration file using `virsh pool-define-as`).
> See also: `virsh`.
> Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file.
> See also: `virsh`, `virsh-pool-define-as`, `virsh-pool-start`.
> More information: <https://manned.org/virsh>.
- Build the storage pool specified by name or UUID (determine using `virsh pool-list`; start the pool once built using `virsh pool-start`):
- Build the storage pool specified by name or UUID (determine using `virsh pool-list`):
`virsh pool-build --pool {{name|uuid}}`