---
title: "Known Limitations"
canonical: "https://docs.infoblox.com/space/NKHOIG/35753636/Known%20Limitations"
format: markdown
---
vNIOS for KVM supports most of the features of the Infoblox NIOS appliances, with the following limitations:

- vNIOS appliances run on virtual hardware. They do not have sensors to monitor the physical CPU temperature, fan speed, and system temperature.
- Changing the vNIOS appliance settings through KVM may violate the terms of the vNIOS licensing and support models. The vNIOS appliance may not join the Grid or function properly.
- If you get the message` error: Unable to read from monitor: Connection reset by peer` when starting a vNIOS instance in KVM hypervisor, check the memory of the hypervisor. Failure to start an instance may be due to the lack of memory.
- <span style="color: #111111">At certain times, a</span><span style="color: #212121"> power failure (or an unexpected reboot) of the VM host may cause a corruption of the VM guest unless writes are correctly persisted. To do this, you must have an NVRAM-based disk controller on the host system and turn-off disk caching. That is, </span><span style="color: #111111">you must set the value of the </span>`disk_cachemodes`<span style="color: #111111"> parameter to </span>`writethrough`<span style="color: #212121">.</span>
  - <span style="color: #212121">To set the cache mode to </span>`writethrough`<span style="color: #212121">, pass the </span>`cache=writethrough`<span style="color: #212121"> parameter in the </span>`virt-install`<span style="color: #212121"> command.</span>
  - <span style="color: #212121">To validate this setting in the instance, edit the guest XML file as follows:</span>  
<span style="color: #212121">Configure the cache mode by updating the </span>`cache`<span style="color: #212121"> parameter inside the </span>`driver`<span style="color: #212121"> tag to specify a caching option.</span>  
<span style="color: #212121">For example, to set the </span>`cache`<span style="color: #212121"> parameter to </span>`writethrough`<span style="color: #212121">: </span>  
`<disk type='file' device='disk'>`  
`<driver name='qemu' type='qcow2' cache='writethrough'/>`  
`<source file='/home/vms/mygm.qcow2' index='1'/>`  
`<backingStore/>`  
`<target dev='vda' bus='virtio'/>`  
`<alias name='virtio-disk0'/>`  
`><address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/>`  
`</disk>`