Skip to content

Commit 399199c

Browse files
Merge pull request #295525 from b-ahibbard/maxfiles
ANF-49477: snapshots count to maxfiles total
2 parents d1d29fa + 96c521b commit 399199c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 02/11/2025
8+
ms.date: 02/28/2025
99
ms.author: anfdocs
1010
---
1111
# Metrics for Azure NetApp Files

articles/azure-netapp-files/maxfiles-concept.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 02/11/2025
8+
ms.date: 02/28/2025
99
ms.author: anfdocs
1010
---
1111
# Understand `maxfiles` limits in Azure NetApp Files
@@ -18,7 +18,9 @@ Azure NetApp Files volumes have a value called `maxfiles` that refers to the max
1818
- Each inode uses roughly 288 bytes of capacity in the volume. Having many inodes in a volume can consume a non-trivial amount of physical space overhead on top of the capacity of the actual data.
1919
- If a file is less than 64 bytes in size, it's stored in the inode itself and doesn't use additional capacity. This capacity is only used when files are actually allocated to the volume.
2020
- Files larger than 64 bytes do consume additional capacity on the volume. For instance, if there are one million files greater than 64 bytes in an Azure NetApp Files volume, then approximately 274 MiB of capacity would belong to the inodes.
21-
21+
22+
>[!NOTE]
23+
>Snapshots contribute to the total `maxfiles` count.
2224
2325
The following table shows examples of the relationship `maxfiles` values based on volume sizes for regular volumes.
2426

0 commit comments

Comments
 (0)