commands.sh

virsh pool-autostart

all

Enable or disable autostart for a virtual machine storage pool. See also: `virsh`.

More info →

Examples (2)

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

virsh pool-autostart --pool name|uuid

Disable autostart for the storage pool specified by name or UUID

virsh pool-autostart --pool name|uuid --disable
made by @shridhargupta | data from tldr-pages