Skip to content

Commit ac0910a

Browse files
authored
Can set parameters iops/mbps for PremiumV2 disk
1 parent c380080 commit ac0910a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-csi-disk-storage-provision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The following table includes parameters you can use to define a custom storage c
4646
|fsType | File System Type | `ext4`, `ext3`, `ext2`, `xfs`, `btrfs` for Linux, `ntfs` for Windows | No | `ext4` for Linux, `ntfs` for Windows|
4747
|cachingMode | [Azure Data Disk Host Cache Setting][disk-host-cache-setting] | `None`, `ReadOnly`, `ReadWrite` | No | `ReadOnly`|
4848
|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|
49-
|DiskIOPSReadWrite | [UltraSSD disk][ultra-ssd-disks] IOPS Capability (minimum: 2 IOPS/GiB) | 100~160000 | No | `500`|
50-
|DiskMBpsReadWrite | [UltraSSD disk][ultra-ssd-disks] Throughput Capability(minimum: 0.032/GiB) | 1~2000 | No | `100`|
49+
|DiskIOPSReadWrite | [UltraSSD disk][ultra-ssd-disks] or [PremiumSSD V2][PremiumV2_LRS] IOPS Capability (minimum: 2 IOPS/GiB) | 100~160000 | No | `500`|
50+
|DiskMBpsReadWrite | [UltraSSD disk][ultra-ssd-disks] or [PremiumSSD V2][PremiumV2_LRS] Throughput Capability(minimum: 0.032/GiB) | 1~2000 | No | `100`|
5151
|LogicalSectorSize | Logical sector size in bytes for ultra disk. Supported values are 512 ad 4096. 4096 is the default. | `512`, `4096` | No | `4096`|
5252
|tags | Azure Disk [tags][azure-tags] | Tag format: `key1=val1,key2=val2` | No | ""|
5353
|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

Comments
 (0)