diff --git a/docs/storage.html.in b/docs/storage.html.in
index 4681a02023..d242de7b93 100644
--- a/docs/storage.html.in
+++ b/docs/storage.html.in
@@ -359,7 +359,16 @@
The formats dos
("msdos" in parted terminology,
good for BIOS systems) or gpt
(good for UEFI
systems) are recommended for best portability - the latter is
- needed for disks larger than 2TB.
+ needed for disks larger than 2TB. Note that the lvm2
+ format refers to the physical volume format (i.e. the whole
+ disk is a physical volume - not the usual usage of LVM where
+ physical volumes are partitions). This is not really
+ a partition table and such pool cannot be built by libvirt,
+ only detected.
+
+ Building a pool of a certain format depends on its availability
+ in parted
.