File: pool-disk.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-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<pool type='disk'>
  <name>pool-disk</name>
  <uuid>10010511-5107-1001-0511-510710010511</uuid>
  <source>
    <format type="dos"/>
    <device path="/some/source/path"/>
  </source>
  <target>
   <path>/some/target/path</path>
  </target>
</pool>