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

fix(zfcp_rules): use the right wwpn and lun vars and support new device format #2631

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 29, 2024

  1. fix(zfcp_rules): use the right wwpn and lun vars and support new devi…

    …ce format
    
    Commit c8e5312 introduced a regression that
    causes the parsed `_wwpn` and `_lun` from SCSI device nodes to not be passed
    to the `create_udev_rule` function.
    
    Also, the format of these udev-created SCSI device nodes has changed, now it
    looks like: `ccw-<device_bus_id>-fc-<wwpn>-lun-<lun>-part<n>`
    
    Fixes c8e5312
    aafeijoo-suse committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    829aac6 View commit details
    Browse the repository at this point in the history