]> xenbits.xensource.com Git - libvirt.git/commitdiff
storage: Fix mention of disk pool default
authorEric Blake <eblake@redhat.com>
Wed, 29 Aug 2018 22:15:43 +0000 (17:15 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 30 Aug 2018 14:15:42 +0000 (09:15 -0500)
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 <eblake@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
docs/storage.html.in

index e9e6ec742341f0d2cc00e9b149b02b614b53a8f5..9adcc2a87f0c8972a4bf1ac766b21d6b38b0e70b 100644 (file)
       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 <code>msdos</code> as the pool source format.
+      It will default to using <code>dos</code> as the pool source format.
     </p>
 
     <h3>Example pool input</h3>
       </li>
     </ul>
     <p>
-      The <code>dos</code> or <code>gpt</code> formats are recommended for
-      best portability - the latter is needed for disks larger than 2TB.
+      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.
     </p>
 
     <h3>Valid volume format types</h3>