The Wiki has moved to new hardware, and the old server died.
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howtos:network_services:iscsi [2019/12/01 00:50 (UTC)] bifferos [Target Configuration] |
howtos:network_services:iscsi [2019/12/01 01:25 (UTC)] (current) bifferos |
||
---|---|---|---|
Line 108: | Line 108: | ||
<code> | <code> | ||
- | /iscsi/iqn.20....425fbbe8/tpg1> luns/ create /backstores/block/block | + | /iscsi/iqn.20....425fbbe8/tpg1> luns/ create /backstores/block/myblockdevice |
</code> | </code> | ||
+ | |||
+ | Then add an ACL by moving into the acl area and creating an ACL which matches the name of the initiator name that you got from the client: | ||
+ | |||
+ | <code> | ||
+ | /iscsi/iqn.20....425fbbe8/tpg1> acls/ | ||
+ | /iscsi/iqn.20....be8/tpg1/acls> create iqn.2005-03.org.open-iscsi:91871cf5e261 | ||
+ | </code> | ||
+ | |||
+ | Simply exit to save your changes: | ||
+ | |||
+ | <code> | ||
+ | /> exit | ||
+ | Global pref auto_save_on_exit=true | ||
+ | Last 10 configs saved in /etc/target/backup. | ||
+ | Configuration saved to /etc/target/saveconfig.json | ||
+ | # | ||
+ | </code> | ||
+ | |||
+ | ==== Service Setup ==== | ||
+ | |||
+ | TO BE CONTINUED.... | ||