-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect iSCSI devices #300
Detect iSCSI devices #300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the PR! indeed acknowledging ISCSI devices would be nice.
It would be real cool to add unit test(s) to exercise this code, even if it's a simple change, to make it unlikely to break in the future
Added a unit test - thanks! |
thanks for the updates! codewise LGTM - we can further improve the testing in the future if needed/feasible. |
b245dcd
to
477941d
Compare
Fixes: jaypipes#297 Signed-off-by: Avishay Traeger <[email protected]>
Fixed, thanks for the pointer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your contribution and your time!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned on #300, SCSI is not a drive type (iSCSI or otherwise...). It is a storage controller interface. The drive type is hard-disk drive (HDD) and the storage controller should be SCSI.
Fixes: #297