Virsh pool-info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * virsh =Overview= <pre> virsh pool-info <pool-name> </pre>")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=


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


=Overview=
=Overview=


Returns basic information about the storage pool.
virsh pool-info <pool-name>
Example:
<pre>
virsh pool-info main-storage-pool
</pre>
<pre>
<pre>
virsh pool-info <pool-name>
Name:          main-storage-pool
UUID:          5e3b81b6-a596-404f-a091-ef738dc21df5
State:          running
Persistent:    yes
Autostart:      yes
Capacity:      874.04 GiB
Allocation:    32.17 MiB
Available:      874.01 GiB
</pre>
</pre>

Latest revision as of 00:23, 18 October 2017

Internal

Overview

Returns basic information about the storage pool.

virsh pool-info <pool-name>

Example:

virsh pool-info main-storage-pool
Name:           main-storage-pool
UUID:           5e3b81b6-a596-404f-a091-ef738dc21df5
State:          running
Persistent:     yes
Autostart:      yes
Capacity:       874.04 GiB
Allocation:     32.17 MiB
Available:      874.01 GiB