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 support for creating shared LVM setups #1123

Merged

Commits on Aug 31, 2023

  1. Add support for creating shared LVM setups

    This feature is requested by GFS2 for the storage role. This adds
    support for creating shared VGs and activating LVs in shared mode.
    vojtechtrefny committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c2ffce4 View commit details
    Browse the repository at this point in the history
  2. When creating a shared LVM VG skip pvcreate

    When creating the first shared VG (and using sanlock lock manager)
    vgcreate has to be given non-PV device otherwise VG creation will
    fail.
    vojtechtrefny committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8447b50 View commit details
    Browse the repository at this point in the history
  3. Force command line based libblockdev LVM plugin

    We need to be able to skip pvcreate when creating a shared VG and
    that is not possible with LVM DBusD.
    vojtechtrefny committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    29d412f View commit details
    Browse the repository at this point in the history