mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
examples: xml: Fix 'pool-netfs.xml' example
Schema mandates a '<dir>' element, not '<directory>'. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
873d484190
commit
fb6944d0ab
@ -2,7 +2,7 @@
|
|||||||
<name>virtimages</name>
|
<name>virtimages</name>
|
||||||
<source>
|
<source>
|
||||||
<host name="nfs.example.com"/>
|
<host name="nfs.example.com"/>
|
||||||
<directory path="/var/lib/virt/images"/>
|
<dir path="/var/lib/virt/images"/>
|
||||||
</source>
|
</source>
|
||||||
<target>
|
<target>
|
||||||
<path>/var/lib/virt/images</path>
|
<path>/var/lib/virt/images</path>
|
||||||
|
Loading…
Reference in New Issue
Block a user