pool-autostart

Enables or disables the automatic start of a storage pool when the libvirt daemon is started.

Syntax

Read syntax diagramSkip visual syntax diagram pool-autostart  --pool <pool-name><pool-UUID>  --disable
Where:
<pool-name>
Is the name of the storage pool.
<pool-UUID>
Is the UUID of the storage pool.

Selected options

--pool
Specifies the storage pool.
--disable
Disables the automatic start of the storage pool when the libvirt daemon is started.

Usage

Managing storage pools

Example

This example specifies the automatic start of storage pool pool1 when the libvirt daemon is started.
# virsh pool-autostart pool1