Virsh pool-destroy: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * virsh =Overview= <pre> virsh pool-destroy <pool-name> </pre>")
 
Line 4: Line 4:


=Overview=
=Overview=
Stops the specified pool. In this context, "destroy" means stop.
After stopping the pool, libvirt will no longer manage the storage described by the pool, but the raw data contained in the pool will not be changes, and can be later recovered with [[virsh poo-create]].


<pre>
<pre>
virsh pool-destroy <pool-name>
virsh pool-destroy <pool-name>
</pre>
</pre>

Revision as of 19:24, 28 June 2017

Internal

Overview

Stops the specified pool. In this context, "destroy" means stop.

After stopping the pool, libvirt will no longer manage the storage described by the pool, but the raw data contained in the pool will not be changes, and can be later recovered with virsh poo-create.


virsh pool-destroy <pool-name>