Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vsabella
Copy link

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"
      },

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"
      },
```
Copy link
Contributor

@vsabella : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Copy link

Learn Build status updates of commit 5cf8f16:

✅ Validation status: passed

File Status Preview URL Details
articles/virtual-machines/sizes/general-purpose/ddsv6-series.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@v-dirichards
Copy link
Contributor

@mattmcinnes

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged C+L Pull Request Review Team label label Feb 19, 2025
Copy link

github-actions bot commented Mar 5, 2025

This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions.
Get Help
Docs Support Teams Channel
Resolve Merge Conflict

@github-actions github-actions bot added the inactive This PR is inactive for more than 14 days label Mar 5, 2025
Copy link
Contributor

@vsabella : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@v-dirichards
Copy link
Contributor

@mattmcinnes Could you review this proposed update to your article and enter #sign-off in a comment if it's ready to merge?

@github-actions github-actions bot removed the inactive This PR is inactive for more than 14 days label Mar 6, 2025
Copy link

This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions.
Get Help
Docs Support Teams Channel
Resolve Merge Conflict

@github-actions github-actions bot added the inactive This PR is inactive for more than 14 days label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants