From: Eric Blake
Date: Wed, 29 Aug 2018 22:15:43 +0000 (-0500)
Subject: storage: Fix mention of disk pool default
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4c37f4c4dd1b574bfb1aa342da653ef3cd89bc4e;p=libvirt.git
storage: Fix mention of disk pool default
The default disk storage pool type in XML is 'dos', not 'msdos'.
But tweak wording to keep the term 'msdos' in the text for the
sake of grep searches.
Signed-off-by: Eric Blake
Reviewed-by: John Ferlan
---
diff --git a/docs/storage.html.in b/docs/storage.html.in
index e9e6ec7423..9adcc2a87f 100644
--- a/docs/storage.html.in
+++ b/docs/storage.html.in
@@ -310,7 +310,7 @@
on the size and placement of volumes. The 'free extents'
information will detail the regions which are available for creating
new volumes. A volume cannot span across 2 different free extents.
- It will default to using msdos
as the pool source format.
+ It will default to using dos
as the pool source format.
Example pool input
@@ -357,8 +357,10 @@
- The dos
or gpt
formats are recommended for
- best portability - the latter is needed for disks larger than 2TB.
+ 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.
Valid volume format types