Hide Forgot
Description of problem: iscsid daemon didn't load bnx2i modules Version-Release number of selected component (if applicable): iscsi-initiator-utils: 6.2.0.872 How reproducible: Steps to Reproduce: 1.start iscsid 2.lsmod Actual results: bnx2i is not listed Expected results: bnx2i should be included in the list
Easy fix, Mike. You can store supported modules in to a variable and use "modprobe -qa ${SUP_MODULES}" qa_ack+, easy test.
(In reply to comment #1) > Easy fix, Mike. > > You can store supported modules in to a variable and use "modprobe -qa > ${SUP_MODULES}" > Thanks. Bruno - What exact version is the iscsi tools? We have a bnx2i modprobe right now: echo -n $"Starting iSCSI daemon: " modprobe -q cxgb3i modprobe -q bnx2i modprobe -q iscsi_tcp modprobe -q ib_iser modprobe -q be2iscsi daemon iscsiuio
iscsi-initiator-utils-6.2.0.872-10 have bnx2i is in /etc/init.d/iscsid And that version is shipped in RHEL 5.7. My fault, I didn't check it carefully. Not a bug. Closing.