-
Notifications
You must be signed in to change notification settings - Fork 69
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
Question: can anyone give me detailed architecture of LIO #184
Comments
As I replied in open-iscsi, please do some research first. |
@gonzoleeman i read articles that you mentioned thank you i got some idea from this but just can you help me that LIO uses which kernel modules and how they collaborate with each other |
Try:
You have configfs, which is needed for target modules, and target_core_*, and iscsi_target_mod (if using iscsi). Try:
(not actually tested, but that should be close) Looks like (on my distro) that rtslib-fb does most of the "modprobe". The interaction between user-level LIO code and the kernel is configfs, i.e. that's where the user-level code reads information and writes config changes. You can enable debugging in the target subsystem(s) then perform simple tasks (like adding or deleting a target). |
No description provided.
The text was updated successfully, but these errors were encountered: