Skip to content

BUG 61038523: add support for azure-vm-utils#15876

Open
mayankfz wants to merge 2 commits into3.0-devfrom
mayansingh/azure-vm-utils
Open

BUG 61038523: add support for azure-vm-utils#15876
mayankfz wants to merge 2 commits into3.0-devfrom
mayansingh/azure-vm-utils

Conversation

@mayankfz
Copy link
Contributor

@mayankfz mayankfz commented Feb 17, 2026

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • The toolchain has been rebuilt successfully (or no changes were made to it)
  • The toolchain/worker package manifests are up-to-date
  • Any updated packages successfully build (or no packages were changed)
  • Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • All package sources are available
  • cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • LICENSE-MAP files are up-to-date (./LICENSES-AND-NOTICES/SPECS/data/licenses.json, ./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md, ./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)
  • All source files have up-to-date hashes in the *.signatures.json files
  • sudo make go-tidy-all and sudo make go-test-coverage pass
  • Documentation has been updated to match any changes to the build system
  • Ready to merge

Summary

What does the PR accomplish, why was it needed?
BUG 61038523: add support for azure-vm-utils

Change Log
  • add support for azure-vm-utils
Does this affect the toolchain?

NO

Associated issues
Links to CVEs
Test Methodology

List NVMe devices and check status ->

lsblk -d -o NAME,MODEL,TRAN
sudo azure-nvme-id && echo "OK"

azure-vm-ut

Udev integration test to verify rules were applied ->

sudo udevadm control --reload
sudo udevadm trigger
udevadm info /dev/nvme1n1 | grep -i azure

Check service state ->

sudo systemctl status azure-ephemeral-disk-setup.service

azure-vm-utils

sudo systemctl start azure-ephemeral-disk-setup.service
sudo systemctl status azure-ephemeral-disk-setup.service

image

@microsoft-github-policy-service microsoft-github-policy-service bot added Packaging 3.0-dev PRs Destined for AzureLinux 3.0 labels Feb 17, 2026
Signed-off-by: Mayank Singh <mayansingh@microsoft.com>
@mayankfz mayankfz force-pushed the mayansingh/azure-vm-utils branch from 89cbd6e to eff78d6 Compare February 17, 2026 11:57
@mayankfz mayankfz marked this pull request as ready for review February 18, 2026 09:06
@mayankfz mayankfz requested a review from a team as a code owner February 18, 2026 09:06
Signed-off-by: Mayank Singh <mayansingh@microsoft.com>
@mayankfz mayankfz force-pushed the mayansingh/azure-vm-utils branch from 41465cd to 8de926a Compare February 18, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.0-dev PRs Destined for AzureLinux 3.0 Packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments