Commit e6b85a2
committed
Fix NVMe drive enrichment in picker (controller vs namespace path)
smartctl --scan returns /dev/nvme0 (controller) but lsblk uses nvme0n1
(namespace). Picker now falls back to n1 when exact match fails,
so NVMe drives show size, model, and [nvme] transport correctly.1 parent 1a41fc4 commit e6b85a2
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
645 | 650 | | |
646 | 651 | | |
647 | 652 | | |
| |||
0 commit comments