You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reporting this since I cannot reproduce it from composer-cli, and from the metadata produced by the compose it seems that the custom size I set for the image artefact is respected, however: every compose that I run with the infra.osbuild.start_compose module and VHD target fails at the step org.osbuild.copy with the following error:
cp: error writing '/run/osbuild[...]': No space left on device
If I run the same compose from the CLI, it succeeds (I use the same parameters declared as the module's arguments).
I am using the infra.osbuild collection version 2.2.0, on a Fedora 38 system with Python 3.9.16
I attach the metadata and log files for both the succeeding job run from CLI and the failing one run from Ansible, and also the blueprint file and the command/task I used to run the respective composes.
I think that this issue may be related to the fact that the size parameter is handled differently between the module_utils/weldrapiv1 implementation and the one found inside the weldr-client (composer-cli) project:
My assumption is supported by the fact that the following task can correctly queue and finish a build for a VHD (while I could not achieve this using the start_compose module):
I am reporting this since I cannot reproduce it from
composer-cli
, and from the metadata produced by the compose it seems that the custom size I set for the image artefact is respected, however: every compose that I run with theinfra.osbuild.start_compose
module and VHD target fails at the steporg.osbuild.copy
with the following error:If I run the same compose from the CLI, it succeeds (I use the same parameters declared as the module's arguments).
I am using the
infra.osbuild
collection version2.2.0
, on aFedora 38
system withPython 3.9.16
I attach the metadata and log files for both the succeeding job run from CLI and the failing one run from Ansible, and also the blueprint file and the command/task I used to run the respective composes.
Successful CLI run
Failed Ansible run
infra_osbuild_issue.zip
The text was updated successfully, but these errors were encountered: