When Tier 1 fills up, does Compellent write to Tier 2 directly? or will it first move data out of Tier 1 and into Tier 2 and then commit the write to Tier 1?
Yup. Figure out how much data you would write to T1 in the span of time between the snap schedule you want and then add whatever for growth and you have your T1 capacity requirement for a multi flash tier config anyways.
Flash T1 & T2 - ODDP would prevent T1 from filling and manually run ODDP to push data out of T1 once I believe it hits around 90% utilization
Flash T1 & Spinning T2 - works the same way as above
---- You generally dont want ODDP doing forced write flushes, you want to try to have enough capacity for the writes to flow more "normal" down the tiers. Lots of writes + forced flush at the same time = possible slowness in performance
All Spinning - yes it would if your profile allows it, sometimes we see systems that are using R10DM "unexpectedly" because the system was forced to do writes in T3.
That makes sense. So instead of a force flush, a good idea would be to have a replay profile that ran every 5 hours or so, automatically freeing up the space and moving it to Tier 2.
BVienneau
115 Posts
2016
0
Posted June 9th, 2016 14:00
Yup. Figure out how much data you would write to T1 in the span of time between the snap schedule you want and then add whatever for growth and you have your T1 capacity requirement for a multi flash tier config anyways.