Element image->preferences->type->size default value is not set according to v7 documentation:
"If the size element is not used, KIWI will create an image containing approximately 30 % free space."
Actual behaviour
Image without size element fails to build with error:
KiwiCommandError: rsync: stderr: rsync: write failed on "/tmp/kiwi_mount_manager.4qy_vkin/var/lib/rpm/Packages": No space left on device (28)
The same project builds properly in kiwi v7, but fails in v8.
@kravciak I have already found that issue too, I have a patch on the way. The estimated image size is slightly smaller that the really needed size. I have just some little things to verify and I'll commit a fix.
Problem description
Element image->preferences->type->size default value is not set according to v7 documentation: "If the size element is not used, KIWI will create an image containing approximately 30 % free space."
Actual behaviour
Image without size element fails to build with error: KiwiCommandError: rsync: stderr: rsync: write failed on "/tmp/kiwi_mount_manager.4qy_vkin/var/lib/rpm/Packages": No space left on device (28)
The same project builds properly in kiwi v7, but fails in v8.
Steps to reproduce the behaviour