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.
16 lines
315 B
XML
16 lines
315 B
XML
<pool type="scsi">
|
|
<name>hba0</name>
|
|
<uuid>e9392370-2917-565e-692b-d057f46512d6</uuid>
|
|
<source>
|
|
<adapter name="host0"/>
|
|
</source>
|
|
<target>
|
|
<path>/dev/disk/by-path</path>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<owner>0</owner>
|
|
<group>0</group>
|
|
</permissions>
|
|
</target>
|
|
</pool>
|