From: John Ferlan
Date: Fri, 27 Feb 2015 00:39:36 +0000 (-0500)
Subject: disk: Provide a default storage source format type.
X-Git-Tag: v1.2.14-rc1~300
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832a9256;p=thirdparty%2Flibvirt.git
disk: Provide a default storage source format type.
https://bugzilla.redhat.com/show_bug.cgi?id=1181062
According to the formatstorage.html description for element
and "format" attribute: "All drivers are required to have a default
value for this, so it is optional."
As it turns out the disk backend did not choose a default value, so I
added a default of "msdos" if the source type is "unknown" as well as
updating the storage.html backend disk volume driver documentation to
indicate the default format is dos.
---
diff --git a/docs/storage.html.in b/docs/storage.html.in
index f920dae00f..b9b503de82 100644
--- a/docs/storage.html.in
+++ b/docs/storage.html.in
@@ -346,6 +346,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.