Currently, the original VM image is cached, even when cache-after-prepare is in use. This results in two copies being cached when the prepared version is saved later, which can result in unwanted evictions, especially for the bigger VMs (e.g. Solaris).
Would it be possible to stop the original VM from being cached? The disable-cache switch currently turns off both; it would be useful to be able to disable caching of the pre-prepare version independently.
Currently, the original VM image is cached, even when
cache-after-prepareis in use. This results in two copies being cached when the prepared version is saved later, which can result in unwanted evictions, especially for the bigger VMs (e.g. Solaris).Would it be possible to stop the original VM from being cached? The
disable-cacheswitch currently turns off both; it would be useful to be able to disable caching of the pre-prepare version independently.