Page MenuHomeFreeBSD

nvme: Change namespace device name
ClosedPublic

Authored by chuck on May 30 2024, 5:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 8, 11:48 AM
Unknown Object (File)
Sat, Jun 8, 6:20 AM
Unknown Object (File)
Jun 1 2024, 11:19 AM
Unknown Object (File)
May 31 2024, 5:40 PM
Subscribers

Details

Summary

Changes the device name for NVMe and NVMe-oF namespaces from using "ns"
to "n" to be more compatible with other operating systems. Preserves the
existing functionality by creating alias from nvmeXnY to nvmeXnsY.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chuck requested review of this revision.May 30 2024, 5:00 PM

This looks good.
It conflicts with what i did here, but you did it better so I'll rebase.

This revision is now accepted and ready to land.May 30 2024, 6:32 PM
This revision was automatically updated to reflect the committed changes.