RedHat/CentOS 4.8 Bug Fix

    版本為 20:27, 3 Oct 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    Problems:

    • I/O and/or machine hangs when userspace monitoring software uses a SCSI ioctl driver.
    • Sudden high load or IO wait, system unresponsive

    Environment:

    • Red Hat Enterprise Linux 4.8
    • Note that Red Hat Enterprise Linux 5 (and later) is specifically not affected.
    • Qlogic HBA

    Solutions:

    More details:

    You can follow the steps below to confirm this bug.

    1. Look for the presence of qioctlmod in lsmod output:

    # lsmod | grep ioctl
    qioctlmod 79553 0
    qla2xxx 204065 242 qioctlmod,qla2400
    

    2. Look in /var/log/messages for messages containing qim_cmd_wait with "status=1":

    # grep qim_cmd_wait /var/log/messages
    
    Mar 11 14:15:12 somehost kernel: qim_cmd_wait(8): entered
    Mar 11 14:15:12 somehost kernel: qim_cmd_wait(8): exiting - ind=405, status=1.
    

    3. Data from "sar" confirms high I/O wait and high load around the time of the "qim_cmd_wait" messages.

    Powered by MindTouch Core