File: pool-disk.xml

package info (click to toggle)
libvirt 1.2.9-9%2Bdeb8u2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 174,088 kB
  • sloc: ansic: 463,160; xml: 68,283; sh: 16,392; makefile: 4,584; python: 3,705; perl: 3,675; ml: 470; sed: 16
file content (19 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<pool type='disk'>
  <name>sda</name>
  <uuid>e3509a62-1b4c-e20b-94bd-9168963f9b97</uuid>
  <capacity unit='bytes'>0</capacity>
  <allocation unit='bytes'>0</allocation>
  <available unit='bytes'>0</available>
  <source>
    <device path='/dev/sda'/>
    <format type='dos'/>
  </source>
  <target>
    <path>/dev</path>
    <permissions>
      <mode>0700</mode>
      <owner>0</owner>
      <group>0</group>
    </permissions>
  </target>
</pool>