LinuxCommandLibrary

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

TLDR

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

$ virsh pool-build --pool [name|uuid]
copy

Copied to clipboard