|
From: Christian F. <Chr...@t-...> - 2015-10-24 07:37:18
|
Ben RUBSON wrote:
> So, for dev team, I found the issue.
>
> I added "disk" into uscsidrvrs, in os_solaris.cpp :
>
> static const char *uscsidrvrs[] = {
> "sd",
> "ssd",
> "st",
> "disk"
> };
>
> Now disks are correctly detected :
> /dev/rdsk/c0t55CD2E404B7909DEd0s0 -d scsi # /dev/rdsk/c0t55CD2E404B7909DEd0s0, SCSI device
> ...
> /dev/rdsk/c1t5000CCA07327719Dd0s0 -d scsi # /dev/rdsk/c1t5000CCA07327719Dd0s0, SCSI device
>
> Perhaps this could be added as a patch to the next release ?
Already done a few days ago:
http://www.smartmontools.org/changeset/4140
Thanks,
Christian
|