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

blueprint: fix filesystem minsize toml key #825

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

achilleas-k
Copy link
Member

The toml tag for customizations.filesystem.minsize was incorrectly set to size. In osbuild-composer this was already changed to minsize [1]. The blueprint implementation in this repo is used directly in bootc-image-builder, so the tags affect how the config is parsed by that tool.

Our blueprint reference for bootc-image-builder also uses minsize [2]. Let's finally unify the config everywhere.

[1] osbuild/osbuild-composer#3783
[2] https://osbuild.org/docs/user-guide/blueprint-reference/#filesystems

The toml tag for customizations.filesystem.minsize was incorrectly set
to size.  In osbuild-composer this was already changed to minsize [1].
The blueprint implementation in this repo is used directly in
bootc-image-builder, so the tags affect how the config is parsed by that
tool.

Our blueprint reference for bootc-image-builder also uses `minsize` [2].
Let's finally unify the config everywhere.

[1] osbuild/osbuild-composer#3783
[2] https://osbuild.org/docs/user-guide/blueprint-reference/#filesystems
Copy link
Contributor

@kingsleyzissou kingsleyzissou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this 🙏

@kingsleyzissou kingsleyzissou added this pull request to the merge queue Jul 31, 2024
Merged via the queue into osbuild:main with commit ff6bd93 Jul 31, 2024
18 checks passed
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 this pull request may close these issues.

2 participants