From 4c37f4c4dd1b574bfb1aa342da653ef3cd89bc4e Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 29 Aug 2018 17:15:43 -0500 Subject: [PATCH] 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 --- docs/storage.html.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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

-- GitLab