pool-delete

Deletes the volumes of a storage pool.

Syntax

Attention: This command is intended for expert users. Depending on the pool type, the results range from no effect to loss of data. In particular, data is lost when a zfs or LVM group pool is deleted.

1  pool-delete!  --pool
2.1 <pool-name>
2.1 <pool-UUID>
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.

Usage

Managing storage pools

Example

This example deletes the volumes of storage pool pool1.
# virsh pool-delete pool1