Virsh vol-clone: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * virsh =Overview= virsh vol-clone --pool <storage-pool-name> <source-volume-name> <new-volume-name> =Example= virsh vol-clone --pool main...")
 
No edit summary
Line 1: Line 1:
=External=
* https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/sect-Storage_Volumes-Cloning_volumes.html
=Internal=
=Internal=



Revision as of 21:45, 30 June 2017

External

Internal

Overview

virsh vol-clone --pool <storage-pool-name> <source-volume-name> <new-volume-name>

Example

virsh vol-clone --pool main-storage-pool test-volume test-volume.raw
virsh vol-list --pool main-storage-pool