-
Notifications
You must be signed in to change notification settings - Fork 77
Disk Detected but Disk tests not Run on the Correct Disk #2398
Description
Bug Description
I have seen this issue where the disk is detected correctly but the tests are not run for the correct nvme disk.
Name: /dev/sda
Model: SanDisk 3.2Gen1
Size: 28.7G
Name: /dev/sdb
Model: SanDisk 3.2Gen1
Size: 28.7G
Name: /dev/nvme1n1
Model: Dell Ent NVMe CM7 E3.S MU 3.2TB
Size: 2.9T
disk/disk_cpu_load_nvme1c1n1 failed blocker I/O log
disk/disk_stress_ng_nvme1c1n1 failed blocker I/O log
disk/disk_stress_ng_sru_nvme1c1n1 failed blocker I/O log
disk/fstrim_nvme1c1n1 failed I/O log
disk/read_performance_nvme1c1n1 failed blocker I/O log
disk/smart_nvme1c1n1 failed I/O log
disk/stats_nvme1c1n1 failed blocker I/O log
The issue is that nvme1n1 is detected but the tests are attempting to run on nvme1c1n1
Cert-blocker Test Case
- cert-blocker
To Reproduce
So far I have only seen this on two systems. Dell and Mitac.
https://certification.canonical.com/certificates/2603-17316/
Expected Result
The disk tests should run on the detected nvme disk
Actual Result
The issue is that nvme1n1 is detected but the tests are attempting to run on nvme1c1n1
Environment
-
26.04
-
Dell PowerEdge
-
6.19.0-6-generic x86_64
-
Name: /dev/nvme1n1
Model: Dell Ent NVMe CM7 E3.S MU 3.2TB
Size: 2.9T -
24.04.4
-
Mitac GC68CB8056
-
6.8.0-101-generic
-
Name: /dev/nvme0n1
Model: KIOXIA KCMY1RUG7T68
Size: 7T
Relevant log output
Additional context
No response