Skip to content

Commit fd30157

Browse files
craig[bot]nicktrav
andcommitted
Merge #145928
145928: roachprod/azure: use premium ssdv2 by default r=annrprom,srosenberg a=nicktrav Switch to using the SSDv2 offering from Azure by default. Release note: None. Epic: None. Co-authored-by: Nick Travers <[email protected]>
2 parents 7a8b18d + 9252c0e commit fd30157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/roachprod/vm/azure/azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ func (p *Provider) createVM(
10621062
// premium-disk specific disk configurations.
10631063
dataDisks[0].CreateOption = compute.DiskCreateOptionTypesEmpty
10641064
dataDisks[0].ManagedDisk = &compute.ManagedDiskParameters{
1065-
StorageAccountType: compute.StorageAccountTypesPremiumLRS,
1065+
StorageAccountType: compute.StorageAccountTypesPremiumV2LRS,
10661066
}
10671067
default:
10681068
err = errors.Newf("unsupported network disk type: %s", providerOpts.NetworkDiskType)

0 commit comments

Comments
 (0)