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

cleanup efa installer archive before install #6870

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 21, 2024

  1. cleanup efa installer archive before install

    Currently, the UserData section that runs during cloud init
    happens before any root volumes are expanded with growpart.
    Although the best solution would be to ensure the filesystem
    resize happens before these scripts are run, a quick means
    to fix the current issue is simply to cleanup the efa
    installer tar.gz, which is very large. I have tested this
    with hpc7g for a size 2 and size 8 cluster (previously both
    not working) and can confirm the devices are functioning after.
    
    Signed-off-by: vsoch <[email protected]>
    vsoch committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f3772a8 View commit details
    Browse the repository at this point in the history
  2. efa-installer: remove archive in 2023 files

    Problem: the node consistently runs out of disk space when
    adding efa, resulting in an unusable cluster with scattered
    nodes where the installer failed.
    Solution: the installer archive itself is huge, and we can
    simply remove it and avoid this error.
    
    Signed-off-by: vsoch <[email protected]>
    vsoch committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a47a32a View commit details
    Browse the repository at this point in the history