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

Add FCP devices cannot display more than 1023 luns per SAN Adapter per Controller #50

Open
pkulkark opened this issue Apr 5, 2016 · 1 comment

Comments

@pkulkark
Copy link
Member

pkulkark commented Apr 5, 2016

Add FCP devices cannot display more than 1023 luns per SAN Adapter per Controller.

'sg_luns' is the command used to get the list of LUNs from the storage controller. There seems to be a bug in this command which is giving following error,

[root@system-1]# sg_luns /dev/sg1 > /tmp/luns
too many luns for internal buffer, will show 1023 luns

The fix is to extend the buffer limit

@pkulkark
Copy link
Member Author

pkulkark commented Apr 5, 2016

I will be sending a patch for this

danielhb pushed a commit that referenced this issue Apr 5, 2016
…Adapter per Controller

This patch extends the buffer limit
for sg_luns command

Signed-off-by: Pooja Kulkarni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant