Skip to content

Commit

Permalink
mxraid_assemble: Mangle ST1000NM0045 serial number
Browse files Browse the repository at this point in the history
This 1TB device also uses ascii-0 and not 0x0 in vpd_pg80
  • Loading branch information
thomas committed Feb 14, 2019
1 parent 8e0c384 commit fc348be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxraid/mxraid_assemble
Original file line number Diff line number Diff line change
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},
ST1000NM0045 => sub {substr $_[0], 0, 8},
);
}

Expand Down

0 comments on commit fc348be

Please sign in to comment.