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>")
 
Line 7: Line 7:
<pre>
<pre>
virsh pool-info <pool-name>
virsh pool-info <pool-name>
</pre>
Example:
<pre>
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
</pre>
</pre>

Revision as of 16:14, 26 June 2017

Internal

Overview

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