Virsh pool-autostart: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * virsh =Overview= Configures the storage pool to start every time libvirtd starts. <pre> virsh pool-autostart main-storage-pool </pre>")
 
No edit summary
 
Line 5: Line 5:
=Overview=
=Overview=


Configures the storage pool to start every time [[libvirtd]] starts.
Configures the storage pool to start every time [[Linux_Virtualization_Concepts#libvirtd|libvirtd]] starts.


<pre>
<pre>
virsh pool-autostart main-storage-pool
virsh pool-autostart main-storage-pool
</pre>
</pre>

Latest revision as of 20:29, 27 June 2017

Internal

Overview

Configures the storage pool to start every time libvirtd starts.

virsh pool-autostart main-storage-pool