Changes

Jump to: navigation, search

KVM

285 bytes added, 16:38, 14 July 2018
Manage sorages
A storage pool is a quantity of storage set aside by an administrator, often a dedicated storage administrator, for use by virtual machines. Storage pools are divided into storage volumes either by the storage administrator or the system administrator, and the volumes are assigned to VMs as block devices.
===Pools===
<pre>
# virsh pool-list --details
<pre>
# virsh pool-info default
Name: default
UUID: 9cfd52e2-64d7-4d55-9552-5ae6da49105b
State: running
Persistent: yes
Autostart: yes
Capacity: 68.78 GiB
Allocation: 49.12 GiB
Available: 19.66 GiB
</pre>
 
 
===Volumes===
Ha erről másképpen nem rendelkezünk, akkor az új vm-ek a default pool-ba jönnek létre. Listázzuk a pool-ban lévő volume-okat.

Navigation menu