File: pool-fs.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 (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<pool type='fs'>
  <name>pool-fs</name>
  <uuid>10211510-2115-1021-1510-211510211510</uuid>
  <source>
    <format type='auto'/>
    <device path='/some/source/path'/>
  </source>
  <target>
    <path>/some/target/path</path>
  </target>
</pool>