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/azure-netapp-files-resource-limits.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The following table describes resource limits for Azure NetApp Files:
26
26
| Number of snapshots per volume | 255 | No |
27
27
| Number of IPs in a virtual network (including immediately peered VNets) accessing volumes in an Azure NetApp Files hosting VNet | <ul><li>**Basic**: 1000</li><li>**Standard**: [Same standard limits as VMs](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-resource-manager-virtual-networking-limits)</li></ul> | No |
28
28
| Minimum size of a single capacity pool | 1 TiB*| No |
29
-
| Maximum size of a single capacity pool |2048 TiB | Yes |
29
+
| Maximum size of a single capacity pool |2,048 TiB | Yes |
30
30
| Minimum size of a single regular volume | 100 GiB | No |
31
31
| Maximum size of a single regular volume | 100 TiB | No |
32
32
| Minimum size of a single [large volume](large-volumes-requirements-considerations.md)| 50 TiB | No |
@@ -59,7 +59,7 @@ For limits and constraints related to Azure NetApp Files network features, see [
59
59
60
60
You can use the `stat` command from a client to see whether a directory is approaching the maximum size limit for directory metadata (320 MB). If you reach the maximum size limit for a single directory for Azure NetApp Files, the error `No space left on device` occurs.
61
61
62
-
For a 320-MB directory, the number of blocks is 655360, with each block size being 512 bytes. (That is, 320x1024x1024/512.) This number translates to approximately 4 million files maximum for a 320-MB directory. However, the actual number of maximum files might be lower, depending on factors such as the number of files with non-ASCII characters in the directory. As such, you should use the `stat` command as follows to determine whether your directory is approaching its limit.
62
+
For a 320-MB directory, the number of blocks is 655,360, with each block size being 512 bytes. (That is, 320x1024x1024/512.) This number translates to approximately 4 million files maximum for a 320-MB directory. However, the actual number of maximum files might be lower, depending on factors such as the number of files with non-ASCII characters in the directory. As such, you should use the `stat` command as follows to determine whether your directory is approaching its limit.
Azure NetApp Files volumes have a value called `maxfiles` that refers to the maximum number of files and folders (also known as inodes) a volume can contain. When the `maxfiles` limit is reached, clients receive “out of space” messages when attempting to create new files or folders. If you are experiencing this issue, contact Microsoft technical support for assistance.
82
+
Azure NetApp Files volumes have a value called `maxfiles` that refers to the maximum number of files and folders (also known as inodes) a volume can contain. When the `maxfiles` limit is reached, clients receive "out of space" messages when attempting to create new files or folders. If you experience this issue, contact Microsoft technical support.
83
83
84
84
The `maxfiles` limit for an Azure NetApp Files volume is based on the size (quota) of the volume, where the service dynamically adjusts the `maxfiles` limit for a volume based on its provisioned size and uses the following guidelines.
85
85
86
86
- For regular volumes less than or equal to 683 GiB, the default `maxfiles` limit is 21,251,126.
87
-
- For regular volumes greater than 683 GiB, the default `maxfiles` limit is approximately 1 file per inode per 32 KiB of allocated volume capacity up to a maximum of 2,147,483,632.
88
-
- For [large volumes](large-volumes-requirements-considerations.md), the default `maxfiles` limit is approximately 1 file per inode per 32 KiB of allocated volume capacity up to a default maximum of 15,938,355,048.
87
+
- For regular volumes greater than 683 GiB, the default `maxfiles` limit is approximately one file per inode per 32 KiB of allocated volume capacity up to a maximum of 2,147,483,632.
88
+
- For [large volumes](large-volumes-requirements-considerations.md), the default `maxfiles` limit is approximately one file per inode per 32 KiB of allocated volume capacity up to a default maximum of 15,938,355,048.
89
89
90
90
The following table shows examples of the relationship `maxfiles` values based on volume sizes for regular volumes.
0 commit comments