CONTAP-401387: Do RETRIEVE in RW Mode While Sending Subsequent Retrieves Associated with a RW Cached Inode
Issue
If a RW cache already exists, subsequent retrieves associated with the cached inode should specify the mode as READWRITE. Currently, if the mode is specified as READONLY, it leads to the eviction of the RW cache. This issue impacts the efficiency of cache operations, particularly when the cache volume needs to fetch missing buffers from the origin to service READ/WRITE operations.