KVM Virtualization Storage Pool Info: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Linux Virtualization Operations") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Linux_Virtualization_Operations#Storage_Pool_Operations|Linux Virtualization Operations]] | * [[Linux_Virtualization_Operations#Storage_Pool_Operations|Linux Virtualization Operations]] | ||
=Overview= | |||
* [[Virsh pool-list|virsh pool-list]] - list storage pools available on the virtualization host. | |||
* [[Virsh pool-info|virsh pool-info]] - basic information about the storage pool. | |||
* [[Virsh_pool-dumpxml|virsh pool-dumpxml]] - dumps the XML configuration of the specified storage pool. | |||
* [[Virsh vol-list|virsh vol-list]] - return the list of volumes in the specified storage pool. | |||
* [[virsh vol-info|virsh vol-info]] - returns basic information about the storage volume. |
Latest revision as of 00:28, 18 October 2017
Internal
Overview
- virsh pool-list - list storage pools available on the virtualization host.
- virsh pool-info - basic information about the storage pool.
- virsh pool-dumpxml - dumps the XML configuration of the specified storage pool.
- virsh vol-list - return the list of volumes in the specified storage pool.
- virsh vol-info - returns basic information about the storage volume.