mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
Update virsh-pool-build.md
This commit is contained in:
parent
6db809eed6
commit
19037eb285
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# virsh pool-build
|
# 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`).
|
> Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file.
|
||||||
> See also: `virsh`.
|
> See also: `virsh`, `virsh-pool-define-as`, `virsh-pool-start`.
|
||||||
> More information: <https://manned.org/virsh>.
|
> 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}}`
|
`virsh pool-build --pool {{name|uuid}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue