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

Creating LUN with ID greater than 255 gives error #133

Open
linonymous opened this issue Jun 8, 2018 · 0 comments
Open

Creating LUN with ID greater than 255 gives error #133

linonymous opened this issue Jun 8, 2018 · 0 comments

Comments

@linonymous
Copy link
Contributor

Following were the steps:

  • clone the latest repo
  • built the rpm using 'python setup.py bdist_rpm'
  • removed earlier rpm and installed the new one
  • performed creation of 300 LUNs

following is the error
Traceback (most recent call last):
File "a.py", line 16, in
l = LUN(tpg, i, f)
File "/usr/lib/python2.7/site-packages/rtslib_fb/target.py", line 527, in init
self._create_in_cfs_ine('create')
File "/usr/lib/python2.7/site-packages/rtslib_fb/node.py", line 74, in _create_in_cfs_ine
% self.class.name)
rtslib_fb.utils.RTSLibError: Could not create LUN in configFS

am I missing something?
@agrover @pkalever

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