HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

virsh pool-start — Start a previously configured but inactive virtual machine storage pool. See also: `virsh`, `virsh-p

Submitted by: @import:tldr-pages··
0
Viewed 0 times
virsh pool-startinactivecommandstartbutcliconfiguredpreviously

Problem

How to use the virsh pool-start command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/virsh pool-start

Revisions (0)

No revisions yet.