File: gconfig-domain-device-disk.xml

package info (click to toggle)
libvirt-glib 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,996 kB
  • sloc: ansic: 21,257; sh: 4,648; makefile: 825; xml: 288; python: 146; perl: 104
file content (9 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<domain>
  <devices>
    <disk type="file" device="disk">
      <source file="/tmp/foo/bar" startupPolicy="requisite"/>
      <target bus="ide" dev="hda"/>
      <driver name="qemu" cache="none" type="qcow2" copy_on_read="on"/>
    </disk>
  </devices>
</domain>