mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
13 lines
343 B
XML
13 lines
343 B
XML
|
<domainsnapshot>
|
||
|
<name>my snap name</name>
|
||
|
<description>!@#$%^</description>
|
||
|
<disks>
|
||
|
<disk name='hdg' snapshot='external' type='network'>
|
||
|
<source protocol='gluster' name='volume/path'>
|
||
|
<host name='host' port='1234'/>
|
||
|
<seclabel model='dac' relabel='no'/>
|
||
|
</source>
|
||
|
</disk>
|
||
|
</disks>
|
||
|
</domainsnapshot>
|