You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running diskscan 0.19 (tried also master and 0.20)
on Debian 10 kernel 5.8 and Debian 12 kerneln 6.5
accessing SATA disks (6-16 TB Seagate, WD, Toshiba)
attached to an LSI SAS Adapter through the Linux mpt3sas driver
Each time one of the code functions (maybe more ?) in lib/diskscan.c
Hi, I figured I'd try this software, I'm running an LSI SAS HBA and I had been testing drives doing read and writes on them, diskscan immediately doesn't like the disk, but I can read/write fine from it using direct IO, it looks like diskscan is doing something "special" that the HBA doesn't like:
I am running diskscan 0.19 (tried also master and 0.20)
on Debian 10 kernel 5.8 and Debian 12 kerneln 6.5
accessing SATA disks (6-16 TB Seagate, WD, Toshiba)
attached to an LSI SAS Adapter through the Linux mpt3sas driver
Each time one of the code functions (maybe more ?) in lib/diskscan.c
is executed the drive does a POR because a command times out
I tried increasing the timeouts but with no success.
So i am using the following workaround to exclude a drive POR from the errors:
I guess there is a better solution for this by changing the ata_monitor commands, unfortunately I do not know how.
The text was updated successfully, but these errors were encountered: