c5ba7a2 udev-rules: fix nvme symlink creation on namespace changes

2 files Authored by Thomas Blume a year ago, Committed by zbyszek a year ago,
    udev-rules: fix nvme symlink creation on namespace changes
    
    The nvme by-id symlink changes to the latest namespace when a new namespace gets
    added, for example by connecting multiple NVMe/TCP host controllers via nvme
    connect-all.
    That is incorrect for persistent device links.
    The persistent symbolic device link should continue to point to the same NVMe
    namespace throughout the lifetime of the current boot.
    Therefore the namespace id needs to be added to the link name.
    
        
file modified
+2 -0