Skip to content

Commit 890e3d8

Browse files
Merge pull request #274218 from b-ahibbard/ANF-38964
ANF-38964
2 parents 47bc2ed + f2a3e13 commit 890e3d8

File tree

4 files changed

+20
-33
lines changed

4 files changed

+20
-33
lines changed

articles/azure-netapp-files/backup-vault-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
88
ms.date: 10/27/2022
99
ms.author: anfdocs
1010
---
11-
# Manage backup vaults for Azure NetApp Files (preview)
11+
# Manage backup vaults for Azure NetApp Files
1212

1313
Backup vaults store the backups for your Azure NetApp Files subscription.
1414

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ The following diagram illustrates an application with a volume enabled for cool
2424

2525
In the initial write, data blocks are assigned a "warm" temperature value (in the diagram, red data blocks) and exist on the "hot" tier. As the data resides on the volume, a temperature scan monitors the activity of each block. When a data block is inactive, the temperature scan decreases the value of the block until it has been inactive for the number of days specified in the cooling period. The cooling period can be between 7 and 183 days; it has a default value of 31 days. Once marked "cold," the tiering scan collects blocks and packages them into 4-MB objects, which are moved to Azure storage fully transparently. To the application and users, those cool blocks still appear online. Tiered data appears to be online and continues to be available to users and applications by transparent and automated retrieval from the cool tier.
2626

27-
By `Default` (unless cool access retrieval policy is configured otherwise), data blocks on the cool tier that are read randomly again become "warm" and are moved back to the hot tier. Once marked as _warm_, the data blocks are again subjected to the temperature scan. However, large sequential reads (such as index and antivirus scans) on inactive data in the cool tier don't "warm" the data nor do they trigger inactive data to be moved back to the hot tier.
27+
By `Default` (unless cool access retrieval policy is configured otherwise), data blocks on the cool tier that are read randomly again become "warm" and are moved back to the hot tier. Once marked as _warm_, the data blocks are again subjected to the temperature scan. However, large sequential reads (such as index and antivirus scans) on inactive data in the cool tier don't "warm" the data nor do they trigger inactive data to be moved back to the hot tier. Additionally, sequential reads for Azure NetApp Files, cross-region replication, or cross-zone replication do ***not*** "warm" the data.
28+
29+
>[!IMPORTANT]
30+
>If you're using a third-party backup service, configure it to use NDMP instead of the CIFS or NFS protocols. NDMP reads do not affect the temperature of the data.
2831
2932
Metadata is never cooled and always remains in the hot tier. As such, the activities of metadata-intensive workloads (for example, high file-count environments like chip design, VCS, and home directories) aren't affected by tiering.
3033

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

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The standard storage with cool access feature provides options for the “coolne
2525
* You can convert an existing Standard service-level capacity pool into a cool-access capacity pool to create cool access volumes. However, once the capacity pool is enabled for cool access, you can't convert it back to a non-cool-access capacity pool.
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).
28+
* Sequential reads from Azure NetApp Files backup, cross-zone replication, and cross-zone replication do not impact the temperature of the data.
29+
* If you're using a third-party backup service, configure it to use NDMP instead of the CIFS or NFS protocols. NDMP reads do not affect the temperature of the data.
2830
* 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. 
2931
* You can't use large volumes with Standard storage with cool access.
3032
* 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.
@@ -43,26 +45,6 @@ The standard storage with cool access feature provides options for the “coolne
4345
* If you move a cool access volume to another capacity pool (service level change), that pool must also be enabled for cool access.
4446
* 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.
4547

46-
## Register the feature
47-
48-
This feature is currently in preview. You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background. No UI control is required.
49-
50-
1. Register the feature:
51-
52-
```azurepowershell-interactive
53-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccess
54-
```
55-
56-
2. Check the status of the feature registration:
57-
58-
> [!NOTE]
59-
> 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.
60-
61-
```azurepowershell-interactive
62-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccess
63-
```
64-
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.
65-
6648
## Enable cool access
6749

6850
To use the Standard storage with cool access feature, you need to configure the feature at the capacity pool level and the volume level.
@@ -105,19 +87,19 @@ Standard storage with cool access can be enabled during the creation of a volume
10587

