LSI9306-16i and some weird messages

I have an LSI9305-16i card with some hard disks attached. All disks are being detected and working correctly. I’ve created a ZFS pool and all seems to work well (I’m using Proxmox 8.2)

However, the syslog shows some really weird messages that are not related to any problem. Each access to the controller by the OS adds these messages to the syslog:

[111221.916441] mpt3sas_cm0: log_info(0x30030109): originator(IOP), code(0x03), sub_code(0x0109)
[111221.918184] mpt3sas_cm0: log_info(0x30030109): originator(IOP), code(0x03), sub_code(0x0109)
[111221.920530] mpt3sas_cm0: log_info(0x30030109): originator(IOP), code(0x03), sub_code(0x0109)
[111221.922339] mpt3sas_cm0: log_info(0x30030109): originator(IOP), code(0x03), sub_code(0x0109)
[111221.922447] mpt3sas_cm0: log_info(0x30030109): originator(IOP), code(0x03), sub_code(0x0109)
[111221.927581] mpt3sas_cm0: log_info(0x30030109): originator(IOP), code(0x03), sub_code(0x0109)
[111221.930053] mpt3sas_cm0: log_info(0x30030109): originator(IOP), code(0x03), sub_code(0x0109)

Again, I don’t see any issues regarding the controller or the disks prior (or after) those messages.

Did anyone had this issue?

Did you flash controller with the latest firmware?

I’ve had this issue, and after searching off and on for longer than I’d like to admit, I found an answer.
Value 30030109h
Type: 30000000h SAS
Origin: 00000000h IOP
Code: 00030000h IOP_LOGINFO_CODE_CONFIG_INVALID_PAGE
Sub Code: 00000100h IOP_LOGINFO_CODE_CONFIG_INVALID_PAGE_RT Route Table Entry not found
unknown 00000009h unknown
This is from lsi_decode_loginfo on github.
Seems harmless to me. I’ve also not had any problems with either of my 9305-24i cards.

I have LSI 9400-16i on latest firmware available at Broadcom

Same story but different sub_error code

Feb 17 00:00:05 nas kernel: mpt3sas_cm0: log_info(0x300301e1): originator(IOP), code(0x03), sub_code(0x01e1)
Feb 17 00:00:06 nas kernel: mpt3sas_cm0: log_info(0x300301e1): originator(IOP), code(0x03), sub_code(0x01e1)
Feb 17 00:00:06 nas kernel: mpt3sas_cm0: log_info(0x300301e1): originator(IOP), code(0x03), sub_code(0x01e1)

I also have ZFS pool running with 5 disks and no issues.

I didnt check the source code yet to see what my sub_code means

Decoding it via lsi_decode_loginfo/lsi_decode_loginfo.py at master · baruch/lsi_decode_loginfo · GitHub

Gives the same error code as above

bin/lsi_decode_loginfo_2.py 0x300301e1

Value           300301E1h
Type:           30000000h       SAS
Origin:         00000000h       IOP
Code:           00030000h       IOP_LOGINFO_CODE_CONFIG_INVALID_PAGE
Sub Code:       00000100h       IOP_LOGINFO_CODE_CONFIG_INVALID_PAGE_RT Route Table Entry not found
unknown         000000E1h       unknown

This topic was automatically closed 273 days after the last reply. New replies are no longer allowed.