Skip to content

Commit e0cd705

Browse files
authored
Merge pull request #57580 from lpettyjo/OSDOCS-4397-corrections-4-13
OSDOCS-4397: Corrections to ZRS support for Azure Disk--4-13 only
2 parents 58050bb + 540ba6d commit e0cd705

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/persistent-storage-csi-azure-disk-sc-zrs.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ When creating a storage class, you can designate the storage account type. This
1515

1616
ZRS has some region limitations. For information about these limitations, see link:https://learn.microsoft.com/en-us/azure/virtual-machines/disks-deploy-zrs?tabs=portal#limitations[ZRS limitations].
1717

18+
Both ZRS and PremiumV2_LRS have some region limitations. For information about these limitations, see link:https://learn.microsoft.com/en-us/azure/virtual-machines/disks-deploy-zrs?tabs=portal#limitations[ZRS limitations] and link:https://learn.microsoft.com/en-us/azure/virtual-machines/disks-deploy-premium-v2?tabs=azure-cli#limitations[Premium_LRS limitations].
19+
1820
.Prerequisites
1921

2022
* Access to an {product-title} cluster with administrator rights
@@ -41,7 +43,12 @@ allowVolumeExpansion: true
4143
EOF
4244
--
4345
<1> Storage class name.
44-
<2> Storage account type. This corresponds to your Azure storage account SKU tier:`Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS`.
46+
<2> Storage account type. This corresponds to your Azure storage account SKU tier:`Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS`, `PremiumV2_LRS`.
47+
+
48+
[NOTE]
49+
====
50+
For PremiumV2_LRS, specify `cachingMode: None` in `storageclass.parameters`.
51+
====
4552

4653
. Ensure that the storage class was created by listing the storage classes:
4754
+

0 commit comments

Comments
 (0)