Skip to content

Commit 27ee92a

Browse files
Merge pull request #8380 from rphillips/fix_read_write_cache_azure_masters
OCPBUGS-33470: use read/write cache on azure masters
2 parents 7a7745f + 1191d0a commit 27ee92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/azure/cluster/master/master.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ resource "azurerm_linux_virtual_machine" "master" {
114114

115115
os_disk {
116116
name = "${var.cluster_id}-master-${count.index}_OSDisk" # os disk name needs to match cluster-api convention
117-
caching = "ReadOnly"
117+
caching = "ReadWrite"
118118
storage_account_type = var.os_volume_type
119119
disk_size_gb = var.os_volume_size
120120
disk_encryption_set_id = var.disk_encryption_set_id

0 commit comments

Comments
 (0)