File: gconfig-domain-device-filesys.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 (15 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<domain>
  <devices>
    <filesystem type="file" accessmode="mapped">
      <driver type="nbd" format="qcow2"/>
      <source file="/path/to/source"/>
      <target dir="/path/to/target1"/>
      <readonly/>
    </filesystem>
    <filesystem type="ram" accessmode="passthrough">
      <driver type="path"/>
      <source usage="1234" units="bytes"/>
      <target dir="/path/to/target2"/>
    </filesystem>
  </devices>
</domain>