-
Notifications
You must be signed in to change notification settings - Fork 90
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
NotADirectoryError: [Errno 20] Not a directory: '/sys/kernel/config/target/iscsi/cpus_allowed_list' #195
Comments
Which version of rtslib/targetcli are you using? |
How to view the rtslib version? |
Same problem here. This is Ubuntu 22.04 with a custom kernel.
|
|
Maybe this helps? |
@urb31075 @gkyildirim This was fixed in rtslib 2.1.75 more than 1 year ago. Ubuntu / Debian should update their packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
under linux-6.3, when attempting to delete a backstore/fileio, i get:
NotADirectoryError: [Errno 20] Not a directory: '/sys/kernel/config/target/iscsi/cpus_allowed_list'
offending line (tcm.py line 215 in my version):
"for tpgt_dir in listdir(tpgts_base):"
https://github.com/open-iscsi/rtslib-fb/blob/c1378f28f7abce6f8993a43c34d5e287b092bb1e/rtslib/tcm.py#L218C8-L218C8
The text was updated successfully, but these errors were encountered: