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

Refactor to enable local storage #1313

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

Commits on Feb 17, 2022

  1. Refactor to enable local storage

    Refactor code from assisted_deployment.sh to enable_local_storage.sh
    so that the local-storage operator can be enabled for deployed clusters
    independent of the other assisted dependencies.
    
    This also now works for pre-release builds by installing LSO from source.
    Steven Hardy committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f7b0b62 View commit details
    Browse the repository at this point in the history
  2. Fix VM_EXTRADISKS_LIST default

    Currently this is wrong, since the primary disk shows up as sda
    due to using virtio-scsi, but then the single additional disk
    uses virtio and shows up as vda, not vdb.
    Steven Hardy committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    75a147b View commit details
    Browse the repository at this point in the history