Comment 15 for bug 1493350

Revision history for this message
Walt Boring (walter-boring) wrote :

The proper fix to this is going to be in os-brick. The stock udev rules is creating the paths, so we can't change that. We need to account for it in each of the connectors that look for those paths and using LUN ids. Instead of simply using the LUN id that comes into connect_volume, we'll have to translate and make that available for all the connectors.
basically if LUN >= 256 then use the hex, else use LUN id.