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

(RHEL-17239) fix(qeth_rules): check the existence of /sys/devices/qeth/*/online beforehand #34

Closed
wants to merge 1 commit into from

Commits on Jan 11, 2024

  1. fix(qeth_rules): check the existence of /sys/devices/qeth/*/online be…

    …forehand
    
    On s390x KVM machines, the follow errors occurred,
        $ kdumpctl rebuild
        kdump: Rebuilding /boot/initramfs-4.18.0-321.el8.s390xkdump.img
        /usr/lib/dracut/modules.d/95qeth_rules/module-setup.sh: line 13: /sys/devices/qeth/*/online: No such file or directory
        /usr/lib/dracut/modules.d/95qeth_rules/module-setup.sh: line 13: /sys/devices/qeth/*/online: No such file or directory
    
    because s390x KVM uses virtual devices and /sys/devices/qeth/*/online
    doesn't exist. Eliminate this error by checking the existence
    beforehand.
    
    (Cherry-picked commit: 04fd4f0139c25e6f3846e759de15ac80ec807887)
    
    Resolves: RHEL-17239
    coiby authored and pvalena committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    41d4258 View commit details
    Browse the repository at this point in the history