Looks like the <timestamps> and <encryption> were put in the wrong
place... They're not <pool> elements, rather they are <volume> elements

Signed-off-by: John Ferlan <jfer...@redhat.com>
---
 docs/formatstorage.html.in | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in
index ed1f0d1..f1be511 100644
--- a/docs/formatstorage.html.in
+++ b/docs/formatstorage.html.in
@@ -396,14 +396,6 @@
       &lt;mode&gt;0744&lt;/mode&gt;
       &lt;label&gt;virt_image_t&lt;/label&gt;
     &lt;/permissions&gt;
-    &lt;timestamps&gt;
-      &lt;atime&gt;1341933637.273190990&lt;/atime&gt;
-      &lt;mtime&gt;1341930622.047245868&lt;/mtime&gt;
-      &lt;ctime&gt;1341930622.047245868&lt;/ctime&gt;
-    &lt;/timestamps&gt;
-    &lt;encryption type='...'&gt;
-      ...
-    &lt;/encryption&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
@@ -585,6 +577,14 @@
     &lt;mode&gt;0744&lt;/mode&gt;
     &lt;label&gt;virt_image_t&lt;/label&gt;
   &lt;/permissions&gt;
+  &lt;timestamps&gt;
+    &lt;atime&gt;1341933637.273190990&lt;/atime&gt;
+    &lt;mtime&gt;1341930622.047245868&lt;/mtime&gt;
+    &lt;ctime&gt;1341930622.047245868&lt;/ctime&gt;
+  &lt;/timestamps&gt;
+  &lt;encryption type='...'&gt;
+    ...
+  &lt;/encryption&gt;
   &lt;compat&gt;1.1&lt;/compat&gt;
   &lt;nocow/&gt;
   &lt;features&gt;
-- 
2.7.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to