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

Add the WAL and DB devices for the disk-add command #222

Merged
merged 6 commits into from
Oct 6, 2023
Merged

Commits on Sep 21, 2023

  1. Add the WAL and DB devices for the disk-add command

    Signed-off-by: Luciano Lo Giudice <luciano.logiudice@canonical.com>
    lmlg committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d00323d View commit details
    Browse the repository at this point in the history
  2. Add the parameter names

    Signed-off-by: Luciano Lo Giudice <luciano.logiudice@canonical.com>
    lmlg committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2cf7ddf View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Fix: failure domain unit tests

    Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
    sabaini authored and lmlg committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c9ae181 View commit details
    Browse the repository at this point in the history
  2. Factor out common functionality

    This commit moves the process of wiping, encrypting and symlinking
    devices so that it can be reused for the data, WAL and DB devices.
    
    Signed-off-by: Luciano Lo Giudice <luciano.logiudice@canonical.com>
    lmlg committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3696435 View commit details
    Browse the repository at this point in the history
  3. Fill out missing members and check error

    Signed-off-by: Luciano Lo Giudice <luciano.logiudice@canonical.com>
    lmlg committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3cfab98 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Cleanup code and improve error messages.

    This commit does the following:
    - Reorder struct variables and move up cleanup.
    - Fixes OSD cleanup.
    - Skips symlinking WAL and DB devices since Ceph does it for us.
    - Properly order script arguments.
    - Factor out stable disk path management.
    
    Signed-off-by: Luciano Lo Giudice <luciano.logiudice@canonical.com>
    lmlg committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    61cab69 View commit details
    Browse the repository at this point in the history