Skip to content

Commit 5ea26bc

Browse files
authored
Merge pull request #213107 from ekpgh/hpc-asc19-updates
HPC Cache doc updates for ASC 19 release
2 parents e86df67 + 7cf0912 commit 5ea26bc

File tree

6 files changed

+40
-27
lines changed

6 files changed

+40
-27
lines changed

articles/hpc-cache/hpc-cache-add-storage.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Add storage to an Azure HPC Cache
33
description: How to define storage targets so that your Azure HPC Cache can use your on-premises NFS system or Azure Blob containers for long-term file storage
4-
author: ronhogue
4+
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 01/19/2022
7+
ms.date: 09/29/2022
88
ms.custom: subject-rbac-steps
9-
ms.author: rohogue
9+
ms.author: v-erinkelly
1010
---
1111

1212
# Add storage targets
@@ -33,18 +33,20 @@ The procedure to add a storage target is slightly different depending on the typ
3333

3434
## Size your cache correctly to support your storage targets
3535

36-
The number of supported storage targets depends on the cache size, which is set when you create the cache. The cache capacity is a combination of throughput capacity (in GB/s) and storage capacity (in TB).
36+
When you create the cache, make sure you select the type and size that will support the number of storage targets you need.
37+
38+
The number of supported storage targets depends on the cache type and the cache capacity. Cache capacity is a combination of throughput capacity (in GB/s) and storage capacity (in TB).
3739

3840
* Up to 10 storage targets - A standard cache with the smallest or medium cache storage value for your selected throughput can have a maximum of 10 storage targets.
3941

40-
For example, if you choose 2GB/second throughput and don't choose the highest cache storage size, your cache supports a maximum of 10 storage targets.
42+
For example, if you choose 2 GB/second throughput and don't choose the largest cache storage size (12 TB), your cache supports a maximum of 10 storage targets.
4143

4244
* Up to 20 storage targets -
4345

44-
* All high-throughput caches (which have preconfigured cache storage sizes) can support up to 20 storage targets.
46+
* All read-only high-throughput caches (which have preconfigured cache storage sizes) can support up to 20 storage targets.
4547
* Standard caches can support up to 20 storage targets if you choose the highest available cache size for your selected throughput value. (If using Azure CLI, choose the highest valid cache size for your cache SKU.)
4648

47-
Read [Set cache capacity](hpc-cache-create.md#set-cache-capacity) to learn more about throughput and cache size settings.
49+
Read [Choose cache type and capacity](hpc-cache-create.md#choose-cache-type-and-capacity) to learn more about throughput and cache size settings.
4850

4951
## Choose the correct storage target type
5052

articles/hpc-cache/hpc-cache-create.md

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Create an Azure HPC Cache
33
description: How to create an Azure HPC Cache instance
4-
author: ronhogue
4+
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 01/26/2022
8-
ms.author: rohogue
7+
ms.date: 10/03/2022
8+
ms.author: v-erinkelly
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.devlang: azurecli
1111
---
@@ -37,19 +37,30 @@ In **Service Details**, set the cache name and these other attributes:
3737
* Virtual network - You can select an existing one or create a new virtual network.
3838
* Subnet - Choose or create a subnet with at least 64 IP addresses (/24). This subnet must be used only for this Azure HPC Cache instance.
3939

40-
## Set cache capacity
41-
<!-- referenced from GUI - update aka.ms/hpc-cache-iops link if you change this header text -->
40+
## Choose cache type and capacity
41+
<!-- referenced from GUI - update aka.ms/hpc-cache-iops link if you change this header text - also check for cross-reference from add storage article -->
4242

43-
On the **Cache** page, you must set the capacity of your cache. The values set here determine how quickly your cache can service client requests and how much data it can hold.
43+
On the **Cache** page, specify the type and size of cache to create. These values determine your cache's capabilities, including:
4444

45-
Capacity also affects the cache's cost, and how many storage targets it can support.
45+
* How quickly the cache can service client requests
46+
* How much data the cache can hold
47+
* Whether or not the cache supports read/write caching mode
48+
* How many storage targets it can have
49+
* The cache's cost
4650

47-
Cache capacity is a combination of two values:
51+
First, choose the type of cache you want. Options include:
4852

49-
* The maximum data transfer rate for the cache (throughput), in GB/second
50-
* The amount of storage allocated for cached data, in TB
53+
* **Read-write standard caching** - A flexible, general-purpose cache
54+
* **Read-only caching** - A high-throughput cache designed to minimize latency for file access
5155

52-
![Screenshot of cache sizing page in the Azure portal.](media/hpc-cache-create-capacity.png)
56+
Read more about these cache type options below in [Choose the cache type for your needs](#choose-the-cache-type-for-your-needs).
57+
58+
Second, select the cache's capacity. Cache capacity is a combination of two values:
59+
60+
* **Maximum throughput** - The data transfer rate for the cache, in GB/second
61+
* **Cache size** - The amount of storage allocated for cached data, in TB
62+
63+
![Screenshot of cache attributes page in the Azure portal. Fields for Cache type, Maximum throughput, and Cache size are filled in.](media/create-cache-type-and-capacity.png)
5364

5465
### Understand throughput and cache size
5566

@@ -63,33 +74,33 @@ Azure HPC Cache manages which files are cached and pre-loaded to maximize cache
6374

6475
Choose a cache storage size that can comfortably hold the active set of working files, plus additional space for metadata and other overhead.
6576

66-
Throughput and cache size also affect how many storage targets are supported for a particular cache. If you want to use more than 10 storage targets with your cache, you must choose the highest available cache storage size value available for your throughput size, or choose one of the high-throughput read-only configurations. Learn more in [Add storage targets](hpc-cache-add-storage.md#size-your-cache-correctly-to-support-your-storage-targets).
77+
Throughput and cache size also affect how many storage targets are supported for a particular cache. If you want to use more than 10 storage targets with your cache, you must choose the highest available cache storage size value available for your throughput size, or choose the high-throughput read-only configuration. Learn more in [Add storage targets](hpc-cache-add-storage.md#size-your-cache-correctly-to-support-your-storage-targets).
6778

6879
If you need help sizing your cache correctly, contact Microsoft Service and Support.
6980

7081
### Choose the cache type for your needs
7182

72-
When you choose your cache capacity, you might notice that some throughput values have fixed cache sizes, and others let you select from multiple cache size options. This is because there are two different styles of cache infrastructure:
83+
When you choose your cache capacity, you might notice that some cache types have one fixed cache size, and others let you select from multiple cache size options for each throughput value. This is because they use different styles of cache infrastructure.
7384

74-
* Standard caches - listed under **Read-write caching** in the throughput menu
85+
* Standard caches - Cache type **Read-write caching**
7586

7687
With standard caches, you can choose from several cache size values. These caches can be configured for read-only or for read and write caching.
7788

78-
* High-throughput caches - listed under **Read-only caching** in the throughput menu
89+
* High-throughput caches - Cache type **Read-only caching**
7990

80-
The high-throughput configurations have set cache sizes because they're preconfigured with NVME disks. They're designed to optimize file read access only.
91+
The high-throughput read-only caches are preconfigured with only one cache size option per throughput value. They're designed to optimize file read access only.
8192

82-
![Screenshot of maximum throughput menu in the portal. There are several size options under the heading "Read-write caching" and several under the heading "Read-only".](media/rw-ro-cache-sizing.png)
93+
![Screenshot of the Cache tab in the HPC Cache creation workflow. The Cache type field is filled with Read-write standard caching, and the Maximum throughput field is filled with Up to 4 GB/s. The Cache size menu is expanded and shows several selectable size options: 6 TB, 12 TB, and 24 TB.](media/cache-size-options.png)
8394

8495
This table explains some important differences between the two options.
8596

86-
| Attribute | Standard cache | High-throughput cache |
97+
| Attribute | Standard cache | Read-only high-throughput cache |
8798
|--|--|--|
88-
| Throughput menu category |"Read-write caching"| "Read-only caching"|
99+
| Cache type |"Read-write standard caching"| "Read-only caching"|
89100
| Throughput sizes | 2, 4, or 8 GB/sec | 4.5, 9, or 16 GB/sec |
90101
| Cache sizes | 3, 6, or 12 TB for 2 GB/sec<br/> 6, 12, or 24 TB for 4 GB/sec<br/> 12, 24, or 48 TB for 8 GB/sec| 21 TB for 4.5 GB/sec <br/> 42 TB for 9 GB/sec <br/> 84 TB for 16 GB/sec |
91102
| Maximum number of storage targets | [10 or 20](hpc-cache-add-storage.md#size-your-cache-correctly-to-support-your-storage-targets) depending on cache size selection | 20 |
92-
| Compatible storage target types | Azure blob, on-premises NFS storage, NFS-enabled blob | on-premises NFS storage <br/>NFS-enabled blob storage is in preview for this combination |
103+
| Compatible storage target types | Azure Blob, on-premises NFS storage, NFS-enabled blob | on-premises NFS storage <br/>NFS-enabled blob storage is in preview for this combination |
93104
| Caching styles | Read caching or read-write caching | Read caching only |
94105
| Cache can be stopped to save cost when not needed | Yes | No |
95106

96.2 KB
Loading
75 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)