Virsh vol-upload: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= =Overview= virsh vol-upload <''volume-name''> <''content-file''> --pool <''storage-pool-name''> --offset 0 virsh vol-upload]] node3.qcow2 ./node3.qcow2.downloa...")
 
No edit summary
Line 6: Line 6:


  virsh vol-upload]] node3.qcow2 ./node3.qcow2.download --pool main-storage-pool --offset 0
  virsh vol-upload]] node3.qcow2 ./node3.qcow2.download --pool main-storage-pool --offset 0
--offset 0 is important otherwise the upload will take place at the end of the volume.

Revision as of 23:01, 3 November 2017

Internal

Overview

virsh vol-upload <volume-name> <content-file> --pool <storage-pool-name> --offset 0
virsh vol-upload]] node3.qcow2 ./node3.qcow2.download --pool main-storage-pool --offset 0