Virsh vol-info: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
=Using Volume Name= | |||
<pre> | <pre> | ||
virsh vol-info --pool <storage-pool-name> <volume-name> | virsh vol-info --pool <storage-pool-name> <volume-name> | ||
</pre> | </pre> | ||
=Using Full Path= | |||
<pre> | <pre> | ||
virsh vol-info /<storage-pool-path>/<volume-file-name> | virsh vol-info /<storage-pool-path>/<volume-file-name> | ||
</pre> | </pre> | ||
=Using Volume Key= | |||
<pre> | <pre> | ||
virsh vol-info <unique-volume-key> | virsh vol-info <unique-volume-key> | ||
</pre> | </pre> |
Revision as of 16:45, 26 June 2017
Internal
Overview
Using Volume Name
virsh vol-info --pool <storage-pool-name> <volume-name>
Using Full Path
virsh vol-info /<storage-pool-path>/<volume-file-name>
Using Volume Key
virsh vol-info <unique-volume-key>