Skip to content

debos: disable ext4 dir_index on scratch for 32-bit architectures#704

Draft
obbardc wants to merge 1 commit into
mainfrom
wip/obbardc/fix-scratch-on-32bit
Draft

debos: disable ext4 dir_index on scratch for 32-bit architectures#704
obbardc wants to merge 1 commit into
mainfrom
wip/obbardc/fix-scratch-on-32bit

Conversation

@obbardc
Copy link
Copy Markdown
Member

@obbardc obbardc commented Apr 21, 2026

On 32-bit guests readdir() returns EOVERFLOW when d_off holds an htree hash value with bit 31 set. Disable dir_index on the scratch ext4 filesystem for known 32-bit Debian architectures to avoid this.

This depends on fakemachine PR: go-debos/fakemachine#301

Fixes: #620

On 32-bit guests readdir() returns EOVERFLOW when d_off holds an
htree hash value with bit 31 set. Disable dir_index on the scratch
ext4 filesystem for known 32-bit Debian architectures to avoid this.

This depends on fakemachine PR: go-debos/fakemachine#301

Fixes: #620
Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

"Value too large for defined data type" error when building armhf image with "--scratchsize" option

1 participant