Skip to content

Commit fcef2f9

Browse files
committed
large volume general edits
1 parent 07da1dd commit fcef2f9

10 files changed

+14
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Before creating an SMB volume, you need to create an Active Directory connection
6868
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.
6969
7070
* **Large Volume**
71-
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**.
71+
7272
[!INCLUDE [Large volumes warning](includes/large-volumes-notice.md)]
7373
7474
* **Throughput (MiB/S)**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
6363
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.
6464

6565
* **Large Volume**
66-
For volumes between 50 TiB and 500 TiB, select **Yes**. If the volume does not require more than 100 TiB, select **No**.
66+
6767
[!INCLUDE [Large volumes warning](includes/large-volumes-notice.md)]
6868

6969
* **Throughput (MiB/S)**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Azure NetApp Files is designed to provide high-performance file storage for ente
4040
| Small-to-large volumes | Easily resize file volumes from 100 GiB up to 100 TiB without downtime. | Scale storage as business needs grow without over-provisioning, avoiding upfront cost.
4141
| 1-TiB minimum capacity pool size | 1-TiB capacity pool is a reduced-size storage pool compared to the initial 4-TiB minimum. | Save money by starting with a smaller storage footprint and lower entry point, without sacrificing performance or availability. Scale storage based on growth without high upfront costs.
4242
| 1,000-TiB maximum capacity pool | 1000-TiB capacity pool is an increased storage pool compared to the initial 500-TiB maximum. | Reduce waste by creating larger, pooled capacity and performance budget, and share and distribute across volumes.
43-
| 100-500 TiB large volumes | Store large volumes of data up to 500 TiB in a single volume. | Manage large datasets and high-performance workloads with ease.
43+
| 50-500 TiB large volumes | Store large volumes of data up to 500 TiB in a single volume. | Manage large datasets and high-performance workloads with ease.
4444
| User and group quotas | Set quotas on storage usage for individual users and groups. | Control storage usage and optimize resource allocation.
4545
| Virtual machine (VM) networked storage performance | Higher VM network throughput compared to disk IO limits enable more demanding workloads on smaller Azure VMs. | Improve application performance at a smaller VM footprint, improving overall efficiency and lowering application license cost.
4646
| Deep workload readiness | Seamless deployment and migration of any-size workload with well-documented deployment guides. | Easily migrate any workload of any size to the platform. Enjoy a seamless, cost-effective deployment and migration experience.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ The following table describes resource limits for Azure NetApp Files:
2929
| Maximum size of a single capacity pool | 1000 TiB | Yes |
3030
| Minimum size of a single regular volume | 100 GiB | No |
3131
| Maximum size of a single regular volume | 100 TiB | No |
32-
| Minimum size of a single [large volume](large-volumes-requirements-considerations.md) | 102,401 GiB | No |
32+
| Minimum size of a single [large volume](large-volumes-requirements-considerations.md) | 50 TiB | No |
3333
| Large volume size increase | 30% of lowest provisioned size | Yes |
34-
| Maximum size of a single large volume | 500 TiB | No |
34+
| Maximum size of a single [large volume](large-volumes-requirements-considerations.md) | 500 TiB | No |
3535
| Maximum size of a single file | 16 TiB | No |
3636
| Maximum size of directory metadata in a single directory | 320 MB | No |
3737
| Maximum number of files in a single directory | *Approximately* 4 million. <br> See [Determine if a directory is approaching the limit size](#directory-limit). | No |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ When you use a manual QoS capacity pool with, for example, an SAP HANA system, a
7373
- A volume's capacity consumption counts against its pool's provisioned capacity.
7474
- A volume’s throughput consumption counts against its pool’s available throughput. See [Manual QoS type](#manual-qos-type).
7575
- Each volume belongs to only one pool, but a pool can contain multiple volumes.
76-
- Volumes contain a capacity of between 100 GiB and 100 TiB. You can create a [large volume](#large-volumes) with a size of between 100 TiB and 500 TiB.
76+
- Volumes contain a capacity of between 100 GiB and 100 TiB. You can create a [large volume](#large-volumes) with a size of between 50 TiB and 500 TiB.
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 50 TiB 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. 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
@@ -101,7 +101,7 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
101101
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.
102102
103103
* **Large Volume**
104-
For volumes between 50 TiB and 500 TiB, select **Yes**. If the volume does not require more than 100 TiB, select **No**.
104+
105105
[!INCLUDE [Large volumes warning](includes/large-volumes-notice.md)]
106106
107107
* **Throughput (MiB/S)**

articles/azure-netapp-files/cross-region-replication-display-health-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can view replication status on the source volume or the destination volume.
3838
![Replication health status](./media/cross-region-replication-display-health-status/cross-region-replication-health-status.png)
3939

4040
> [!NOTE]
41-
> Replication relationship shows health status as *unhealthy* if previous replication jobs are not complete. This status is a result of large volumes being transferred with a lower transfer window (for example, a ten-minute transfer time for a large volume). In this case, the relationship status shows *transferring* and health status shows *unhealthy*.
41+
> Replication relationship shows health status as *unhealthy* if previous replication jobs are not complete. This status is a result of larger volumes being transferred with a lower transfer window (for example, a ten-minute transfer time for a larger volume). In this case, the relationship status shows *transferring* and health status shows *unhealthy*.
4242
4343
## Set alert rules to monitor replication
4444

articles/azure-netapp-files/cross-zone-replication-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Cross-zone replication supports three replication schedules: 10 minutes, hourly,
6262
* For the daily replication schedule, the typical RPO is less than two days.
6363

6464
> [!IMPORTANT]
65-
> [Large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) for cross-zone replication do not support the 10-minute replication schedule.
65+
> The 10-minute replication schedule isn't supported for [large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) using cross-zone replication.
6666
6767
Recovery Time Objective (RTO), or the maximum tolerable business application downtime, is determined by factors in bringing up the application and providing access to the data at the second site. The storage portion of the RTO for breaking the peering relationship to activate the destination volume and provide read and write data access in the second site is expected to be complete within a minute.
6868

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ ms.custom: include file
1111
# azure-netapp-files-create-volumes
1212
---
1313

14+
Regular volumes quotas are between 100 GiB and 100 TiB. Large volume quotas range from 50 TiB to 500 TiB in size. If you intend for the volume quota to fall in the large volume range, select **Yes**.
15+
1416
>[!IMPORTANT]
1517
> If this is your first time using large volumes, you must first [register the feature](../large-volumes-requirements-considerations.md#register-the-feature) and request [an increase in regional capacity quota](../azure-netapp-files-resource-limits.md#request-limit-increase).
1618
>
17-
>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). For other limits, see [Resource limits](../azure-netapp-files-resource-limits.md#resource-limits).
19+
>Regular volumes cannot be converted to large volumes. Large volumes can't be resized to less than 50 TiB. To understand the requirements and considerations of large volumes, see [Requirements and considerations for large volumes](../large-volumes-requirements-considerations.md). For other limits, see [Resource limits](../azure-netapp-files-resource-limits.md#resource-limits).

articles/azure-netapp-files/manage-cool-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The standard storage with cool access feature provides options for the “coolne
2828
* Sequential reads from Azure NetApp Files backup, cross-zone replication, and cross-zone replication do not impact the temperature of the data.
2929
* If you're using a third-party backup service, configure it to use NDMP instead of the CIFS or NFS protocols. NDMP reads do not affect the temperature of the data.
3030
* After the capacity pool is configured with the option to support cool access volumes, the setting can't be disabled at the _capacity pool_ level. However, you can turn on or turn off the cool access setting at the volume level anytime. Turning off the cool access setting at the _volume_ level stops further tiering of data. 
31-
* You can't use large volumes with Standard storage with cool access.
31+
* You can't use [large volume](large-volumes-requirements-considerations.md) with Standard storage with cool access.
3232
* See [Resource limits for Azure NetApp Files](azure-netapp-files-resource-limits.md#resource-limits) for maximum number of volumes supported for cool access per subscription per region.
3333
* Considerations for using cool access with [cross-region replication](cross-region-replication-requirements-considerations.md) (CRR) and [cross-zone replication](cross-zone-replication-introduction.md):
3434
* If the volume is in a CRR relationship as a source volume, you can enable cool access on it only if the [mirror state](cross-region-replication-display-health-status.md#display-replication-status) is `Mirrored`. Enabling cool access on the source volume automatically enables cool access on the destination volume.

0 commit comments

Comments
 (0)