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

storage: Add new integration layer between anaconda and cockpit storage #72

Merged
merged 9 commits into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. Enhance integration between Anaconda Web UI and Cockpit storage

    This commit introduces a higher level of integration between Anaconda Web UI and Cockpit storage.
    When users perform advanced storage configuration, their storage settings will now seamlessly sync
    with Anaconda web UI. Specifically, selected mount points and configured LUKS devices will be
    automatically detected and utilized during installation, streamlining the process for users.
    This enhancement aims to improve the user experience and reduce manual configuration efforts during
    installation.
    
    Resolves: rhbz#2263971
    KKoukiou committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fd20fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b978717 View commit details
    Browse the repository at this point in the history
  3. storage: unlock luks devices with the passphrases we get from cockpit

    Note: This is a temporary workaround which should be obsoleted and removed
    once https://issues.redhat.com/browse/INSTALLER-3898 is fixed.
    KKoukiou committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fcbde4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76337c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33d3821 View commit details
    Browse the repository at this point in the history
  6. storage: check for existing biosboot partition in the validation chec…

    …ks when configuring manually storage
    KKoukiou committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9c1beeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac5279d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d6a38f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33dfc8e View commit details
    Browse the repository at this point in the history