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
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/rtslib_fb/node.py", line 71, in _create_in_cfs_ine
os.mkdir(self.path)
OSError: [Errno 22] Invalid argument: '/sys/kernel/config/target/core/rbd_0'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/PanaStor/core/lio/api.py", line 79, in add_target
storage_obj = RBDStorageObject(ConfigAPI().get_image_name_prefix() + disk_meta.id, rbd_mapped_path,wwn)
File "/usr/lib/python3.9/site-packages/rtslib_fb/tcm.py", line 838, in init
super(RBDStorageObject, self).init(name, 'create')
File "/usr/lib/python3.9/site-packages/rtslib_fb/tcm.py", line 66, in init
self._backstore = _Backstore(name, type(self), mode)
File "/usr/lib/python3.9/site-packages/rtslib_fb/tcm.py", line 1106, in init
self._create_in_cfs_ine(mode)
File "/usr/lib/python3.9/site-packages/rtslib_fb/node.py", line 73, in _create_in_cfs_ine
raise RTSLibError("Could not create %s in configFS"
rtslib_fb.utils.RTSLibError: Could not create _Backstore in configFS
The text was updated successfully, but these errors were encountered:
Dear all:
How can I solve this problem:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/rtslib_fb/node.py", line 71, in _create_in_cfs_ine
os.mkdir(self.path)
OSError: [Errno 22] Invalid argument: '/sys/kernel/config/target/core/rbd_0'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/PanaStor/core/lio/api.py", line 79, in add_target
storage_obj = RBDStorageObject(ConfigAPI().get_image_name_prefix() + disk_meta.id, rbd_mapped_path,wwn)
File "/usr/lib/python3.9/site-packages/rtslib_fb/tcm.py", line 838, in init
super(RBDStorageObject, self).init(name, 'create')
File "/usr/lib/python3.9/site-packages/rtslib_fb/tcm.py", line 66, in init
self._backstore = _Backstore(name, type(self), mode)
File "/usr/lib/python3.9/site-packages/rtslib_fb/tcm.py", line 1106, in init
self._create_in_cfs_ine(mode)
File "/usr/lib/python3.9/site-packages/rtslib_fb/node.py", line 73, in _create_in_cfs_ine
raise RTSLibError("Could not create %s in configFS"
rtslib_fb.utils.RTSLibError: Could not create _Backstore in configFS
The text was updated successfully, but these errors were encountered: