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
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Resource limits for Azure NetApp Files | Microsoft Docs
3
-
description: Describes limits for Azure NetApp Files resources, including limits for NetApp accounts, capacity pools, volumes, snapshots, and the delegated subnet.
3
+
description: Describes limits for Azure NetApp Files resources and how to request resource limit increase.
4
4
services: azure-netapp-files
5
5
documentationcenter: ''
6
6
author: b-juche
@@ -13,7 +13,7 @@ ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.devlang: na
15
15
ms.topic: conceptual
16
-
ms.date: 08/07/2019
16
+
ms.date: 09/20/2019
17
17
ms.author: b-juche
18
18
---
19
19
# Resource limits for Azure NetApp Files
@@ -35,11 +35,27 @@ The following table describes resource limits for Azure NetApp Files:
35
35
| Minimum size of a single capacity pool | 4 TiB | No |
36
36
| Maximum size of a single capacity pool | 500 TiB | No |
37
37
| Minimum size of a single volume | 100 GiB | No |
38
-
| Maximum size of a single volume | 100 TiB | No |
39
-
| Maximum number of files (inodes) per volume |50 million |No|
38
+
| Maximum size of a single volume | 100 TiB | No |
39
+
| Maximum number of files ([maxfiles](#maxfiles)) per volume |100 million |Yes|
40
40
| Maximum size of a single file | 16 TiB | No |
41
41
42
-
## Request limit increase
42
+
## Maxfiles limits <aname="maxfiles"></a>
43
+
44
+
Azure NetApp Files volumes have a limit called *maxfiles*. The maxfiles limit is the number of files a volume can contain. The maxfiles limit for an Azure NetApp Files volume is indexed based on the size (quota) of the volume. The maxfiles limit for a volume increases or decreases at the rate of 20 million files per TiB of provisioned volume size.
45
+
46
+
The service dynamically adjusts the maxfiles limit for a volume based on its provisioned size. For example, a volume configured initially with a size of 1 TiB would have a maxfiles limit of 20 million. Subsequent changes to the size of the volume would result in an automatic readjustment of the maxfiles limit based on the following rules:
47
+
48
+
| Volume size (quota) | Automatic readjustment of the maxfiles limit |
You can create an Azure support request to increase the adjustable limits from the table above.
45
61
@@ -60,6 +76,7 @@ From Azure portal navigation plane:
60
76
| Account |*Subscription ID*|*Requested new maximum **account** number*|*What scenario or use case prompted the request?*|
61
77
| Pool |*Subscription ID, Account URI*|*Requested new maximum **pool** number*|*What scenario or use case prompted the request?*|
62
78
| Volume |*Subscription ID, Account URI, Pool URI*|*Requested new maximum **volume** number*|*What scenario or use case prompted the request?*|
79
+
| Maxfiles |*Subscription ID, Account URI, Pool URI, Volume URI*|*Requested new maximum **maxfiles** number*|*What scenario or use case prompted the request?*|
63
80
64
81
2. Specify the appropriate support method and provide your contract information.
0 commit comments