On 02/26/2013 05:56 PM, Eric Blake wrote: > On 02/26/2013 05:41 AM, Philipp Hahn wrote: >> Add qed for dirfs pool. >> Add ocfs2 for disk pool. >> Add lvm2 for disk and logical pool. >> Add cifs and glusterfs for netfs pool. >> >> Note: POOL_DISK_LVM2 can not be created by "parted mklabel", but is only >> returned from auto-detection on disk pools. >> >> Signed-off-by: Philipp Hahn <[email protected]> >> --- >> docs/storage.html.in | 20 +++++++++++++++++++- >> 1 file changed, 19 insertions(+), 1 deletion(-) > > ACK, and I will push before 1.0.3.
Actually, this failed to build:
Validating storage.html
storage.html.tmp:535: element ul: validity error : Element ul content
does not follow the DTD, expecting (li)+, got (li li h3 p h2 p h3)
</ul>
^
I made the appropriate tweak:
diff --git i/docs/storage.html.in w/docs/storage.html.in
index 92d7842..756d4b9 100644
--- i/docs/storage.html.in
+++ w/docs/storage.html.in
@@ -321,6 +321,7 @@
<li>
<code>lvm2</code>
</li>
+ </ul>
<h3>Valid volume format types</h3>
<p>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
