Re: [systemd-devel] [PATCH] 60-persistent-storage.rules: add NVMe disks and partitions

2014-02-10 Thread Kay Sievers
On Mon, Feb 10, 2014 at 5:01 PM, wrote: > Although NVMe PCIe SSD are not named sd*, they can be queried with > scsi_id and handled equally. > +# NVMe > +KERNEL=="nvme?n?", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --export > --whitelisted -d $devnode", ENV{ID_BUS}="scsi" nvme?n? seems wr

[systemd-devel] [PATCH] 60-persistent-storage.rules: add NVMe disks and partitions

2014-02-10 Thread harald
From: Harald Hoyer Although NVMe PCIe SSD are not named sd*, they can be queried with scsi_id and handled equally. --- rules/60-persistent-storage.rules | 5 + 1 file changed, 5 insertions(+) diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules index 154ffd9..