summaryrefslogtreecommitdiff
path: root/tests/storagevolxml2xmlin/vol-qcow2-nobacking.xml
blob: a21a68d4179740d1af85d2a17a865e30328ae162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<volume>
  <name>OtherDemo.img</name>
  <key>/var/lib/libvirt/images/OtherDemo.img</key>
  <source>
  </source>
  <capacity unit="G">5</capacity>
  <allocation>294912</allocation>
  <target>
    <path>/var/lib/libvirt/images/OtherDemo.img</path>
    <format type='qcow2'/>
    <permissions>
      <mode>0644</mode>
      <owner>0</owner>
      <group>0</group>
      <label>unconfined_u:object_r:virt_image_t:s0</label>
    </permissions>
  </target>
</volume>