You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: