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>")
 
 
(One intermediate revision by the same user not shown)
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 pool-create]].


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

Latest 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 pool-create.

virsh pool-destroy <pool-name>