[SOLVED] sdb: sdb1 , ever repeating ...
by babydr from LinuxQuestions.org on (#6QG0Q)
Now I am receiving the below in 'dmesg -w' every ~= 3 seconds another report of the 'sdb: sdb1'
Wow , was this ever the easiest (if possibly not , the most correct) fix !
Replace sdb with sda in the scripts & wow no more output .
This device (sdb) is not an nvme device in a HWRaid .
sdb is a 4x14TB(SAS) raid10 array on a Megaraid 9560-16i ,
sda is a 2x1TB(SAS) raid1 array on the same controller .
Code:[ 26.203369] ppdev: user-space parallel port driver
[ 26.399349] block nvme10n1: No UUID available providing old NGUID
[ 28.292411] ixgbe 0000:64:00.0 eth0: NIC Link is Up 1 Gbps, Flow Control: None
[ 57.402356] sdb: sdb1
[ 58.290103] sdb: sdb1
[ 59.074692] sdb: sdb1
[ 59.949222] sdb: sdb1sdb is getting read from to the tune of 972 KB/s It is NOT mounted .
Code:# iostat
Linux 6.10.7 (filesrv) 09/04/2024 _x86_64_ (64 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
0.27 0.00 0.12 0.04 0.00 99.57
Device tps kB_read/s kB_wrtn/s kB_dscd/s kB_read kB_wrtn kB_dscd
sdb 15.89 972.33 0.00 0.00 9911983 0 0Just found that one of my monitoring scripts which uses smartctl as below is causing the reading of the HWRaid array AND this is what is placing the "sdb: sdb1" into the dmesg output . The 7 is followed by 8,9,10 .
Code:smartctl -A -v 9,minutes -d megaraid,7 /dev/sdbOddly enough Tho , the below does NOT output anything to dmesg .
Code:smartctl -A -v 9,minutes -d megaraid,0 /dev/sda
Attached Files
Wow , was this ever the easiest (if possibly not , the most correct) fix !
Replace sdb with sda in the scripts & wow no more output .
This device (sdb) is not an nvme device in a HWRaid .
sdb is a 4x14TB(SAS) raid10 array on a Megaraid 9560-16i ,
sda is a 2x1TB(SAS) raid1 array on the same controller .
Code:[ 26.203369] ppdev: user-space parallel port driver
[ 26.399349] block nvme10n1: No UUID available providing old NGUID
[ 28.292411] ixgbe 0000:64:00.0 eth0: NIC Link is Up 1 Gbps, Flow Control: None
[ 57.402356] sdb: sdb1
[ 58.290103] sdb: sdb1
[ 59.074692] sdb: sdb1
[ 59.949222] sdb: sdb1sdb is getting read from to the tune of 972 KB/s It is NOT mounted .
Code:# iostat
Linux 6.10.7 (filesrv) 09/04/2024 _x86_64_ (64 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
0.27 0.00 0.12 0.04 0.00 99.57
Device tps kB_read/s kB_wrtn/s kB_dscd/s kB_read kB_wrtn kB_dscd
sdb 15.89 972.33 0.00 0.00 9911983 0 0Just found that one of my monitoring scripts which uses smartctl as below is causing the reading of the HWRaid array AND this is what is placing the "sdb: sdb1" into the dmesg output . The 7 is followed by 8,9,10 .
Code:smartctl -A -v 9,minutes -d megaraid,7 /dev/sdbOddly enough Tho , the below does NOT output anything to dmesg .
Code:smartctl -A -v 9,minutes -d megaraid,0 /dev/sda
Attached Files
My-Server-inxi-202409021704.txt (13.5 KB) |