forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
130862: roachprod: use NVMe when provisioning clusters on Azure. r=renatolabs,srosenberg,herkolategan a=shailendra-patel Currently, when provisioning clusters on Azure, we interface with the data disk via SCSI (the default). For improved performance and uniformity with other clouds use NVMe. Azure support DiskControllerType NVMe for `E Series v5` VM family. OS disk and network disks are interfaced with NVMe. Local storage are interfaced via SCSI, NVMe is not supported for local disk. Changes as part of this PR: - For `E Series v5` VM family enabled NVMe. Epic: none Fixes: cockroachdb#129009 Release note: None Co-authored-by: Shailendra Patel <[email protected]>
- Loading branch information
Showing
3 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters