Virsh vol-create: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Overview= Volumes can be created from an XML definition file produced by a previous virsh vol-dumpxml command. virsh vol-create <''pool-name''> ./volume-definition-file.xm...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Internal= | |||
=Overview= | =Overview= | ||
Revision as of 22:40, 3 November 2017
Internal
Overview
Volumes can be created from an XML definition file produced by a previous virsh vol-dumpxml command.
virsh vol-create <pool-name> ./volume-definition-file.xml
virsh vol-create main-storage-pool ./node3.qcow2.xml
Note that at the moment of creation, the qcow2 volumes are empty, while the raw volumes show as fully allocated.