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/azure-netapp-files/large-volumes-requirements-considerations.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.custom: references_regions
8
8
ms.topic: conceptual
9
-
ms.date: 07/22/2024
9
+
ms.date: 10/07/2024
10
10
ms.author: anfdocs
11
11
---
12
12
# Requirements and considerations for large volumes
@@ -69,7 +69,23 @@ The following requirements and considerations apply to large volumes. For perfor
69
69
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).
70
70
71
71
72
-
* Large volumes aren't currently supported with cool access.
72
+
* <aname="cool-access"></a> To use large volumes with cool access, you must first register the feature:
> 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.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/manage-cool-access.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 08/20/2024
8
+
ms.date: 10/07/2024
9
9
ms.author: anfdocs
10
10
---
11
11
@@ -26,7 +26,6 @@ The storage with cool access feature provides options for the “coolness period
26
26
* A cool-access capacity pool can contain both volumes with cool access enabled and volumes with cool access disabled.
27
27
* 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).
28
28
* 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.
30
29
* 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.
31
30
* Considerations for using cool access with [cross-region replication](cross-region-replication-requirements-considerations.md) and [cross-zone replication](cross-zone-replication-introduction.md):
32
31
* 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
37
36
* Considerations for [moving volumes to another capacity pool](dynamic-change-volume-service-level.md):
38
37
* If you move a cool access volume to another capacity pool (service level change), that pool must also be enabled for cool access.
39
38
* 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).
0 commit comments