Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mxraid_assemble: Mangle ST8000NM001A serial number
This new 8TB device also uses ascii-0 and not 0x0 in vpd_pg80.
  • Loading branch information
thomas committed Apr 27, 2020
1 parent e95b06b commit cfb7069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxraid/mxraid_assemble
Expand Up @@ -539,6 +539,7 @@ exit;
%MxRaid::HostData::BAD_MODELS = ( # and the cure...
ST8000NM0065 => sub {substr $_[0], 0, 8}, # silly coding of serial
ST8000NM0075 => sub {substr $_[0], 0, 8},
ST8000NM001A => sub {substr $_[0], 0, 8},
ST1000NM0045 => sub {substr $_[0], 0, 8},
);
}
Expand Down

0 comments on commit cfb7069

Please sign in to comment.