Update virsh-pool-build.md

manned-org^2
Adam Herst 2021-06-03 11:30:00 -04:00 committed by Starbeamrainbowlabs
parent 6db809eed6
commit 19037eb285
1 changed files with 3 additions and 3 deletions

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