checksum for big vagrant boxes (>12GB) fails
Vagrant version
2.2.19
Host operating system
debian11 5.10.0-16-amd64 #1 SMP Debian 5.10.127-1 (2022-06-30) x86_64 GNU/Linux
Guest operating system
debian11
Vagrantfile
Vagrant.configure("2") do |config| config.vm.box = "randrysek/debian11" config.vm.box_download_insecure = true end
Debug output
https://gist.github.com/richardcz/e13079865b9ffac54f5dbf5a8ba5db4f
Expected behavior
Downloaded file in the webbrowser and after that a calculated checksum on the Lin/Win machine is fine.
Actual behavior
The checksum md5 calculated by vagrant command failed for virtualbox files of size more than 12GB. I have an another box of the size ~5 GB and it is fine.
Steps to reproduce
- Create a virtualbox machine (default one) with vagrant
References
Hey, @richardcz,I made an attempt to look into this, but I wasn't able to reproduce the issue. Perhaps it's related to this particular box ?! I couldn't test with that one, as it appears to not be a publicly visible one, but I tried with other boxes above 12 G of size and didn't get the exception. Are you able to reproduce it with other boxes as well ?