mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 20:02:09 +02:00
9 lines
409 B
Markdown
9 lines
409 B
Markdown
# virsh pool-start
|
|
|
|
> Start a previously configured but inactive virtual machine storage pool.
|
|
> See also: `virsh`, `virsh-pool-define-as`, `virsh-pool-destroy`.
|
|
> More information: <https://manned.org/virsh>.
|
|
|
|
- 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`
|