Skip to content

Commit 502fe62

Browse files
authored
Merge pull request #86899 from b-juche/live-update-08-28-inode-maxfiles-limits
adding maxfiles limit subsection
2 parents e4bbadc + c81ac3b commit 502fe62

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

articles/azure-netapp-files/azure-netapp-files-resource-limits.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: azure-netapp-files
55
documentationcenter: ''
66
author: b-juche
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 08/07/2019
16+
ms.date: 09/20/2019
1717
ms.author: b-juche
1818
---
1919
# Resource limits for Azure NetApp Files
@@ -35,11 +35,27 @@ The following table describes resource limits for Azure NetApp Files:
3535
| Minimum size of a single capacity pool | 4 TiB | No |
3636
| Maximum size of a single capacity pool | 500 TiB | No |
3737
| 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 |
4040
| Maximum size of a single file | 16 TiB | No |
4141

42-
## Request limit increase
42+
## Maxfiles limits <a name="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 |
49+
|----------------------------|-------------------|
50+
| < 1 TiB | 20 million |
51+
| >= 1 TiB but < 2 TiB | 40 million |
52+
| >= 2 TiB but < 3 TiB | 60 million |
53+
| >= 3 TiB but < 4 TiB | 80 million |
54+
| >= 4 TiB | 100 million |
55+
56+
For any volume size, you can initiate a [support request](#limit_increase) to increase the maxfiles limit beyond 100 million.
57+
58+
## Request limit increase <a name="limit_increase"></a>
4359

4460
You can create an Azure support request to increase the adjustable limits from the table above.
4561

@@ -60,6 +76,7 @@ From Azure portal navigation plane:
6076
| Account | *Subscription ID* | *Requested new maximum **account** number* | *What scenario or use case prompted the request?* |
6177
| Pool | *Subscription ID, Account URI* | *Requested new maximum **pool** number* | *What scenario or use case prompted the request?* |
6278
| 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?* |
6380

6481
2. Specify the appropriate support method and provide your contract information.
6582

0 commit comments

Comments
 (0)