-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
MAX LUN limits #150
Comments
Thanks for reporting it. I will review the Redhat document and figure out a solution. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Are you sure more than 255 is supported by freenas/truenas? here they suggest 256 luns is a hard limit. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Yes, I am pretty sure of that. Here is the kernel variable value: kern.cam.ctl.max_luns=2048 |
Bringing out of closed as this is as a few solutions to the issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
There is a variable in FreeNAS.pm script:
$MAX_LUNS = 255;
As it follows from RedHat documentation: https://access.redhat.com/solutions/5120951 , this limit is not actual. So every time we install freenas-proxmox plugin, we have to edit script to enlarge this limit.
Please, make changes to the script. Set variable as big as it is possible.
The text was updated successfully, but these errors were encountered: