We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I uncomented it in this line:
rtslib-fb/rtslib/fabric.py
Line 470 in 33b174f
Even tried to set path at myself like that:
self._path = "%s/%s" % (self.configfs_dir, "usb_f_tcm")
This is how this directory tree looks like:
$ ls /sys/module/target_core_mod/holders/ iscsi_target_mod $ modprobe tcm_usb_gadget $ cd /sys/module/target_core_mod/holders/ $ ls iscsi_target_mod usb_f_tcm $ cd usb_f_tcm/ $ ls coresize holders initsize initstate notes refcnt sections taint uevent $ targetcli ls o- / ......................................................................................................................... [...] o- backstores .............................................................................................................. [...] | o- block .................................................................................................. [Storage Objects: 0] | o- fileio ................................................................................................. [Storage Objects: 0] | o- pscsi .................................................................................................. [Storage Objects: 0] | o- ramdisk ................................................................................................ [Storage Objects: 0] o- iscsi ............................................................................................................ [Targets: 0] o- loopback ......................................................................................................... [Targets: 0] o- vhost ............................................................................................................ [Targets: 0] o- xen-pvscsi ....................................................................................................... [Targets: 0]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I uncomented it in this line:
rtslib-fb/rtslib/fabric.py
Line 470 in 33b174f
Even tried to set path at myself like that:
This is how this directory tree looks like:
The text was updated successfully, but these errors were encountered: