Virsh pool-list: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


* [[Virsh#Commands|virsh]]
* [[Virsh#Commands|virsh]]
* [[Linux Virtualization Info]]
* [[KVM Virtualization Storage Pool Info|KVM Virtualization Storage Pool Info Operations]]


=Overview=
=Overview=


<pre>
List storage pools available on the virtualization host.
virsh pool-list --all
 
</pre>
virsh pool-list --all [--details]
 
virsh pool-list --all --details
Name              State    Autostart  Persistent    Capacity  Allocation  Available
---------------------------------------------------------------------------------------
iso-images        running  yes        yes          49.98 GiB    9.85 GiB  40.12 GiB
main-storage-pool  running  yes        yes        874.04 GiB  556.66 GiB  317.38 GiB

Latest revision as of 00:25, 18 October 2017

Internal

Overview

List storage pools available on the virtualization host.

virsh pool-list --all [--details]
virsh pool-list --all --details

Name               State    Autostart  Persistent    Capacity  Allocation   Available
---------------------------------------------------------------------------------------
iso-images         running  yes        yes          49.98 GiB    9.85 GiB   40.12 GiB
main-storage-pool  running  yes        yes         874.04 GiB  556.66 GiB  317.38 GiB