File: pool-netfs.xml

package info (click to toggle)
virtinst 0.500.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,084 kB
  • ctags: 2,393
  • sloc: python: 14,166; xml: 5,181; sh: 126; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<pool type='netfs'>
  <name>pool-netfs</name>
  <uuid>11010111-6102-1151-1010-111610211511</uuid>
  <source>
    <format type="auto"/>
    <host name="some.random.hostname"/>
    <dir path="/some/source/path"/>
  </source>
  <target>
    <path>/some/target/path</path>
  </target>
</pool>