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

The spel_amigenfstype user-variable is not fully implemented #529

Open
ferricoxide opened this issue Nov 24, 2021 · 1 comment
Open

The spel_amigenfstype user-variable is not fully implemented #529

ferricoxide opened this issue Nov 24, 2021 · 1 comment

Comments

@ferricoxide
Copy link
Member

Expected behavior

Setting a value for spel_amigenfstype results in the produced-AMI's root-filesystems all be formatted with the selected fstype

Actual behavior

While the spel_amigenfstype user-variable is referenced in the AMI-builders for EL8 (minimal-centos-8-hvm and minimal-rhel-8-hvm), they are:

  • Not actually defined in the user-variable definition-section
  • Not referenced in any of the other builders.

Suggestions for fix

  1. Add the spel_amigenfstype variable-declare (likely with default value of ext4) to the user-variables section
  2. Ensure:
    "SPEL_AMIGENFSTYPE={{ user `spel_amigenfstype` }}"`
    
    is present in all of the builder-definitions
@ferricoxide
Copy link
Member Author

Tagging @nortiz34 for his awareness

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

No branches or pull requests

1 participant