]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
disk: Provide a default storage source format type.
authorJohn Ferlan <jferlan@redhat.com>
Fri, 27 Feb 2015 00:39:36 +0000 (19:39 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 3 Mar 2015 03:42:25 +0000 (22:42 -0500)
commit832a9256b25504ec79cebe9db2784d7f05342f03
tree3418aab02e924d9664bb3f2af36a923ee634f04a
parente0e290552bbbbd449399c9144b6b5b442b973de7
disk: Provide a default storage source format type.

https://bugzilla.redhat.com/show_bug.cgi?id=1181062

According to the formatstorage.html description for <source> 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.
docs/storage.html.in
src/storage/storage_backend_disk.c