-
get_disk_size(path) fails on partitioned drives. e.g. it will look for the size of /dev/sda1 in /sys/block/sda1/size instead of /sys/block/sda/sda1/size. This causes targetcli-fb to crash on many comm…
j616 updated
11 years ago
-
commit that caused the error : c79ee863e6a8962903aa88804b0d4739028ac699
git checkout 751ca29e6ee4ed34fa092fb4ad8bb3fdd23acf1b
gives me
targetcli ls
o- / .............................................…
bsyd updated
11 years ago
-
Is this requirement correct ?
In rpm/targetcli.spec.tmpl, line 14
Requires: python-rtslib, python-configshell, lio-utils
lio-utils is not available on Fedora 18. I didn't check other distribs.…
bsyd updated
11 years ago
-
Source : current git
make rpm
Exporting the repository files...
Cleaning up the target tree...
Fixing version string...
( too long text cut for clarity )
cp: cannot stat 'README': No such file or …
bsyd updated
11 years ago
-
Ian Campbell reports:
I am using ZFS on Linux 0.6.0-rc6 with Ubuntu 10.04 x86 & amd64.
After getting the modules compiled I was able to everything installed fine but I seemed to have no run into a p…
-
Whenever I try to create an ACL under iSCSI TPG , the shell throws this :
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/configshell/shell.py", line 990, in run_interacti…
-
I got this:
[root@dev ~]# targetcli
Warning: Could not load preferences file /root/.targetcli/prefs.bin.
Traceback (most recent call last):
File "/usr/bin/targetcli", line 87, in
main()
File…
-
Trying to create an IB SRP target (I have IB in my server) :
/ib_srpt> create eui.0002c903000e3e77
The shell returns this :
The underlying rtslib object for /ib_srpt does not exist.
-
original pull request: https://github.com/agrover/targetcli-fb/pull/9
rtslib infrastructure: https://github.com/agrover/rtslib-fb/issues/10
-
See https://github.com/agrover/targetcli-fb/pull/9
Expose session info via rtslib API.