File: pool-disk.xml

package info (click to toggle)
libvirt 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212,536 kB
  • sloc: ansic: 537,688; xml: 342,012; python: 12,056; perl: 2,626; sh: 2,175; makefile: 448; javascript: 126; cpp: 22
file content (22 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<pool type='disk'>
  <name>sda</name>
  <uuid>e3509a62-1b4c-e20b-94bd-9168963f9b97</uuid>
  <capacity>100027630080</capacity>
  <allocation>100027597824</allocation>
  <available>0</available>
  <source>
    <device path='/dev/sda'>
      <freeExtent start='370137600' end='567544320'/>
      <freeExtent start='987033600' end='1044610560'/>
    </device>
    <format type='dos'/>
  </source>
  <target>
    <path>/dev</path>
    <permissions>
      <mode>0700</mode>
      <owner>0</owner>
      <group>0</group>
    </permissions>
  </target>
</pool>