J jinjer Renowned Member Oct 4, 2010 204 7 83 Oct 14, 2011 #1 Hi, I would like to experiment with different caching schemes for disk IO under KVM. Normally, the caching scheme is passed to qemu via a "cache=none" statement. How do I obtain the same in proxmox? Thank you.
Hi, I would like to experiment with different caching schemes for disk IO under KVM. Normally, the caching scheme is passed to qemu via a "cache=none" statement. How do I obtain the same in proxmox? Thank you.
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,268 675 213 Austria www.proxmox.com Oct 14, 2011 #2 see 'man qm' - you can passe the same parameter in the config file.
J jinjer Renowned Member Oct 4, 2010 204 7 83 Oct 14, 2011 #3 dietmar said: see 'man qm' - you can passe the same parameter in the config file. Click to expand... Thans for the quick reply. So it will be cache: none in the config. thank you again, jinjer
dietmar said: see 'man qm' - you can passe the same parameter in the config file. Click to expand... Thans for the quick reply. So it will be cache: none in the config. thank you again, jinjer
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,268 675 213 Austria www.proxmox.com Oct 14, 2011 #4 jinjer said: cache: none Click to expand... no, i guess you should consult the manual page again. example: Code: ide0: local:101/vm-101-disk-1.raw,cache=none
jinjer said: cache: none Click to expand... no, i guess you should consult the manual page again. example: Code: ide0: local:101/vm-101-disk-1.raw,cache=none