]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: storage: document the 'lvm2' disk format oddness
authorJán Tomko <jtomko@redhat.com>
Sat, 15 Jun 2019 12:47:37 +0000 (14:47 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 17 Jun 2019 14:14:24 +0000 (16:14 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/storage.html.in

index 4681a02023346324b64754de8efcea395d7aafa3..d242de7b93b5e55841f213e0af7545cdc89b098c 100644 (file)
       The formats <code>dos</code> ("msdos" in parted terminology,
       good for BIOS systems) or <code>gpt</code> (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 <code>lvm2</code>
+      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.
+    </p>
+    <p>
+      Building a pool of a certain format depends on its availability
+      in <code>parted</code>.
     </p>
 
     <h3>Valid volume format types</h3>