-
If I run these commands my initiator can login:
targetcli "/backstores/block create name=mptarget4 dev=/dev/vg_storage/station4mp"
targetcli "/iscsi set discovery_auth enable=1"
targetcli "/iscsi set…
-
it's restoring the backstores and luns but no acls or portals.
I added systemd.log_level=debug systemd.log_target=kmsg to /etc/default/grub:GRUB_CMDLINE_LINUX
[root@station10 ~]# dmesg | grep target…
-
targetcli "/iscsi set discovery_auth enable=1"
targetcli "/iscsi set discovery_auth mutual_userid=target"
targetcli "/iscsi set discovery_auth mutual_password=itsreallyme"
targetcli "/iscsi set discov…
-
Should we use YAML instead of JSON for the config savefile? It's supposed to be a little more human-readable, but when I tried it the results were a little messy (using PyYAML). It's not clear to me t…
-
There is loop.LUN and target.LUN.
I see that they are different, but they do share a LOT of code.`__init__` is quite similar, `_configure` , `_get_alias`,``_get_storage_object` are _completely_ the …
-
create a zvol, dd data into it and fairly quickly we get:
[ 622.083345] INFO: task flush-230:0:4232 blocked for more than 20 seconds.
[ 622.090558] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs…