Skip to content

Commit ef6b9f0

Browse files
authored
Merge pull request #269233 from b-ahibbard/lg-vol-50
new minimum large volume size: 50 TiB
2 parents 998944f + f0844eb commit ef6b9f0

8 files changed

+16
-12
lines changed

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
6060
The **Available quota** field shows the amount of unused space in the chosen capacity pool that you can use towards creating a new volume. The size of the new volume must not exceed the available quota.
6161

6262
* **Large Volume**
63-
If the quota of your volume is less than 100 TiB, select **No**. If the quota of your volume is greater than 100 TiB, select **Yes**.
63+
For volumes between 50 TiB and 500 TiB, select **Yes**. If the volume does not require more than 100 TiB, select **No**.
6464
[!INCLUDE [Large volumes warning](includes/large-volumes-notice.md)]
6565

6666
* **Throughput (MiB/S)**

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ For volumes 100 TiB or under, if you've allocated at least 5 TiB of quota for a
101101
For volumes 100 TiB or under, you can increase the `maxfiles` limit up to 531,278,150 if your volume quota is at least 25 TiB.
102102

103103
>[!IMPORTANT]
104-
> When files or folders are allocated to an Azure NetApp Files volume, they count against the `maxfiles` limit. If a file or folder is deleted, the internal data structures for `maxfiles` allocation remain the same. For instance, if the files used in a volume increase to 63,753,378 and 100,000 files are deleted, the `maxfiles` allocation will remain at 63,753,378.
104+
> When files or folders are allocated to an Azure NetApp Files volume, they count against the `maxfiles` limit. If a file or folder is deleted, the internal data structures for `maxfiles` allocation remain the same. For instance, if the files used in a volume increase to 63,753,378 and 100,000 files are deleted, the `maxfiles` allocation remains at 63,753,378.
105105
> Once a volume has exceeded a `maxfiles` limit, you cannot reduce volume size below the quota corresponding to that `maxfiles` limit even if you have reduced the actual used file count. For example, the `maxfiles` limit for a 2 TiB volume is 63,753,378. If you create more than 63,753,378 files in that volume, the volume quota cannot be reduced below its corresponding index of 2 TiB.
106106
107107
**For [large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes):**
108108

109109
| Volume size (quota) | Automatic readjustment of the `maxfiles` limit |
110110
| - | - |
111-
| > 100 TiB | 2,550,135,120 |
111+
| > 50 TiB | 2,550,135,120 |
112112
113113
You can increase the `maxfiles` limit beyond 2,550,135,120 using a support request. For every 2,550,135,120 files you increase (or a fraction thereof), you need to increase the corresponding volume quota by 120 TiB. For example, if you increase `maxfiles` limit from 2,550,135,120 to 5,100,270,240 files (or any number in between), you need to increase the volume quota to at least 240 TiB.
114114

articles/azure-netapp-files/azure-netapp-files-understand-storage-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When you use a manual QoS capacity pool with, for example, an SAP HANA system, a
7777

7878
## Large volumes
7979

80-
Azure NetApp Files allows you to create volumes up to 500 TiB in size, exceeding the previous 100-TiB limit. Large volumes begin at a capacity of 102,401 GiB and scale up to 500 TiB. Regular Azure NetApp Files volumes are offered between 100 GiB and 102,400 GiB.
80+
Azure NetApp Files allows you to create volumes up to 500 TiB in size, exceeding the previous 100-TiB limit. Large volumes begin at a capacity of 50 TiB and scale up to 500 TiB. Regular Azure NetApp Files volumes are offered between 100 GiB and 102,400 GiB.
8181

8282
For more information, see [Requirements and considerations for large volumes](large-volumes-requirements-considerations.md).
8383

articles/azure-netapp-files/create-volumes-dual-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
9999
The **Available quota** field shows the amount of unused space in the chosen capacity pool that you can use towards creating a new volume. The size of the new volume must not exceed the available quota.
100100
101101
* **Large Volume**
102-
If the quota of your volume is less than 100 TiB, select **No**. If the quota of your volume is greater than 100 TiB, select **Yes**.
102+
For volumes between 50 TiB and 500 TiB, select **Yes**. If the volume does not require more than 100 TiB, select **No**.
103103
[!INCLUDE [Large volumes warning](includes/large-volumes-notice.md)]
104104
105105
* **Throughput (MiB/S)**

articles/azure-netapp-files/includes/large-volumes-notice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ms.custom: include file
1616
>[!IMPORTANT]
1717
> Large volumes are currently in preview. If this is your first time using large volumes, you must first [register the feature](../azure-netapp-files-understand-storage-hierarchy.md#large-volumes) and request [an increase in regional capacity quota](../azure-netapp-files-resource-limits.md#request-limit-increase).
1818
>
19-
>Volumes are considered large if they are between 100 TiB and 500 TiB in size. Once created, volumes less than 100 TiB in size cannot be resized to large volumes. Large volumes cannot be resized to less than 100 TiB and can only be resized up to 30% of lowest provisioned size. To understand the requirements and considerations of large volumes, refer to for using [Requirements and considerations for large volumes](../large-volumes-requirements-considerations.md).
19+
>Volumes are considered large if they are between 50 TiB and 500 TiB in size. Regular volumes cannot be converted to large volumes. Large volumes cannot be resized to less than 50 TiB. To understand the requirements and considerations of large volumes, refer to for using [Requirements and considerations for large volumes](../large-volumes-requirements-considerations.md).

articles/azure-netapp-files/large-volumes-requirements-considerations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The following requirements and considerations apply to large volumes. For perfor
2525

2626
* Existing regular volumes can't be resized over 100 TiB.
2727
* You can't convert regular Azure NetApp Files volumes to large volumes.
28-
* You must create a large volume at a size greater than 100 TiB. A single volume can't exceed 500 TiB.
29-
* You can't resize a large volume to less than 100 TiB.
30-
* You can only resize a large to be volume up to 30%, of lowest provisioned size.
28+
* You must create a large volume at a size of 50 TiB or larger. A single volume can't exceed 500 TiB.
29+
* You can't resize a large volume to less than 50 TiB.
30+
A large volume cannot be resized to less than 30% of its lowest provisioned size. This limit is adjustable via [a support request](azure-netapp-files-resource-limits.md#resource-limits).
3131
* Large volumes are currently not supported with Azure NetApp Files backup.
3232
* Large volumes aren't currently supported with cross-region replication.
3333
* You can't create a large volume with application volume groups.
@@ -37,9 +37,9 @@ The following requirements and considerations apply to large volumes. For perfor
3737

3838
| Capacity tier | Volume size (TiB) | Throughput (MiB/s) |
3939
| --- | --- | --- |
40-
| Standard | 100 to 500 | 1,600 |
41-
| Premium | 100 to 500 | 6,400 |
42-
| Ultra | 100 to 500 | 10,240 |
40+
| Standard | 50 to 500 | 1,600 |
41+
| Premium | 50 to 500 | 6,400 |
42+
| Ultra | 50 to 500 | 10,240 |
4343

4444
* Large volumes aren't currently supported with standard storage with cool access.
4545

Loading

articles/azure-netapp-files/whats-new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ms.author: anfdocs
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1616

17+
* [Large volumes (Preview) improvement:](large-volumes-requirements-considerations.md) new minimum size of 50 TiB
18+
19+
Large volumes support a minimum size of 50 TiB. Large volumes still support a maximum quota of 500 TiB.
20+
1721
## March 2024
1822

1923
* [Availability zone volume placement](manage-availability-zone-volume-placement.md) is now generally available (GA).

0 commit comments

Comments
 (0)