Comment 11 for bug 341310

Revision history for this message
Karsten W. Rohrbach (byteborg) wrote :

In the KVM case define your backing store as non-cached:

    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='none'/>
      <source dev='/dev/XXX'/>
      <target dev='vda' bus='virtio'/>
    </disk>