Skip to content

Commit bb9e77a

Browse files
Merge pull request #225888 from andyzhangx/patch-61
azure disk live resize feature is GA now
2 parents 98376fc + 79bdb70 commit bb9e77a

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

articles/aks/azure-disk-csi.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
3030
- `Premium_ZRS`, `StandardSSD_ZRS` disk types are supported. ZRS disk could be scheduled on the zone or non-zone node, without the restriction that disk volume should be co-located in the same zone as a given node. For more information, including which regions are supported, see [Zone-redundant storage for managed disks](../virtual-machines/disks-redundancy.md).
3131
- [Snapshot](#volume-snapshots)
3232
- [Volume clone](#clone-volumes)
33-
- [Resize disk PV without downtime(Preview)](#resize-a-persistent-volume-without-downtime-preview)
33+
- [Resize disk PV without downtime](#resize-a-persistent-volume-without-downtime)
3434

3535
> [!NOTE]
3636
> Depending on the VM SKU that's being used, the Azure Disks CSI driver might have a per-node volume limit. For some powerful VMs (for example, 16 cores), the limit is 64 volumes per node. To identify the limit per VM SKU, review the **Max data disks** column for each VM SKU offered. For a list of VM SKUs offered and their corresponding detailed capacity limits, see [General purpose virtual machine sizes][general-purpose-machine-sizes].
@@ -281,17 +281,7 @@ outfile
281281
test.txt
282282
```
283283

284-
## Resize a persistent volume without downtime (Preview)
285-
286-
> [!IMPORTANT]
287-
> Azure Disks CSI driver supports expanding PVCs without downtime (Preview).
288-
> Follow this [link][expand-an-azure-managed-disk] to register the disk online resize feature.
289-
>
290-
> az feature register --namespace Microsoft.Compute --name LiveResize
291-
>
292-
> az feature show --namespace Microsoft.Compute --name LiveResize
293-
>
294-
> Follow this [link][expand-pvc-with-downtime] to expand PVCs **with** downtime if you cannot try preview feature.
284+
## Resize a persistent volume without downtime
295285

296286
You can request a larger volume for a PVC. Edit the PVC object, and specify a larger size. This change triggers the expansion of the underlying volume that backs the PV.
297287

@@ -460,4 +450,4 @@ The output of the command resembles the following example:
460450
[az-on-demand-bursting]: ../virtual-machines/disk-bursting.md#on-demand-bursting
461451
[enable-on-demand-bursting]: ../virtual-machines/disks-enable-bursting.md?tabs=azure-cli
462452
[az-premium-ssd]: ../virtual-machines/disks-types.md#premium-ssds
463-
[general-purpose-machine-sizes]: ../virtual-machines/sizes-general.md
453+
[general-purpose-machine-sizes]: ../virtual-machines/sizes-general.md

0 commit comments

Comments
 (0)