What is the realization principle of linked clone icache?
Accelerate the operation of virtual machines by caching the hot data of the linked clone parent volume into the memory cache of the host
The purpose of
Reduce the IOPS pressure on the parent volume storage itself
When requesting to read data, read it from the leading memory cache, if it cannot be read from the memory cache, it will be sent to the storage
Read data
Effectively improve the startup speed of linked clone virtual machines
Submit