-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Update ddsv6-series.md to note that Ephemeral Disks *are* Supported #148
base: main
Are you sure you want to change the base?
Conversation
It looks like there is a doc typo, ephemeral OS disks are supported for this sku, per the following command ``` ~ az vm list-skus -l westus --size Standard_D8ds_v6 [ { "apiVersions": null, "capabilities": [ { "name": "MaxResourceVolumeMB", "value": "0" }, { "name": "OSVhdSizeMB", "value": "1047552" }, { "name": "vCPUs", "value": "8" }, { "name": "MemoryPreservingMaintenanceSupported", "value": "True" }, { "name": "HyperVGenerations", "value": "V2" }, { "name": "DiskControllerTypes", "value": "NVMe" }, { "name": "SupportedEphemeralOSDiskPlacements", "value": "NvmeDisk" }, { "name": "MemoryGB", "value": "32" }, { "name": "MaxDataDiskCount", "value": "24" }, { "name": "CpuArchitectureType", "value": "x64" }, { "name": "LowPriorityCapable", "value": "True" }, { "name": "PremiumIO", "value": "True" }, { "name": "VMDeploymentTypes", "value": "IaaS" }, { "name": "vCPUsAvailable", "value": "8" }, { "name": "vCPUsPerCore", "value": "2" }, { "name": "CombinedTempDiskAndCachedIOPS", "value": "36000" }, { "name": "CombinedTempDiskAndCachedReadBytesPerSecond", "value": "500000000" }, { "name": "CombinedTempDiskAndCachedWriteBytesPerSecond", "value": "500000000" }, { "name": "UncachedDiskIOPS", "value": "12800" }, { "name": "UncachedDiskBytesPerSecond", "value": "424000000" }, { "name": "NvmeDiskSizeInMiB", "value": "450560" }, { "name": "NvmeSizePerDiskInMiB", "value": "450560" }, { "name": "NvmeMaxReadIops", "value": "150000" }, { "name": "NvmeMaxWriteIops", "value": "60000" }, { "name": "NvmeMaxReadBytesPerSecond", "value": "720000000" }, { "name": "NvmeMaxWriteBytesPerSecond", "value": "360000000" }, { "name": "EphemeralOSDiskSupported", "value": "True" }, ```
@vsabella : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 5cf8f16: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
It looks like there is a doc typo, ephemeral OS disks are supported for this sku, per the following command