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

[WIP] udiskslinuxdevice: Fix dm-multipath ATA drives handling #1064

Closed
wants to merge 1 commit into from

Commits on Feb 9, 2023

  1. udiskslinuxdevice: Fix dm-multipath ATA drives handling

    The dm-multipath devices are actually capable of tunneling ioctls
    down to the drive through an active path. It might be actually dangerous
    to approach the particular paths directly, in parallel or async.
    
    This change refrains from any probing on ATA devices which are part
    of a dm-multipath device. The actual dm-multipath device is probed
    instead.
    
    However the dm-multipath device carries only a small number of udev
    attributes that still need to be retrieved from the particular path.
    tbzatek committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    14966f8 View commit details
    Browse the repository at this point in the history