commands.sh

virsh pool-start

all

Start a previously configured but inactive virtual machine storage pool. See also: `virsh`, `virsh-pool-define-as`, `virsh-pool-destroy`.

More info →

Examples (1)

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
made by @shridhargupta | data from tldr-pages