-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora v2.4.0 out of space during install #1841
Comments
Image was properly constructed with the proper size:
Maybe the source is bigger that what we checked for some reason? But df doesnt seem to think that:
|
There is definitely enough space in the partition to hold active.img+passive.img so that calculation is okay. |
umm, image is really full to the brim:
|
Im wondering if its due to symlinks or something because the sizes doesnt match here somehow. /run/rootfsbase/ -> 1.6G Should be enough... |
Im wondering if somewhere there is a wrong symlink that makes it go out of the root dir that we need to copy....gonna check rsync commands as there is a way of avoiding this IIRC. |
Workaround for now, add this to your cloud-config to override the automatic sizes:
|
With a size of 1780Mb It works..... So somehow Im missing 23Mb somewhere. Maybe the rounding up has to be expanded to add half a gig or something. |
having a rounding up sounds good, at least to be in the safe side as well 👍 |
@Itxaka Having the same issues with the OpenSUSE Alpine image. Did you have to build it again with some extra parameters or did you overwrite the partitions with the above mentioned |
Cloud config workaround until we do a new patch release with this fixed |
@Itxaka how do you get the value of the rootfsbase? I'm getting something much smaller:
|
Implemented a solution in kairos-io/kairos-agent#153 which also counts the symlinks but that increases the size of the image by more than the 20 something Megs that were mentioned before:
|
good catch ! |
Kairos version:
CPU architecture, OS, and Version:
Describe the bug
Installing Fedora fails during rsync
rsync: [receiver] write failed on "/run/cos/active/usr/src/zfs-2.1.12/tests/zfs-tests/tests/functional/redacted_send/redacted_volume.ksh": No space left on device (28)
To Reproduce
Get any kairos-standard-fedora-v2.4.0 iso, install it.
Expected behavior
It installs
Logs
Additional context
Images in the spec look good:
Partitions also look good with proper size:
And they were created with proper sizes:
Aos, not sure why we are bundling /usr/src in the images??? Useless space that we should drop.
The text was updated successfully, but these errors were encountered: