mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
7076b4b72c
Add support for specifying various types when doing snapshots. This will later allow to do snapshots on network backed volumes. Disks of type 'volume' are not supported by snapshots (yet). Also amend the test suite to check parsing of the various new disk types that can now be specified.
10 lines
208 B
XML
10 lines
208 B
XML
<domainsnapshot>
|
|
<name>asdf</name>
|
|
<description>adsf</description>
|
|
<disks>
|
|
<disk name='vda' snapshot='external' type='file'>
|
|
<source file='/tmp/foo'/>
|
|
</disk>
|
|
</disks>
|
|
</domainsnapshot>
|