KVM Virtualization Storage Volume Info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with " vol-list vol-info vol-name vol-path vol-key")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
vol-list vol-info vol-name vol-path vol-key
=Internal=
 
* [[Linux_Virtualization_Operations#Virtualization_Host_Storage_Volume_Operations|Linux Virtualization Operations]]
 
=Overview=
 
=List the Storage Volumes in a Pool=
 
The list of storage volumes, and additional details, can be obtained with:
 
[[Virsh vol-list|virsh vol-list]] <''storage-pool-name''> --details
 
Example:
<syntaxhighlight lang='bash'>
virsh vol-list main-storage-pool --details
</syntaxhighlight>
 
=Storage Volume Information=
 
[[Virsh vol-info|virsh vol-info]]
 
[[Virsh vol-name|virsh vol-name]]
 
[[Virsh vol-path |virsh vol-path]]
 
[[Virsh vol-key |virsh vol-key]]

Latest revision as of 23:50, 18 April 2021

Internal

Overview

List the Storage Volumes in a Pool

The list of storage volumes, and additional details, can be obtained with:

virsh vol-list <storage-pool-name> --details

Example:

virsh vol-list main-storage-pool --details

Storage Volume Information

virsh vol-info
virsh vol-name
virsh vol-path
virsh vol-key