[libvirt] [PATCH 2/2] docs: Adjust pool/vol target output

John Ferlan jferlan at redhat.com
Wed Dec 7 15:31:51 UTC 2016


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 <jferlan at 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 @@
       <mode>0744</mode>
       <label>virt_image_t</label>
     </permissions>
-    <timestamps>
-      <atime>1341933637.273190990</atime>
-      <mtime>1341930622.047245868</mtime>
-      <ctime>1341930622.047245868</ctime>
-    </timestamps>
-    <encryption type='...'>
-      ...
-    </encryption>
   </target>
 </pool></pre>
 
@@ -585,6 +577,14 @@
     <mode>0744</mode>
     <label>virt_image_t</label>
   </permissions>
+  <timestamps>
+    <atime>1341933637.273190990</atime>
+    <mtime>1341930622.047245868</mtime>
+    <ctime>1341930622.047245868</ctime>
+  </timestamps>
+  <encryption type='...'>
+    ...
+  </encryption>
   <compat>1.1</compat>
   <nocow/>
   <features>
-- 
2.7.4




More information about the libvir-list mailing list