Windows support broken due to unavailable module
Bug #1850109 reported by
Lucian Petrut
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-brick |
Fix Released
|
Undecided
|
Lucian Petrut |
Bug Description
For backwards compatibility reasons, os-brick imports all the connectors, exposing them by the class name[1].
The issue is that one of the connectors, the scaleio one, is no longer importable on Windows. A recent patch[2] is using ioctl calls through the fcntl module, which isn't available on Windows[3].
[1] https:/
[2] Ifc4dee0a51bafd
[3] http://
description: | updated |
To post a comment you must log in.
Addressed by https:/ /review. opendev. org/#/c/ 691626/