udev/path_id: introduce support for NVMe devices (#4169)

System Internals / systemd - Keith Busch [intel.com] - 26 September 2016 14:01 UTC

This appends the nvme name and namespace identifier attribute the the PCI path for by-path links. Symlinks like the following are now present:

lrwxrwxrwx. 1 root root 13 Sep 16 12:12 pci-0000:01:00.0-nvme-1 -> ../../nvme0n1 lrwxrwxrwx. 1 root root 15 Sep 16 12:12 pci-0000:01:00.0-nvme-1-part1 -> ../../nvme0n1p1

Cc: Michal Sekletar

b4c6f71 udev/path_id: introduce support for NVMe devices (#4169)
src/udev/udev-builtin-path_id.c | 9 +++++++++
1 file changed, 9 insertions(+)

Upstream: github.com


  • Share