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)
Thu, May 28, 7:06 PM
Unknown Object (File)
Wed, May 27, 3:50 AM
Unknown Object (File)
Tue, May 19, 12:31 PM
Unknown Object (File)
Tue, May 19, 11:26 AM
Unknown Object (File)
Mon, May 18, 4:22 AM
Unknown Object (File)
Sat, May 16, 8:28 AM
Unknown Object (File)
Fri, May 15, 8:48 PM
Unknown Object (File)
Fri, May 15, 8:48 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.