virsh-pool-autostart
Configure storage pool autostart
TLDR
Enable pool autostart
$ virsh pool-autostart [pool]
Disable pool autostart$ virsh pool-autostart [pool] --disable
SYNOPSIS
virsh pool-autostart pool [options]
DESCRIPTION
virsh pool-autostart configures storage pool autostart. Pools with autostart enabled are automatically started when libvirtd starts.
PARAMETERS
--disable
Disable autostart.
SEE ALSO
virsh(1), virsh-pool-start(1)
