[root@rocky-test]# nvme list
Segmentation fault (core dumped)
generic nvme list likely expects nvme devices to have a model number that isn't null, using -o json produces output.
the most recent (2.3) nvme spec specifies that model number is set by the vendor as a ASCII string in section 4.5.2 and this doesn't appear to be considered an optional field.
Would it make sense to populate that field with the disk type as distributed or local?
generic nvme list likely expects nvme devices to have a model number that isn't null, using
-o jsonproduces output.the most recent (2.3) nvme spec specifies that model number is set by the vendor as a ASCII string in section 4.5.2 and this doesn't appear to be considered an optional field.
Would it make sense to populate that field with the disk type as distributed or local?