mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
e1ea1b2af7
Move existing schema data to an input directory. Add extra files for more thorough XML testing.
23 lines
553 B
XML
23 lines
553 B
XML
<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>
|