]> git.ipfire.org Git - thirdparty/libvirt.git/commit
doc: Fix doc for backingStore
authorDeepak Shetty <dpkshetty@gmail.com>
Wed, 18 Mar 2015 13:48:22 +0000 (19:18 +0530)
committerEric Blake <eblake@redhat.com>
Wed, 18 Mar 2015 21:21:46 +0000 (15:21 -0600)
commit060f4c666e1b2fe81ec3e21ef28a262a290471f4
tree343817da89394fbfae243cf6df2ed3ef34a80d4a
parente2660cb8a697cbbeb2486c4b2eb99fe8dcf8212b
doc: Fix doc for backingStore

I spent quite some time figuring that backingStore info
isn't included in the dom xml, unless guest is up and
running. Hopefully putting that in the doc should help.

Also, several people have complained that libvirt reports
a backing file as raw, even though they expected it to be
qcow2; where the culprit is usually the user forgetting to
create the file with qemu-img create -o backing_fmt=qcow2.

This patch adds that info to the doc.

Signed-off-by: Deepak C Shetty <deepakcs@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
docs/formatdomain.html.in