Skip to content
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

Closed
CMAPTu opened this issue Jul 8, 2023 · 7 comments
Closed

MAX LUN limits #150

CMAPTu opened this issue Jul 8, 2023 · 7 comments
Assignees
Labels
Diagnose Diagnose/Discuss a issue or concern wontfix This will not be worked on

Comments

@CMAPTu
Copy link

CMAPTu commented Jul 8, 2023

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.

@TheGrandWazoo TheGrandWazoo self-assigned this Aug 11, 2023
@TheGrandWazoo TheGrandWazoo added the Diagnose Diagnose/Discuss a issue or concern label Aug 11, 2023
@TheGrandWazoo
Copy link
Owner

Thanks for reporting it. I will review the Redhat document and figure out a solution.

@stale
Copy link

stale bot commented Oct 10, 2023

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.

@stale stale bot added the wontfix This will not be worked on label Oct 10, 2023
@tuxick
Copy link

tuxick commented Oct 12, 2023

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.

Are you sure more than 255 is supported by freenas/truenas? here they suggest 256 luns is a hard limit.

@stale stale bot removed the wontfix This will not be worked on label Oct 12, 2023
Copy link

stale bot commented Dec 11, 2023

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.

@stale stale bot added the wontfix This will not be worked on label Dec 11, 2023
@stale stale bot closed this as completed Dec 18, 2023
@CMAPTu
Copy link
Author

CMAPTu commented Dec 18, 2023

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.

Are you sure more than 255 is supported by freenas/truenas? here they suggest 256 luns is a hard limit.

Yes, I am pretty sure of that. Here is the kernel variable value:
изображение
We successfully multiplied it by two in /boot/loader.conf of FreeNAS. After reboot it worked.

kern.cam.ctl.max_luns=2048

@TheGrandWazoo
Copy link
Owner

TheGrandWazoo commented Dec 28, 2023

Bringing out of closed as this is as a few solutions to the issue.

@TheGrandWazoo TheGrandWazoo reopened this Dec 28, 2023
@stale stale bot removed the wontfix This will not be worked on label Dec 28, 2023
Copy link

stale bot commented Feb 27, 2024

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.

@stale stale bot added the wontfix This will not be worked on label Feb 27, 2024
@stale stale bot closed this as completed Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Diagnose Diagnose/Discuss a issue or concern wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants