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
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
Following were the steps:
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
The text was updated successfully, but these errors were encountered: