Skip to content

fix(publish-sig-image): add NVMe disk controller support to image definition#16659

Draft
christopherco wants to merge 1 commit intotomls/base/mainfrom
chrco/fix-acg-script
Draft

fix(publish-sig-image): add NVMe disk controller support to image definition#16659
christopherco wants to merge 1 commit intotomls/base/mainfrom
chrco/fix-acg-script

Conversation

@christopherco
Copy link
Copy Markdown
Collaborator

Add --features 'DiskControllerTypes=SCSI, NVMe' to the az sig image-definition create command so the gallery image is tagged as supporting NVMe. Without this, VMs deployed on NVMe-based sizes (Ebsv5, Lsv3, v6, etc.) either fall back to SCSI or fail to deploy.

This matches the features set on the official Azure Linux 3 marketplace image (MicrosoftCBLMariner:azure-linux-3:azure-linux-3-gen2:latest).

…inition

Add --features 'DiskControllerTypes=SCSI, NVMe' to the az sig
image-definition create command so the gallery image is tagged as
supporting NVMe. Without this, VMs deployed on NVMe-based sizes
(Ebsv5, Lsv3, v6, etc.) either fall back to SCSI or fail to deploy.

This matches the features set on the official Azure Linux 3 marketplace
image (MicrosoftCBLMariner:azure-linux-3:azure-linux-3-gen2:latest).
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant