Skip to content

Commit 7796ec7

Browse files
committed
cool access support for large volumes
1 parent 41de11a commit 7796ec7

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

articles/azure-netapp-files/large-volumes-requirements-considerations.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.custom: references_regions
88
ms.topic: conceptual
9-
ms.date: 07/22/2024
9+
ms.date: 10/07/2024
1010
ms.author: anfdocs
1111
---
1212
# Requirements and considerations for large volumes
@@ -69,7 +69,23 @@ The following requirements and considerations apply to large volumes. For perfor
6969
For the latest performance benchmark numbers conducted on Azure NetApp Files Large volumes, see [Azure NetApp Files large volume performance benchmarks for Linux](performance-large-volumes-linux.md) and [Benefits of using Azure NetApp Files for Electronic Design Automation (EDA)](solutions-benefits-azure-netapp-files-electronic-design-automation.md).
7070

7171

72-
* Large volumes aren't currently supported with cool access.
72+
* <a name="cool-access"></a> To use large volumes with cool access, you must first register the feature:
73+
74+
1. Register the feature:
75+
76+
```azurepowershell-interactive
77+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumes
78+
```
79+
80+
2. Check the status of the feature registration:
81+
82+
```azurepowershell-interactive
83+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumes
84+
```
85+
> [!NOTE]
86+
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
87+
88+
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
7389
7490
## About 64-bit file IDs
7591

articles/azure-netapp-files/manage-cool-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 08/20/2024
8+
ms.date: 10/07/2024
99
ms.author: anfdocs
1010
---
1111

@@ -26,7 +26,6 @@ The storage with cool access feature provides options for the “coolness period
2626
* A cool-access capacity pool can contain both volumes with cool access enabled and volumes with cool access disabled.
2727
* To prevent data retrieval from the cool tier to the hot tier during sequential read operations (for example, antivirus or other file scanning operations), set the cool access retrieval policy to "Default" or "Never." For more information, see [Enable cool access on a new volume](#enable-cool-access-on-a-new-volume).
2828
* After the capacity pool is configured with the option to support cool access volumes, the setting can't be disabled at the _capacity pool_ level. However, you can turn on or turn off the cool access setting at the volume level anytime. Turning off the cool access setting at the _volume_ level stops further tiering of data. 
29-
* You can't use [large volume](large-volumes-requirements-considerations.md) with cool access.
3029
* See [Resource limits for Azure NetApp Files](azure-netapp-files-resource-limits.md#resource-limits) for maximum number of volumes supported for cool access per subscription per region.
3130
* Considerations for using cool access with [cross-region replication](cross-region-replication-requirements-considerations.md) and [cross-zone replication](cross-zone-replication-introduction.md):
3231
* The cool access setting on the destination volume is updated automatically to match the source volume whenever the setting is changed on the source volume or during authorizing or performing a reverse resync of the replication only if the destination volume is in a cool access-enabled capacity pool. Changes to the cool access setting on the destination volume don't affect the setting on the source volume.
@@ -37,6 +36,7 @@ The storage with cool access feature provides options for the “coolness period
3736
* Considerations for [moving volumes to another capacity pool](dynamic-change-volume-service-level.md):
3837
* If you move a cool access volume to another capacity pool (service level change), that pool must also be enabled for cool access.
3938
* If you disable cool access and turn off tiering on a cool access volume (that is, the volume no longer uses cool access), you can’t move it to a non-cool-access capacity pool. In a cool access capacity pool, all volumes, *whether enabled for cool access or not*, can only be moved to another cool access capacity pool.
39+
* Cool access is supported with large volumes. You must first [register the feature](large-volumes-requirements-considerations.md#cool-access).
4040

4141
## Enable cool access
4242

articles/azure-netapp-files/whats-new.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 09/27/2024
9+
ms.date: 10/07/2024
1010
ms.author: anfdocs
1111
---
1212

1313
# What's new in Azure NetApp Files
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
16-
16+
17+
* [Cool access support for large volumes](large-volumes-requirements-considerations.md#cool-access)
18+
19+
Azure NetApp Files storage with [cool access](cool-access-introductio.md) is now available with large volumes.
20+
1721
## September 2024
1822

1923
* [Dynamic service level change enhancement:](dynamic-change-volume-service-level.md) shortened wait time for changing to lower service levels

0 commit comments

Comments
 (0)