File: gconfig-domain-device-disk.xml

package info (click to toggle)
libvirt-glib 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,592 kB
  • sloc: ansic: 21,146; xml: 591; sh: 471; python: 310; javascript: 30; makefile: 9
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>