LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

virsh-pool-delete

Delete storage pool data

TLDR

Delete pool storage
$ virsh pool-delete [pool]
copy

SYNOPSIS

virsh pool-delete pool

DESCRIPTION

virsh pool-delete destroys the underlying storage for a pool. Removes all data from the storage pool. Pool must be stopped first. Configuration remains until pool-undefine is run.

CAVEATS

This permanently destroys all data in the pool. Cannot be undone.

SEE ALSO

Copied to clipboard
Kai