Page MenuHomeFreeBSD

Add Micron Enterprise SSD 4k quirks
ClosedPublic

Authored by j-nitrology.com on Jun 1 2016, 9:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 3:03 PM
Unknown Object (File)
Nov 9 2024, 6:48 PM
Unknown Object (File)
Nov 9 2024, 4:20 PM
Unknown Object (File)
Nov 9 2024, 7:04 AM
Unknown Object (File)
Nov 9 2024, 5:37 AM
Unknown Object (File)
Nov 7 2024, 11:12 PM
Unknown Object (File)
Nov 7 2024, 10:59 PM
Unknown Object (File)
Dec 22 2023, 9:03 PM
Subscribers

Details

Reviewers
sbruno
Summary

Add 4k quirks for Micron Enterprise SSDs

Test Plan

We are running these at Limelight

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4078
Build 4121: arc lint + arc unit

Event Timeline

j-nitrology.com retitled this revision from to Add Micron Enterprise SSD 4k quirks.
j-nitrology.com updated this object.
j-nitrology.com edited the test plan for this revision. (Show Details)
j-nitrology.com added a reviewer: sbruno.
j-nitrology.com added a subscriber: sbruno.

Relevant output from drives:

Device Model: Micron_M500DC_MTFDDAK480MBB
Sector Sizes: 512 bytes logical, 4096 bytes physical
Device Model: MICRON_M510DC_MTFDDAK960MBP
Sector Sizes: 512 bytes logical, 4096 bytes physical

This revision is now accepted and ready to land.Jun 1 2016, 9:54 PM

The 4096 physical sector size reported by the hardware is properly being keyed off of (r228846), and we are properly setting a stripesize of 4096 based on this. The quirk is not needed for this drive.

This revision is now accepted and ready to land.Jun 1 2016, 10:39 PM