LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

virsh-pool-autostart

Configure storage pool autostart

TLDR

Enable pool autostart
$ virsh pool-autostart [pool]
copy
Disable pool autostart
$ virsh pool-autostart [pool] --disable
copy

SYNOPSIS

virsh pool-autostart pool [options]

DESCRIPTION

virsh pool-autostart configures whether a libvirt storage pool starts automatically with the libvirt daemon. When enabled, the pool becomes active at daemon startup; disabling it requires manual start via `virsh pool-start`. The setting is persisted in the pool's XML definition.

PARAMETERS

--disable

Disable autostart.

CAVEATS

Only applies to persistent pools. Transient pools cannot be marked for autostart.

SEE ALSO

Copied to clipboard
Kai