File: gconfig-domain-device-filesys.xml

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