Skip to content

Commit 77b50a7

Browse files
committed
move repeated data into includes file
1 parent 8c5e49a commit 77b50a7

File tree

3 files changed

+35
-46
lines changed

3 files changed

+35
-46
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
author: b-ahibbard
3+
ms.service: azure-netapp-files
4+
ms.topic: include
5+
ms.date: 06/06/2025
6+
ms.author: anfdocs
7+
ms.custom: include file
8+
9+
# manage-cool-access.md // 2 workflows
10+
---
11+
12+
* **Enable Cool Access**: The coolness period defines the minimum number of days before data is transitioned to the cold tier. The default value is 31 days. The supported values are between 2 and 183 days.
13+
14+
>[!NOTE]
15+
> The coolness period is calculated from the time of volume creation. If any existing volumes are enabled with cool access, the coolness period is applied retroactively on those volumes. This means if certain data blocks on the volumes have been infrequently accessed for the number of days specified in the coolness period, those blocks move to the cool tier once the feature is enabled. Once the coolness period is reached, background jobs can take up to 48 hours to initiate the data transfer to the cool tier.
16+
* **Cool Access Retrieval Policy**: This option specifies under which conditions data moves back to the hot tier. You can set this option to **Default**, **On-Read**, or **Never**.
17+
18+
If you don't set a value for the cool access retrieval policy, the retrieval policy is set to Default. The following table describes each policy's data retrieval behavior:
19+
20+
| Setting | Behavior |
21+
| - | ---- |
22+
| Default | Cold data is returned to the hot tier when performing random reads. Data is served from the cool tier with sequential reads. |
23+
| On-read | On both sequential and random reads, cold data is returned to the hot tier. |
24+
| Never | Cold data is served directly from the cool tier. After it is moved to the cool tier, it's never retrieved to the hot tier. |
25+
26+
* **Cool Access Tiering policy**
27+
28+
The tiering policy manages what data moves to the cool tier. You can tier all data or limit tiering to snapshots. Select one of the following policies:
29+
30+
| Policy | Description |
31+
| - | - |
32+
| `Auto` | This policy encompasses both data in the active file system and snapshot copy data. |
33+
| `SnapshotOnly` | This policy limits tiering to data in snapshots. All data blocks associated with files in the active file system remain in the hot tier. |

articles/azure-netapp-files/includes/cool-access-workflow.md

Whitespace-only changes.

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

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -159,32 +159,7 @@ You can enable Azure NetApp Files storage with cool access during the creation o
159159
1. On the **Capacity Pools** menu, select **Volumes**. Select **+ Add volume** to create a new network file system (NFS), server message block (SMB), or dual-protocol volume.
160160
1. On the **Create a volume** page, on the **Basics** tab, set the following options to enable the volume for cool access:
161161
162-
* **Enable Cool Access**:
163-
164-
This option specifies whether the volume supports cool access.
165-
166-
* **Coolness Period**:
167-
168-
The coolness period defines the minimum number of days before data is transitioned to the cold tier. Once the coolness period is reached, background jobs can take up to 48 hours to initiate the data transfer to the cool tier. The default value is 31 days. The supported values are between 2 and 183 days.
169-
170-
* **Cool Access Retrieval Policy**: This option specifies under which conditions data moves back to the hot tier. You can set this option to **Default**, **On-Read**, or **Never**.
171-
172-
**If you don't set a value for the cool access retrieval policy, the retrieval policy is set to Default.** The following table describes each policy's data retrieval behavior:
173-
174-
| Setting | Behavior |
175-
| - | ---- |
176-
| Default | Cold data is returned to the hot tier when performing random reads. Data is served from the cool tier with sequential reads. |
177-
| On-read | On both sequential and random reads, cold data is returned to the hot tier. |
178-
| Never | Cold data is served directly from the cool tier. After it is moved to the cool tier, it's never retrieved to the hot tier. |
179-
180-
* **Cool Access Tiering Policy**
181-
182-
The tiering policy manages what data moves to the cool tier. You can tier all data or limit tiering to snapshots. Select one of the following policies:
183-
184-
| Policy | Description |
185-
| - | - |
186-
| `Auto` | This policy encompasses both data in the active file system and snapshot copy data. |
187-
| `SnapshotOnly` | This policy limits tiering to data in snapshots. All data blocks associated with files in the active file system remain in the hot tier. |
162+
[!INCLUDE [Cool access configuration settings](includes/cool-access-options.md)]
188163
189164
:::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":::
190165
@@ -205,27 +180,8 @@ In a capacity pool enabled for cool access, you can enable an existing volume to
205180
206181
1. Right-click the volume for which you want to enable the cool access.
207182
1. On the **Edit** window that appears, set the following options for the volume:
208-
* **Enable Cool Access**: The coolness period defines the minimum number of days before data is transitioned to the cold tier. The default value is 31 days. The supported values are between 2 and 183 days.
209-
>[!NOTE]
210-
> The coolness period is calculated from the time of volume creation. If any existing volumes are enabled with cool access, the coolness period is applied retroactively on those volumes. This means if certain data blocks on the volumes have been infrequently accessed for the number of days specified in the coolness period, those blocks move to the cool tier once the feature is enabled. Once the coolness period is reached, background jobs can take up to 48 hours to initiate the data transfer to the cool tier.
211-
* **Cool Access Retrieval Policy**: This option specifies under which conditions data moves back to the hot tier. You can set this option to **Default**, **On-Read**, or **Never**.
212-
213-
**If you don't set a value for the cool access retrieval policy, the retrieval policy is set to Default.** The following table describes each policy's data retrieval behavior:
214-
215-
| Setting | Behavior |
216-
| - | ---- |
217-
| Default | Cold data is returned to the hot tier when performing random reads. Data is served from the cool tier with sequential reads. |
218-
| On-read | On both sequential and random reads, cold data is returned to the hot tier. |
219-
| Never | Cold data is served directly from the cool tier. After it is moved to the cool tier, it's never retrieved to the hot tier. |
220-
221-
* **Cool Access Tiering policy**
222-
223-
The tiering policy manages what data moves to the cool tier. You can tier all data or limit tiering to snapshots. Select one of the following policies:
224183
225-
| Policy | Description |
226-
| - | - |
227-
| `Auto` | This policy encompasses both data in the active file system and snapshot copy data. |
228-
| `SnapshotOnly` | This policy limits tiering to data in snapshots. All data blocks associated with files in the active file system remain in the hot tier. |
184+
[!INCLUDE [Cool access configuration settings](includes/cool-access-options.md)]
229185
230186
:::image type="content" source="./media/manage-cool-access/cool-access-existing-volume.png" alt-text="Screenshot that shows the Enable Cool Access checkbox selected. " lightbox="./media/manage-cool-access/cool-access-existing-volume.png":::
231187

0 commit comments

Comments
 (0)