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

Generic module uevent handler #1176

Merged

Commits on Aug 22, 2023

  1. udisksmodule: Add generic uevent handler

    Adding as a temporary workaround for LVM2 needs that used
    to abuse the new_module() call and returned nothing. With
    the recent changes to avoid calling this method on a 'remove'
    uevent this no longer works and a temporary solution was needed.
    tbzatek committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4677c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcc9809 View commit details
    Browse the repository at this point in the history
  3. tests: Add LVM2 LV activate/deactivate tests

    This should cover add/remove uevent handling
    tbzatek committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f286e4a View commit details
    Browse the repository at this point in the history