[PATCH 0/2] node_device: Treat NVMe disks as regular disks

Michal Privoznik mprivozn at redhat.com
Wed Jan 26 13:13:19 UTC 2022


Apparently udev doesn't think that NVMe disk is really a disk because it
doesn't set ID_TYPE attribute to "disk" (it doesn't set the attribute at
all). But it does set DEVTYPE=disk so with a little bit of work we can
report NVMe disks as devices with VIR_NODE_DEV_CAP_STORAGE capability.

Michal Prívozník (2):
  node_device: Rework udevKludgeStorageType()
  node_device: Treat NVMe disks as regular disks

 src/node_device/node_device_udev.c | 43 ++++++++++++++++--------------
 1 file changed, 23 insertions(+), 20 deletions(-)

-- 
2.34.1




More information about the libvir-list mailing list