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-csi-disk-storage-provision.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ The following table includes parameters you can use to define a custom storage c
49
49
|fsType | File System Type |`ext4`, `ext3`, `ext2`, `xfs`, `btrfs`for Linux, `ntfs`for Windows | No |`ext4`for Linux, `ntfs`for Windows|
50
50
|cachingMode | [Azure Data Disk Host Cache Setting][disk-host-cache-setting] |`None`, `ReadOnly`, `ReadWrite`| No |`ReadOnly`|
51
51
|resourceGroup | Specify the resource group for the Azure Disks | Existing resource group name | No | If empty, driver uses the same resource group name as current AKS cluster|
|DiskIOPSReadWrite | [UltraSSD disk][ultra-ssd-disks] or [Premium SSD v2][premiumv2_lrs_disks] IOPS Capability (minimum: 2 IOPS/GiB) | 100~160000 | No |`500`|
53
+
|DiskMBpsReadWrite | [UltraSSD disk][ultra-ssd-disks] or [Premium SSD v2][premiumv2_lrs_disks] Throughput Capability(minimum: 0.032/GiB) | 1~2000 | No |`100`|
54
54
|LogicalSectorSize | Logical sector size in bytes for ultra disk. Supported values are 512 ad 4096. 4096 is the default. |`512`, `4096`| No |`4096`|
55
55
|tags | Azure Disk [tags][azure-tags] | Tag format: `key1=val1,key2=val2`| No |""|
56
56
|diskEncryptionSetID | ResourceId of the disk encryption set to use for [enabling encryption at rest][disk-encryption] | format: `/subscriptions/{subs-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSet-name}`| No |""|
0 commit comments