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/cool-access-introduction.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The following diagram illustrates an application with a volume enabled for cool
25
25
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.
26
26
27
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
+
<!-- confirm update with SMEs -->
28
29
29
30
>[!IMPORTANT]
30
31
>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.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/manage-cool-access.md
+33-15Lines changed: 33 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,12 @@ The standard storage with cool access feature provides options for the “coolne
25
25
* 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.
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
-
* 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.
30
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.
31
29
* You can't use large volumes with Standard storage with cool access.
32
30
* 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.
33
31
* Considerations for using cool access with [cross-region replication](cross-region-replication-requirements-considerations.md) (CRR) and [cross-zone replication](cross-zone-replication-introduction.md):
34
-
* If the volume is in a CRR relationship as a source volume, you can enable cool access on it only if the [mirror state](cross-region-replication-display-health-status.md#display-replication-status) is `Mirrored`. Enabling cool access on the source volume automatically enables cool access on the destination volume.
35
-
* If the volume is in a CRR relationship as a destination volume (data protection volume), enabling cool access isn't supported for the volume.
32
+
* If the volume is in a CRR relationship as a source volume, you can enable cool access on it only if the [mirror state](cross-region-replication-display-health-status.md#display-replication-status) is `Mirrored`. Enabling cool access on the source volume automatically enables cool access on the destination volume.<!-- require update -->
33
+
* If the volume is in a CRR relationship as a destination volume (data protection volume), enabling cool access isn't supported for the volume.<!-- require update -->
36
34
* The cool access setting is updated automatically on the destination volume to be the same as the source volume. When you update the cool access setting on the source volume, the same setting is applied at the destination volume.
37
35
* Considerations for using cool access with [Azure NetApp Files backup](backup-requirements-considerations.md):
38
36
* When a backup is in progress for a volume, you can’t enable cool access on the volume.
@@ -45,6 +43,26 @@ The standard storage with cool access feature provides options for the “coolne
45
43
* If you move a cool access volume to another capacity pool (service level change), that pool must also be enabled for cool access.
46
44
* 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.
47
45
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.
> 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.
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
+
48
66
## Enable cool access
49
67
50
68
To use the Standard storage with cool access feature, you need to configure the feature at the capacity pool level and the volume level.
@@ -87,19 +105,19 @@ Standard storage with cool access can be enabled during the creation of a volume
87
105
88
106
* **Cool Access Retrieval Policy**
89
107
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`.
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`.
91
109
92
110
The following list describes the data retrieval behavior with the cool access retrieval policy settings:
93
111
94
112
* *Cool access is **enabled***:
95
113
* If no value is set for cool access retrieval policy:
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.
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.
97
115
* If cool access retrieval policy is set to `Default`:
98
-
Cold data is retrieved only by performing random reads.
116
+
Cold data will be retrieved only by performing random reads.
99
117
* If cool access retrieval policy is set to `On-Read`:
100
-
Cold data is retrieved by performing both sequential and random reads.
118
+
Cold data will be retrieved by performing both sequential and random reads.
101
119
* If cool access retrieval policy is set to `Never`:
102
-
Cold data is served directly from the cool tier and not retrieved to the hot tier.
120
+
Cold data will be served directly from the cool tier and not be retrieved to the hot tier.
103
121
* *Cool access is **disabled**:*
104
122
* You can set a cool access retrieval policy if cool access is disabled only if there's existing data on the cool tier.
105
123
* Once you disable the cool access setting on the volume, the cool access retrieval policy remains the same.
@@ -118,24 +136,24 @@ In a Standard service-level, cool-access enabled capacity pool, you can enable a
118
136
1. Right-click the volume for which you want to enable the cool access.
119
137
1. In the **Edit** window that appears, set the following options for the volume:
120
138
* **Enable Cool Access**
121
-
This option specifies whether the volume supports cool access.
139
+
This option specifies whether the volume will support cool access.
122
140
* **Coolness Period**
123
141
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.
124
142
* **Cool Access Retrieval Policy**
125
143
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`.
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`.
127
145
128
146
The following list describes the data retrieval behavior with the cool access retrieval policy settings:
129
147
130
148
* *Cool access is **enabled***:
131
149
* If no value is set for cool access retrieval policy:
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.
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.
133
151
* If cool access retrieval policy is set to `Default`:
134
-
Cold data is retrieved only by performing random reads.
152
+
Cold data will be retrieved only by performing random reads.
135
153
* If cool access retrieval policy is set to `On-Read`:
136
-
Cold data is retrieved by performing both sequential and random reads.
154
+
Cold data will be retrieved by performing both sequential and random reads.
137
155
* If cool access retrieval policy is set to `Never`:
138
-
Cold data is served directly from the cool tier and not be retrieved to the hot tier.
156
+
Cold data will be served directly from the cool tier and not be retrieved to the hot tier.
139
157
* *Cool access is **disabled**:*
140
158
* You can set a cool access retrieval policy if cool access is disabled only if there's existing data on the cool tier.
141
159
* Once you disable the cool access setting on the volume, the cool access retrieval policy remains the same.
0 commit comments