<div dir="ltr"><br><div class="gmail_quote"><div class="HOEnZb"><div class="h5">I spent quite some time figuring that backingStore info<br>
isn't included in the dom xml, unless guest is up and<br>
running. Hopefully putting that in the doc should help.<br>
<br>
This patch adds that info to the doc.<br>
<br>
Signed-off-by: Deepak C Shetty <<a href="mailto:deepakcs@redhat.com">deepakcs@redhat.com</a>><br>
---<br>
 docs/<a href="http://formatdomain.html.in" target="_blank">formatdomain.html.in</a> | 7 ++++++-<br>
 1 file changed, 6 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/docs/<a href="http://formatdomain.html.in" target="_blank">formatdomain.html.in</a> b/docs/<a href="http://formatdomain.html.in" target="_blank">formatdomain.html.in</a><br>
index ab51982..a41c2c6 100644<br>
--- a/docs/<a href="http://formatdomain.html.in" target="_blank">formatdomain.html.in</a><br>
+++ b/docs/<a href="http://formatdomain.html.in" target="_blank">formatdomain.html.in</a><br>
@@ -2113,7 +2113,12 @@<br>
         and only used for output to describe the detected backing chains.<br>
         <span class="since">Since 1.2.4</span>. An empty<br>
         <code>backingStore</code> element means the sibling source is<br>
-        self-contained and is not based on any backing store. The following<br>
+        self-contained and is not based on any backing store. Note that<br>
+        <code>backingStore</code> info is included in the output only when<br>
+        the guest is up and running, otherwise it's not included. For accurate<br>
+        <code>backingStore</code> info, when using external snapshot with the<br>
+        destination of a existing file, the snapshot must be created with<br>
+        backing file format specified in the metadata. The following<br>
         attributes and sub-elements are supported in<br>
         <code>backingStore</code>:<br>
         <dl><br>
--<br>
1.9.3<br>
<br>
</div></div></div><br></div>