summaryrefslogtreecommitdiffstats
path: root/templates/node.xml
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2009-08-13 20:32:23 +1000
committerMartin Schwenke <martin@meltin.net>2009-08-13 20:32:23 +1000
commitca4ef9cf983908745c8da1eec8fc78cb56690731 (patch)
treeb8436e31d6b4edba9be7b2a14c101abc8b9a75e8 /templates/node.xml
parent29d2544bde5a70f286607503ad5a514fe98ed7d0 (diff)
downloadautocluster-ca4ef9cf983908745c8da1eec8fc78cb56690731.tar.gz
autocluster-ca4ef9cf983908745c8da1eec8fc78cb56690731.tar.xz
autocluster-ca4ef9cf983908745c8da1eec8fc78cb56690731.zip
When forcing writeback caching don't specify the image type.
libvirt 0.6.1-0ubuntu5.1 tries to pass a "fmt" option instead of a "format" option and kvm barfs. It seems fine without the image type. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'templates/node.xml')
-rw-r--r--templates/node.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/node.xml b/templates/node.xml
index ac869fa..dc836ff 100644
--- a/templates/node.xml
+++ b/templates/node.xml
@@ -21,7 +21,7 @@
<disk type='file' device='disk'>
<source file='@@DISK@@'/>
<target dev='@@DISK_PREFIX@@a' bus='@@DISK_TYPE@@'/>
- <driver name='qemu' type='qcow2' cache='writeback'/>
+ <driver name='qemu' cache='writeback'/>
</disk>
@@@SHAREDDISK_TEMPLATE@@@
<interface type='network'>