Datera / rtslib

The Linux SCSI Target API
http://linux-iscsi.org
Apache License 2.0
19 stars 17 forks source link

Add support to utils.py for mhvtl devices #16

Open insanemal opened 7 years ago

insanemal commented 7 years ago

Added a function that creates a dict containing all the valid sd* st* sch* devices.

There is a bit of a hack for the tape devices as the 'real' st* device has a bunch of other devices that are created by the tape driver.

Hopefully it's not too hackish. But it seems to scratch my particular itch.