mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
a07b88ee03
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
13 lines
201 B
XML
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>
|