Skip to content

Commit a18b6e3

Browse files
authored
Merge pull request #294826 from b-ahibbard/cool-tiering-stopgap
Cool tiering stopgap
2 parents 512ebb5 + 1e85255 commit a18b6e3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 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: 01/29/2025
8+
ms.date: 02/18/2025
99
ms.author: anfdocs
1010
---
1111

@@ -135,14 +135,17 @@ You can enable Azure NetApp Files storage with cool access during the creation o
135135
The following list describes the data retrieval behavior with the **Cool Access Retrieval Policy** settings:
136136

137137
* Cool access is **enabled**:
138-
* If no value is set for **Cool Access Retrieval Policy**:
139-
The retrieval policy is set to **Default**. Cool data is retrieved to the hot tier only when random reads are performed. Sequential reads are served directly from the cool tier.
140-
* If **Cool Access Retrieval Policy** is set to **Default**: Cold data is retrieved only by performing random reads.
138+
* If **Cool Access Retrieval Policy** is set to **Default**: Cold data is retrieved only by performing random reads. Sequential reads are served directly from the cool tier.
139+
* If no value is set for **Cool Access Retrieval Policy**: The active retrieval policy is **Default**.
141140
* If **Cool Access Retrieval Policy** is set to **On-Read**: Cold data is retrieved by performing both sequential and random reads.
142141
* If **Cool Access Retrieval Policy** is set to **Never**: Cold data is served directly from the cool tier and isn't retrieved to the hot tier.
143142
* Cool access is **disabled**:
144143
* You can set a cool access retrieval policy if cool access is disabled only if there's existing data on the cool tier.
145-
* After you disable the cool access setting on the volume, the cool access retrieval policy remains the same.
144+
* Once you disable the cool access setting on the volume, the cool access retrieval policy remains the same.
145+
146+
* **Cool Access Tiering Policy**
147+
148+
Select `Auto`. The `SnapshotOnly` policy is not currently supported.
146149

147150
:::image type="content" source="./media/manage-cool-access/cool-access-new-volume.png" alt-text="Screenshot that shows the Create a volume page. On the Basics tab, the Enable Cool Access checkbox is selected. The options for the cool access retrieval policy are displayed. " lightbox="./media/manage-cool-access/cool-access-new-volume.png":::
148151

-69.9 KB
Loading

0 commit comments

Comments
 (0)