Page MenuHomeFreeBSD

Azure: Fix image names
ClosedPublic

Authored by cperciva on Nov 11 2025, 2:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 19, 4:44 AM
Unknown Object (File)
Mon, May 18, 6:47 PM
Unknown Object (File)
Mon, May 18, 10:12 AM
Unknown Object (File)
Thu, May 14, 7:56 PM
Unknown Object (File)
Mon, May 4, 10:00 PM
Unknown Object (File)
Thu, Apr 30, 8:51 PM
Unknown Object (File)
Thu, Apr 30, 6:20 AM
Unknown Object (File)
Wed, Apr 29, 3:48 PM
Subscribers

Details

Summary

We need to specify the correct image names -- *.vhdf, not *.vhd -- in
order for them to upload.

15.0 candidate

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I am ok with this change, but please note that in Azure, it requires the "source image" file extension be .vhd so even the local file is .vhdf, we still need it to be uploaded as .vhd as set line 49.

I am ok with this change, but please note that in Azure, it requires the "source image" file extension be .vhd so even the local file is .vhdf, we still need it to be uploaded as .vhd as set line 49.

Yes, I was careful to not change the --name we use to upload it. The .vdhf is necessary because that's the file name created by the code in Makefile.vm.

This revision is now accepted and ready to land.Nov 11 2025, 6:52 AM
This revision was automatically updated to reflect the committed changes.