Page MenuHomeFreeBSD

release: correct Azure disk image extension
AcceptedPublic

Authored by emaste on Feb 24 2023, 6:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 6:44 PM
Unknown Object (File)
Sat, May 4, 1:53 PM
Unknown Object (File)
Jan 18 2024, 1:18 PM
Unknown Object (File)
Jan 5 2024, 5:45 PM
Unknown Object (File)
Dec 28 2023, 3:06 PM
Unknown Object (File)
Dec 20 2023, 7:53 AM
Unknown Object (File)
Nov 7 2023, 4:42 AM
Unknown Object (File)
Nov 5 2023, 6:39 AM

Details

Reviewers
whu
lwhsu
Group Reviewers
releng
Summary
Azure images are Microsoft VHD files which use the .vhd extension.
We use the mkimg format arg "vhdf" to specify the fixed vhd format, but
the extension should remain .vhd.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
lwhsu added a subscriber: lwhsu.

I'm fine with this. For the record, when I worked on this, I kept azure.vhdf as it is an intermediate product and for aligning with other images. Note that the azure-do-upload target in Makefile.azure will upload as .vhd suffix, with more clear naming.

This revision is now accepted and ready to land.Feb 25 2023, 3:56 AM

I garbage collected the AZURE_DISK variable since it was unused. (Note that CLOUDWARE does not include AZURE so in fact *none* of the cloudware-related AZURE variables are used, but _DISK in particular isn't used for any of the cloudwares.)

The AZURE_IMG bit needs to change since we now have support for building separate UFS and ZFS images (with different file names).