You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/elastic-san/elastic-san-planning.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,30 +14,6 @@ ms.custom: ignite-2022
14
14
15
15
There are three main aspects to an elastic storage area network (SAN): the SAN itself, volume groups, and volumes. When deploying a SAN, you make selections while configuring the SAN, including the redundancy of the entire SAN, and how much performance and storage the SAN has. Then you create volume groups that are used to manage volumes at scale. Any settings applied to a volume group are inherited by volumes inside that volume group. Finally, you partition the storage capacity that was allocated at the SAN-level into individual volumes.
16
16
17
-
As an example of how this would work in practice: Say you have a large installbase with three primary workloads, SQL, AKS, and MariaDB. The total amount of storage for each of these workloads is quite sizeable and you need 150 TiB. But, you don't need every volume to operate at its highest performance levels constantly. So you deploy a SAN like so
After deploying the SAN, divide it into volume groups, one for each workload.
27
-
28
-
- AKS volume group
29
-
- Volume1 - 10 TiB, up to 64,000 IOPS, up to 2,400 throughput
30
-
- SQL volume group
31
-
- Volume1 - 10 TiB, up to 64,000 IOPS, up to 2,400 throughput
32
-
- Volume2 - 1 TiB, up to 64,000 IOPS, up to 2,400 throughput
33
-
- Volume3 - 1 TiB, up to 64,000 IOPS, up to 2,400 throughput
34
-
- MariaDB volume group
35
-
- Volume1 - 10 TiB, up to 64,000 IOPS, up to 2,400 throughput
36
-
- Volume2 - 1 TiB, up to 64,000 IOPS, up to 2,400 throughput
37
-
- Volume3 - 1 TiB, up to 64,000 IOPS, up to 2,400 throughput
38
-
39
-
An Elastic SAN's performance is distributed amongst all its volumes. In this case, we have a SAN with 150,000 IOPS and 2,400 MB/s. multiple volumes that, collectively, could exceed 150,000 IOPS. With this configuration, it's still possible that all your workloads can be served. An Elastic SAN automatically distributes its IOPS and MB/s amongst its volumes, on a first use basis, as they request it. So if one volume demands 64,000 IOPS, and 64,000 IOPS are available on the SAN, it will perform at that level.
40
-
41
17
Before deploying an Elastic SAN Preview, consider the following:
0 commit comments