[libvirt] [PATCH 04/10] docs: storage: Fix backingStore <format> docs

Daniel Veillard veillard at redhat.com
Wed Feb 24 08:57:58 UTC 2010


On Mon, Feb 22, 2010 at 05:10:52PM -0500, Cole Robinson wrote:
> 
> Signed-off-by: Cole Robinson <crobinso at redhat.com>
> ---
>  docs/formatstorage.html.in |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in
> index 14fa655..7ececed 100644
> --- a/docs/formatstorage.html.in
> +++ b/docs/formatstorage.html.in
> @@ -300,7 +300,7 @@
>          ...
>          <backingStore>
>            <path>/var/lib/virt/images/master.img</path>
> -          <format>raw</format>
> +          <format type='raw'/>
>            <permissions>
>              <owner>107</owner>
>              <group>107</group>
> @@ -320,7 +320,8 @@
>        <dd>Provides information about the pool specific backing store format.
>          For disk pools it will provide the partition type. For filesystem
>          or directory pools it will provide the file format type, eg cow,
> -        qcow, vmdk, raw. Consult the pool-specific docs for the list of valid
> +        qcow, vmdk, raw. The actual format is specified via the type attribute.
> +        Consult the pool-specific docs for the list of valid

  having a link for "pool-specific docs" would be a nice improvement :-)

>          values. Most file formats require a backing store of the same format,
>          however, the qcow2 format allows a different backing store format.
>          <span class="since">Since 0.6.0</span></dd>

  ACK,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list