But that's about it. I'm not saying its not awesome, because it is. I'm just saying, there can be more.
If you just think about it, NetApp already has a Cluster concept (Cdot) which allow different tiers (For example mixing an AFF with a FAS) and we already have the capability to move volumes between those tiers (vol move).
The only piece missing is automating it.
What do we need ?
- Data : so we know if something is slow or fast, busy or not
- Intelligence : something that can analyze if something needs to be moved
- Action : a tool that actually moves the volume
The concept
We grab performance data from OCUM.
We analyze the data and calculate 2 indicators (performance indicator : is a volume slow ?) and a busy indicator (is a volume doing something). With those to indicators and some thresholds (limits) we can decide if a volume could use more performance or not.
If it does, we move the volume
Tools required
OCUM : to collect the data
WFA : to analyze and trigger the move
The pack
You can download the pack from my GitHub. https://github.com/wfaguy/workflows/tree/master/Autotiering
Stay tuned !
No comments :
Post a Comment