Actions
Feature #7381
closedsupport EUI64 in blkdev
Start date:
2016-09-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
NVMe 1.1. will support namespaces that have an 64bit Extended Unique Identifier (EUI64), which will allow to identify namespaces on dual-ported or dual-hosted controllers. To support that in the nvme driver blkdev needs to support that as well.
A blkdev driver such as nvme should be able to report the EUI64 to blkdev, and blkdev should use it as target number in the device nodes similar to how SAS/FC WWNs are handled.
Updated by Electric Monk almost 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit df8c228748280860358d01a3d32ce256aeb51c38
commit df8c228748280860358d01a3d32ce256aeb51c38 Author: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Date: 2016-09-29T16:06:52.000Z 7381 support EUI64 in blkdev Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions