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/aks/azure-disk-csi.md
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
30
30
-`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).
31
31
-[Snapshot](#volume-snapshots)
32
32
-[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)
34
34
35
35
> [!NOTE]
36
36
> 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
281
281
test.txt
282
282
```
283
283
284
-
## Resize a persistent volume without downtime (Preview)
> 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
295
285
296
286
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.
297
287
@@ -460,4 +450,4 @@ The output of the command resembles the following example:
0 commit comments