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

feat: Added support for creating shared LVM setups #388

Merged
merged 2 commits into from
Dec 12, 2023

Commits on Nov 28, 2023

  1. feat: Added support for creating shared LVM setups

    - feature requested by GFS2
    - adds support for creating shared VGs
    - shared LVM setup needs lvmlockd service with dlm lock manager to be running
    - to test this change ha_cluster system role is used to set up degenerated cluster on localhost
    - the test will be skipped if run locally due to an issue with underlying services
    - requires blivet version with shared LVM setup support (storaged-project/blivet#1123)
    japokorn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    79b1520 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Added blivet backwards compatibility for shared VGs

    Older versions of blivet do not support 'shared' parameter. This resulted in
    failures in tests unrelated to shared VGs. This change fixes that
    behavior as well as fixes minor condition error in a test.
    japokorn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7d8b953 View commit details
    Browse the repository at this point in the history