Add format/@type entries to examples to show what the text is talking
about.
Signed-off-by: Philipp Hahn <hahn(a)univention.de>
---
docs/storage.html.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/storage.html.in b/docs/storage.html.in
index 92d7842..930d603 100644
--- a/docs/storage.html.in
+++ b/docs/storage.html.in
@@ -185,6 +185,7 @@
<name>virtimages</name>
<source>
<device path="/dev/VolGroup00/VirtImages"/>
+ <format type="auto"/>
</source>
<target>
<path>/var/lib/virt/images</path>
@@ -258,6 +259,7 @@
<source>
<host name="nfs.example.com"/>
<dir path="/var/lib/virt/images"/>
+ <format type="auto"/>
</source>
<target>
<path>/var/lib/virt/images</path>
@@ -306,6 +308,7 @@
<device path="/dev/sda1"/>
<device path="/dev/sdb1"/>
<device path="/dev/sdc1"/>
+ <format type="lvm2"/>
</source>
<target>
<path>/dev/HostVG</path>
@@ -343,6 +346,7 @@
<name>sda</name>
<source>
<device path='/dev/sda'/>
+ <format type='gpt'/>
</source>
<target>
<path>/dev</path>
--
1.7.10.4