Switching to +devel

Browsing the code a bit, I think a good starting point would be
https://github.com/oVirt/vdsm/blob/500c035903dd35180d71c97791e0ce4356fb77ad/lib/vdsm/storage/managedvolume.py#L110
-                if volume_type not in ("rbd", "iscsi"):
+                if volume_type not in ("rbd", "iscsi", "lightos"):

And it's possible that it would be all that's required to make it work
on ovirt >=4.5

https://github.com/oVirt/vdsm/blob/500c035903dd35180d71c97791e0ce4356fb77ad/lib/vdsm/storage/managedvolume.py#L239
The path resolver might warn, but it looks like it would return
/dev/nvme0n so the generated udev rule should come out correct

I'm happy to assist if it turns out to be more challenging (and if not) :)
_______________________________________________
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/GRPW37HV3EXJB25L6GH34XXJYNAKMD7N/

Reply via email to