use two blank line before the next <h2>, which helps reading the source
file.
I find the html file still hard to read as there is no clear separation
between different storage pool types. Some CSS tweaks would be
appreciated.
Signed-off-by: Philipp Hahn <hahn(a)univention.de>
---
docs/storage.html.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/storage.html.in b/docs/storage.html.in
index 8391f85..14eba20 100644
--- a/docs/storage.html.in
+++ b/docs/storage.html.in
@@ -115,6 +115,7 @@
</li>
</ul>
+
<h2><a name="StorageBackendDir">Directory
pool</a></h2>
<p>
A pool with a type of <code>dir</code> provides the means to manage
@@ -165,7 +166,6 @@
either <code>qemu-img</code> or <code>qcow-create</code>
tools
are present. The others are dependent on support of the
<code>qemu-img</code> tool.
-
</p>
<h2><a name="StorageBackendFS">Filesystem
pool</a></h2>
@@ -455,6 +455,7 @@
The iSCSI volume pool does not use the volume format type element.
</p>
+
<h2><a name="StorageBackendSCSI">SCSI volume
pools</a></h2>
<p>
This provides a pool based on a SCSI HBA. Volumes are preexisting SCSI
@@ -487,6 +488,7 @@
The SCSI volume pool does not use the volume format type element.
</p>
+
<h2><a name="StorageBackendMultipath">Multipath
pools</a></h2>
<p>
This provides a pool that contains all the multipath devices on the
@@ -519,6 +521,7 @@
The Multipath volume pool does not use the volume format type element.
</p>
+
<h2><a name="StorageBackendRBD">RBD pools</a></h2>
<p>
This storage driver provides a pool which contains all RBD
@@ -590,6 +593,7 @@
The RBD pool does not use the volume format type element.
</p>
+
<h2><a name="StorageBackendSheepdog">Sheepdog
pools</a></h2>
<p>
This provides a pool based on a Sheepdog Cluster.
--
1.7.10.4