libvirt/tests/storagepoolschemadata/dir-missing-target-path-invalid.xml
Ján Tomko a07b88ee03 schema: require target path in storage pool xml
Make target path mandatory for pool types that require target,
since we refuse to parse a target without a path.

https://bugzilla.redhat.com/show_bug.cgi?id=893273
2013-05-17 08:33:22 +02:00

13 lines
201 B
XML

<pool type='dir'>
<name>test</name>
<source>
</source>
<target>
<permissions>
<mode>0700</mode>
<owner>-1</owner>
<group>-1</group>
</permissions>
</target>
</pool>