Additional information
- How long do reallocations take?
As all reallocations are throttled, the rate of the reallocation can be computed:
T = (Y / (X+Y)) * U * C * RTable 1. Variables and their Values for Reallocation Variable Description X
Aggregate Capacity of Existing Pool (all sets)
Y
Capacity of New Set
U
Utilization Percentage of Storage Pool before Expansion
C
Largest Slicestor Node’s Capacity
R
Reallocation Throttle Rate (MBps)
T
Reallocation Time
It implies that you:- Multiply the capacity per drive by the number of drives per Slicestor® Node.
- Multiply this result (TB per node) by the amount of Slicestor® Nodes.
- Divide this result (TB per pool) by 2 to get the amount of storage to be reallocated.
- Multiply this result (TB reallocated) by the average percentage of utilization of each Slicestor® Node.
- Multiply this result (TB used) by capacity size of the largest Slicestor® Node.
- Multiply this result (TB to reallocate) by 1 million.
- Divide this result (MB to reallocate) by the Throttle Level.
- Multiply this result (Amount of time to reallocate in seconds) by the product of seconds per minute then minutes per hour then hours per day.
- It gives you the total days to reallocate.
Example 2. Reallocation Time
Add a Device Set with 24 Slicestor 2400 appliances with 40 ├ 4 TB drives to a Device Set composed of the same number, type and configuration of Slicestor appliances throttled to 500 MBps.
T = (Y / (X+Y)) * U * C / RT = ((4 TB * 40 * 24) / ((4 TB * 40 * 24) + (4 TB * 40 * 24))) * 80% * (4 TB * 40) / 20 MBpsT = ((3,840 TB / 7,680 TB) * 80% * 160 TB) / (20 MBps)
T = (0.5 * 80% * 160 TB) / (20 MBps)
T = (64 TB) / (20 MBps)
T = (3,200,000) / (60 * 60 * 24)
T = (3,200,000) / (86,400)
T = 37.04
- Is there a maximum number of expansions supported?
Storage Pools have no limit on how many times they can be expanded. Limit Vault Mirrors to five Device Sets for performance considerations.
- Do only certain types of data move?
All types of data are treated identically for purposes of reallocation and proxying.
- Are certain storage types supported?
The source or destination Slicestor® Nodes can use Zone Slice Storage, Packed Slice Storage or File Slice Storage. When a Storage Pool is expanded, the Slicestor® Nodes in the new Device Set use the same storage type as the other Slicestor® Nodes.
- Are only certain APIs supported?
The SOH, CSO, and OpenStack APIs are supported.