-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fail gracefully if target/lun count is above 256 for CORE #27
Comments
Noted! Start investigation! |
A first round of assessment: |
Here is summary of existing TrueNAS cinder driver behaviors under different kern.cam.ctl.max_ports/kern.cam.ctl.max_luns configurations:
Looking for further resolution for this issue. |
Some update: The actual attach/detach volume action timeout is happening in upstream cinder code here: The possible solution without impact upstream code is to check cinder attached volume count < kern.cam.ctl.max_ports/kern.cam.ctl.max_luns here before return connection meta to upstream and fail gracefully: cinder/driver/ixsystems/iscsi.py Line 144 in 28e0d7b
Working on actual code fix. |
It depends on kern.cam.ctl.max_ports tunable.
The text was updated successfully, but these errors were encountered: