How data replication works in tiering environment

cypher

Newcomer
Joined
Feb 5, 2007
Messages
1
Reaction score
0
Points
0
If I have a production dir-container storage pool doing data replication to DR container pool (include stg protect and node replication), now I want to implement data tiering from the source container pool to a cloud storage pool, how does the data replication handle this situation?
The goal is ONLY replicate the data in main container pool, the data in cloud can be considered already DR protected. I know the protect stgpool can sync the data between the source and target container pool. However how the node replication works if data in a particular node is partially in the source container pool and cloud pool?
 
replication as you said is at the node level, it doesn’t care where the data resides. But if you replicate daily and tier older data, the tiered data will already have been replicated and will not be replicated again because it was moved to a different pool.

Is that what you were asking?
 
Back
Top