Schema mandates a '<dir>' element, not '<directory>'.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
examples/xml/storage/pool-netfs.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/xml/storage/pool-netfs.xml b/examples/xml/storage/pool-netfs.xml
index d1df2e2b7c..446d4b41bd 100644
--- a/examples/xml/storage/pool-netfs.xml
+++ b/examples/xml/storage/pool-netfs.xml
@@ -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>
--
2.26.2