From f8a53a0795769a31160279395ab34a7ee448e3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Sat, 15 Jun 2019 14:47:37 +0200 Subject: [PATCH] docs: storage: document the 'lvm2' disk format oddness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ján Tomko --- docs/storage.html.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.

Valid volume format types