~clint-fewbar/+junk/server-tests-reboot

« back to all changes in this revision

Viewing changes to libvirt.xml

  • Committer: Clint Byrum
  • Date: 2012-02-04 19:35:53 UTC
  • Revision ID: clint@ubuntu.com-20120204193553-8bq8u11jnhw70fy6
use cache=unsafe to speed up tests (added in libvirt 0.9.7)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        <devices>
38
38
{% for  disk in disks  %}
39
39
                <disk type='file' device='disk'>
40
 
                        <driver name='qemu' type='qcow2'/>
 
40
                        <driver name='qemu' type='qcow2' cache='unsafe'/>
41
41
                        <source file='{{ disk.source }}'/>
42
42
                        <target dev='{{ disk.target }}' bus='{{ disk.bus }}'/>
43
43
                </disk>