pve-storage/test/disk_tests
Wolfgang Bumiller c3442aa554 Fix #2020: use /sys to map nvmeXnY to nvmeX
`nvmeX` devices nodes are apparently allocated independently
from their namespace block devices `nvmeXnY` and therefore
they are not strictly related by name. For instance:
  $ readlink /sys/block/nvme0n1/device
  ../../nvme1
  $ readlink /sys/block/nvme1n1/device
  ../../nvme0

Here /dev/nvme0n1 is the first namespace of /dev/nvme1 while
/dev/nvme1n1 is the first namespace of /dev/nvme0.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-12-10 14:54:11 +01:00
..
cciss (finally) fix #1099: return disklist correctly 2017-11-14 13:23:52 +01:00
hdd_smart add info about bluestore to disklist 2017-08-07 14:52:10 +02:00
nvme_smart Fix #2020: use /sys to map nvmeXnY to nvmeX 2018-12-10 14:54:11 +01:00
sas add info about bluestore to disklist 2017-08-07 14:52:10 +02:00
ssd_smart add info about bluestore to disklist 2017-08-07 14:52:10 +02:00
usages add info about bluestore to disklist 2017-08-07 14:52:10 +02:00