From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@intel.com (Keith Busch) Date: Thu, 21 Sep 2017 17:12:46 -0400 Subject: [PATCH 9/9] nvme: implement multipath access to nvme subsystems In-Reply-To: <20170920235250.GA28865@lst.de> References: <20170918231453.27128-1-hch@lst.de> <20170918231453.27128-10-hch@lst.de> <20170920225822.GE1379@localhost.localdomain> <20170920235250.GA28865@lst.de> Message-ID: <20170921211246.GB10713@localhost.localdomain> On Thu, Sep 21, 2017@01:52:50AM +0200, Christoph Hellwig wrote: > I noticed the odd renaming in sysfs and though about gettind rid > of the /dev/nvme/ directory. I just need to come up with a good > name for the device nodes - the name can't contain /dev/nvme* as > nvme-cli would break if it sees files that start with nvme in /dev/. Ah, didn't know that. I'll fix nvme-cli to handle this. We can still use a different naming convention for the multipath handles. > /dev/nvmN ? Looks safe. BTW, considered persistent nameing rules to symlink these from /dev/disk/by-id/? May need to add an attribute to the multipath object to assist that.