From ddcee85f7c67d105da5ea04c5ebef20ffa57c085 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Mon, 11 Jan 2010 01:20:56 +0100 Subject: [PATCH] Document the domain XML cache attribute for disk devices --- docs/formatdomain.html.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 46ab0ac0c1..af316998d0 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -343,7 +343,7 @@
           ...
           <disk type='file'>
-            <driver name="tap" type="aio">
+            <driver name="tap" type="aio" cache="default">
             <source file='/var/lib/xen/images/fv0'/>
             <target dev='hda' bus='ide'/>
             <encryption type='...'>
@@ -383,7 +383,9 @@
       
If the hypervisor supports multiple backend drivers, then the optional driver element allows them to be selected. The name attribute is the primary backend driver name, while the optional type - attribute provides the sub-type. Since 0.1.8 + attribute provides the sub-type. The optional cache attribute + controls the cache mechanism, possible values are "default", "none", + "writethrough" and "writeback". Since 0.1.8
encryption
If present, specifies how the volume is encrypted. See -- 2.47.2