hsato03 commented on PR #10282: URL: https://github.com/apache/cloudstack/pull/10282#issuecomment-3338624514
> tested in lab: `<driver name='qemu' type='qcow2' cache='none’/>`, `<driver name='qemu' type='qcow2' cache='writeback’/>` or `<driver name='qemu' type='qcow2' cache='writethrough’/>` but `<driver name='qemu' type='qcow2'/>` when hypervisor default is choosen! Hi @DaanHoogland , thanks for testing! Actually, this is the expected behavior. If the `cache` attribute is not present in the `driver` element, the `hypervisor default` cache mode is being used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
