When the cache space fills up, I/O will be queued until an empty cache slot is available. This is because PowerMax operates as a cache-centric architecture, where all data is passed through cache before being stored on disk. Cache is used to buffer incoming and outgoing data, as well as to support various functions such as replication and data reduction. When cache is full, the array cannot accept any more data until some cache slots are freed up by flushing data to disk or invalidating stale data. Therefore, answer B is correct.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit