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

virsh pool-build — Build the underlying storage system for a virtual machine storage pool as defined in it's configurat

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandbuildcliunderlyingstoragevirsh pool-buildsystem

Problem

How to use the virsh pool-build command: Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file in /etc/libvirt/storage. See also: virsh, virsh-pool-define-as, virsh-pool-start. More information: <https://manned.org/virsh>.

Solution

virsh pool-build — Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file in /etc/libvirt/storage. 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):
virsh pool-build --pool {{name|uuid}}

Code Snippets

Build the storage pool specified by name or UUID (determine using `virsh pool-list`)

virsh pool-build --pool {{name|uuid}}

Context

tldr-pages: common/virsh pool-build

Revisions (0)

No revisions yet.