On Wed, Jun 28, 2023 at 06:12:48AM -0600, Kenneth R Westerback wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [email protected] 2023/06/28 06:12:48
>
> Modified files:
> sbin/disklabel : editor.c
>
> Log message:
> Refactor editor_allocspace() into easier to follow pieces.
>
> editor_allocspace() interates over alloc_tables calling
> allocate_space(). allocate_space() iterates over
> space_allocations calling allocate_partition().
> allocate_partition() calls allocate_diskchunk() which finds disk
> space for the partition.
>
> No intentional functional change.
>
> ok otto@
>
My regress machines failed today during autoinstall with the following
error:
disklabel: autoalloc failed
Autopartitioning failed
These machines are using disk templates. I haven't been able to test a
revert yet but this looks like the prime suspect according to the cvs
delta.