10688
* **Cool Access Retrieval Policy**
10789

108-
This option specifies under which conditions data will be moved back to the hot tier. You can set this option to `Default`, `On-Read`, or `Never`.
90+
This option specifies under which conditions data is moved back to the hot tier. You can set this option to `Default`, `On-Read`, or `Never`.
10991

11092
The following list describes the data retrieval behavior with the cool access retrieval policy settings:
11193

11294
* *Cool access is **enabled***:
11395
* If no value is set for cool access retrieval policy:
114-
The retrieval policy will be set to `Default`, and cold data will be retrieved to the hot tier only when performing random reads. Sequential reads will be served directly from the cool tier.
96+
The retrieval policy is set to `Default`, and cold data is retrieved to the hot tier only when performing random reads. Sequential reads are served directly from the cool tier.
11597
* If cool access retrieval policy is set to `Default`:
116-
Cold data will be retrieved only by performing random reads.
98+
Cold data is retrieved only by performing random reads.
11799
* If cool access retrieval policy is set to `On-Read`:
118-
Cold data will be retrieved by performing both sequential and random reads.
100+
Cold data is retrieved by performing both sequential and random reads.
119101
* If cool access retrieval policy is set to `Never`:
120-
Cold data will be served directly from the cool tier and not be retrieved to the hot tier.
102+
Cold data is served directly from the cool tier and not retrieved to the hot tier.
121103
* *Cool access is **disabled**:*
122104
* You can set a cool access retrieval policy if cool access is disabled only if there's existing data on the cool tier.
123105
* Once you disable the cool access setting on the volume, the cool access retrieval policy remains the same.
@@ -136,24 +118,24 @@ In a Standard service-level, cool-access enabled capacity pool, you can enable a
136118
1. Right-click the volume for which you want to enable the cool access.
137119
1. In the **Edit** window that appears, set the following options for the volume:
138120
* **Enable Cool Access**
139-
This option specifies whether the volume will support cool access.
121+
This option specifies whether the volume supports cool access.
140122
* **Coolness Period**
141123
This option specifies the period (in days) after which infrequently accessed data blocks (cold data blocks) are moved to the Azure storage account. The default value is 31 days. The supported values are between 2 and 183 days.
142124
* **Cool Access Retrieval Policy**
143125

144-
This option specifies under which conditions data will be moved back to the hot tier. You can set this option to `Default`, `On-Read`, or `Never`.
126+
This option specifies under which conditions data is moved back to the hot tier. You can set this option to `Default`, `On-Read`, or `Never`.
145127

146128
The following list describes the data retrieval behavior with the cool access retrieval policy settings:
147129

148130
* *Cool access is **enabled***:
149131
* If no value is set for cool access retrieval policy:
150-
The retrieval policy will be set to `Default`, and cold data will be retrieved to the hot tier only when performing random reads. Sequential reads will be served directly from the cool tier.
132+
The retrieval policy is set to `Default`, and cold data is retrieved to the hot tier only when performing random reads. Sequential reads are served directly from the cool tier.
151133
* If cool access retrieval policy is set to `Default`:
152-
Cold data will be retrieved only by performing random reads.
134+
Cold data is retrieved only by performing random reads.
153135
* If cool access retrieval policy is set to `On-Read`:
154-
Cold data will be retrieved by performing both sequential and random reads.
136+
Cold data is retrieved by performing both sequential and random reads.
155137
* If cool access retrieval policy is set to `Never`:
156-
Cold data will be served directly from the cool tier and not be retrieved to the hot tier.
138+
Cold data is served directly from the cool tier and not be retrieved to the hot tier.
157139
* *Cool access is **disabled**:*
158140
* You can set a cool access retrieval policy if cool access is disabled only if there's existing data on the cool tier.
159141
* Once you disable the cool access setting on the volume, the cool access retrieval policy remains the same.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: anfdocs
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1616

17+
* [Standard storage with cool access](cool-access-introduction.md) is now generally available (GA)
18+
1719
## May 2024
1820

1921
* [Azure NetApp Files backup](backup-introduction.md) is now generally available (GA).

0 commit comments

Comments
 (0)