File: disk_snapshot.xml

package info (click to toggle)
libvirt 1.2.9-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 173,536 kB
  • sloc: ansic: 463,129; xml: 68,283; sh: 16,393; makefile: 4,588; python: 3,705; perl: 3,675; ml: 470; sed: 16
file content (33 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<domainsnapshot>
  <name>my snap name</name>
  <description>!@#$%^</description>
  <disks>
    <disk name='/dev/HostVG/QEMUGuest1'/>
    <disk name='hdb' snapshot='no'/>
    <disk name='hdc' snapshot='internal'/>
    <disk name='hdd' snapshot='external' type='file'>
      <driver type='qed'/>
    </disk>
    <disk name='hde' snapshot='external' type='file'>
      <source file='/path/to/new'/>
    </disk>
    <disk name='hde' snapshot='external' type='file'>
      <source file='/path/to/new2'/>
    </disk>
    <disk name='hdf' snapshot='external' type='block'>
      <source dev='/path/to/new3'/>
    </disk>
    <disk name='hdg' snapshot='external' type='network'>
      <source protocol='gluster' name='volume/path'>
        <host name='host' port='1234'/>
      </source>
    </disk>
    <disk name='hdh' snapshot='external' type='network'>
      <source protocol='rbd' name='name'>
        <host name='host' port='1234'/>
        <host name='host2' port='1234' transport='rdma'/>
        <host name='host3' port='1234'/>
      </source>
    </disk>
  </disks>
</domainsnapshot>