linuxkit icon indicating copy to clipboard operation
linuxkit copied to clipboard

Ignore detected block sizes in cdrom provider

Open mraerino opened this issue 3 years ago • 1 comments

- What I did

Ignored detected blocksizes in go-diskfs. We were running into an issue where the detection is wrong (https://github.com/diskfs/go-diskfs/issues/104) which causes a panic in metadata (https://github.com/diskfs/go-diskfs/issues/103)

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

mraerino avatar Apr 01 '21 01:04 mraerino

This makes sense to me. There are open PRs on go-diskfs to fix this specific issue (the panics), but I see no reason not to rely on default sizes here.

deitch avatar Apr 01 '21 14:04 deitch