From: Chesnokov G. <Che...@ra...> - 2022-02-20 18:48:52
|
Hi Rob, > It's probably just something small that I'm missing, any hints? Please check qlini_mode param of qla2xxx_scst module. cat /sys/module/qla2xxx_scst/parameters/qlini_mode If it is enabled, this is default mode, than qla2xxx module was loaded in initiator mode. You need to load qla2xxx module in target mode, so you should manually pass qlini_mode=disabled param during module probing. modprobe qla2xxx_scst qlini_mode=disabled Thanks, Gleb. |