]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
examples: xml: Fix 'pool-netfs.xml' example
authorPeter Krempa <pkrempa@redhat.com>
Tue, 6 Oct 2020 15:29:58 +0000 (17:29 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 Oct 2020 07:05:10 +0000 (09:05 +0200)
Schema mandates a '<dir>' element, not '<directory>'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
examples/xml/storage/pool-netfs.xml

index d1df2e2b7ce6f5a93495913c647bdbb1ce08dd64..446d4b41bd48a5c85ab8f91e50a8a5bcea147ae2 100644 (file)
@@ -2,7 +2,7 @@
   <name>virtimages</name>
   <source>
     <host name="nfs.example.com"/>
-    <directory path="/var/lib/virt/images"/>
+    <dir path="/var/lib/virt/images"/>
   </source>
   <target>
     <path>/var/lib/virt/images</path>