Skip to content
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

edge-simplified-installer compose fails due to default size #108

Closed
jce-redhat opened this issue Mar 2, 2023 · 1 comment · Fixed by #109
Closed

edge-simplified-installer compose fails due to default size #108

jce-redhat opened this issue Mar 2, 2023 · 1 comment · Fixed by #109

Comments

@jce-redhat
Copy link
Contributor

the following task fails in an non-obvious way because infra.osbuild.start_compose has a default image size of 8MiB:

- name: Start simplified installer compose
  infra.osbuild.start_compose:
    blueprint: SimplifiedInstaller
    compose_type: edge-simplified-installer
    ostree_url: http://localhost:8000/repo/

if i explicitly add the argument size: 0 the task succeeds. reading the composer-cli-compose-start(1) man page, it suggests that the CLI default for size is 0. should the default size argument for infra.osbuild.start_compose be set to 0? composer seems to do the right thing if this is the case.

@maxamillion
Copy link
Collaborator

I honestly don't know why I set that default in the first place, the default value should absolutely be set to 0. Good catch, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants