File: pool-fs.xml

package info (click to toggle)
virt-manager 1%3A5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,404 kB
  • sloc: python: 45,877; xml: 29,099; makefile: 17; sh: 6
file content (14 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<pool type="fs">
  <name>pool-fs</name>
  <uuid>10211510-2115-1021-1510-211510211510</uuid>
  <capacity unit='bytes'>984373075968</capacity>
  <allocation unit='bytes'>756681687040</allocation>
  <available unit='bytes'>227691388928</available>
  <source>
    <format type="auto"/>
    <device path="/some/source/path"/>
  </source>
  <target>
    <path>/some/target/path</path>
  </target>
</pool>