Skip to content

Commit eaa6836

Browse files
authored
Merge pull request #207746 from b-ahibbard/anf-lagtime-20842
Add lag time statement. New consideration for dynamic vol change
2 parents 771df7a + c1fdeb2 commit eaa6836

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

articles/azure-netapp-files/azure-netapp-files-metrics.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 09/29/2021
15+
ms.date: 08/11/2022
1616
ms.author: anfdocs
1717
---
1818
# Metrics for Azure NetApp Files
1919

2020
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume IOPS, and latency. By analyzing these metrics, you can gain a better understanding on the usage pattern and volume performance of your NetApp accounts.
2121

22-
You can find metrics for a capacity pool or volume by selecting the **capacity pool** or **volume**. Then click **Metric** to view the available metrics:
22+
You can find metrics for a capacity pool or volume by selecting the **capacity pool** or **volume**. Then select **Metric** to view the available metrics:
2323

2424
[ ![Snapshot that shows how to navigate to the Metric pull-down.](../media/azure-netapp-files/metrics-navigate-volume.png) ](../media/azure-netapp-files/metrics-navigate-volume.png#lightbox)
2525

@@ -78,6 +78,12 @@ You can find metrics for a capacity pool or volume by selecting the **capacity p
7878
- *Is volume replication transferring*
7979
Whether the status of the volume replication is ‘transferring’.
8080

81+
- *Volume replication lag time* <br>
82+
Lag time is the actual amount of time the replication lags behind the source. It indicates the age of the replicated data in the destination volume relative to the source volume.
83+
84+
> [!NOTE]
85+
> When assessing the health status of the volume replication, consider the volume replication lag time. If the lag time is greater than the replication schedule, the replication volume will not catch up to the source. To resolve this issue, adjust the replication speed or the replication schedule.
86+
8187
- *Volume replication last transfer duration*
8288
The amount of time in seconds it took for the last transfer to complete.
8389

@@ -111,7 +117,7 @@ You can find metrics for a capacity pool or volume by selecting the **capacity p
111117
Write throughput in bytes per second.
112118

113119
* *Other throughput*
114-
Other throughput (that is not read or write) in bytes per second.
120+
Other throughput (that isn't read or write) in bytes per second.
115121

116122
## Volume backup metrics
117123

@@ -122,7 +128,7 @@ You can find metrics for a capacity pool or volume by selecting the **capacity p
122128
Shows whether the last volume backup or restore operation is successfully completed. `1` is successful. `0` is unsuccessful.
123129

124130
* *Is Volume Backup Suspended*
125-
Shows whether the backup policy is suspended for the volume. `1` is not suspended. `0` is suspended.
131+
Shows whether the backup policy is suspended for the volume. `1` isn't suspended. `0` is suspended.
126132

127133
* *Volume Backup Bytes*
128134
The total bytes backed up for this volume.

articles/azure-netapp-files/dynamic-change-volume-service-level.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 04/18/2022
15+
ms.date: 08/11/2022
1616
ms.author: anfdocs
1717
---
1818
# Dynamically change the service level of a volume
1919

20-
You can change the service level of an existing volume by moving the volume to another capacity pool in the same NetApp account that uses the [service level](azure-netapp-files-service-levels.md) you want for the volume. This in-place service-level change for the volume does not require that you migrate data. It also does not impact access to the volume.
20+
You can change the service level of an existing volume by moving the volume to another capacity pool in the same NetApp account that uses the [service level](azure-netapp-files-service-levels.md) you want for the volume. This in-place service-level change for the volume does not require that you migrate data. It also does not affect access to the volume.
2121

2222
This functionality enables you to meet your workload needs on demand. You can change an existing volume to use a higher service level for better performance, or to use a lower service level for cost optimization. For example, if the volume is currently in a capacity pool that uses the *Standard* service level and you want the volume to use the *Premium* service level, you can move the volume dynamically to a capacity pool that uses the *Premium* service level.
2323

@@ -27,9 +27,11 @@ The capacity pool that you want to move the volume to must already exist. The ca
2727

2828
* This functionality is supported within the same NetApp account. You can't move the volume to a capacity pool in a different NetApp Account.
2929

30-
* After the volume is moved to another capacity pool, you will no longer have access to the previous volume activity logs and volume metrics. The volume will start with new activity logs and metrics under the new capacity pool.
30+
* After the volume is moved to another capacity pool, you'll no longer have access to the previous volume activity logs and volume metrics. The volume will start with new activity logs and metrics under the new capacity pool.
3131

3232
* If you move a volume to a capacity pool of a higher service level (for example, moving from *Standard* to *Premium* or *Ultra* service level), you must wait at least seven days before you can move that volume *again* to a capacity pool of a lower service level (for example, moving from *Ultra* to *Premium* or *Standard*). You can always change to higher service level without wait time.
33+
34+
* You cannot change the service level for volumes in a cross-region replication relationship.
3335

3436
## Move a volume to another capacity pool
3537

@@ -41,7 +43,7 @@ The capacity pool that you want to move the volume to must already exist. The ca
4143

4244
![Change pool](../media/azure-netapp-files/change-pool.png)
4345

44-
3. Click **OK**.
46+
3. Select **OK**.
4547

4648

4749
## Next steps

0 commit comments

Comments
 (0)