]> asedeno.scripts.mit.edu Git - linux.git/commit
Documentation/target: add an example script to configure an iSCSI target
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>
Wed, 12 Apr 2017 19:59:08 +0000 (21:59 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 2 May 2017 05:21:35 +0000 (22:21 -0700)
commit38d454f0b5fab60d76eed5dcdfc7823d43d087ab
tree2a4ad8877d11fa582721f4c3e3659ffe9c1c0d81
parentdf6751f3401f86d87158279850aa9bedeef2d504
Documentation/target: add an example script to configure an iSCSI target

The script illustrates how to interact with configfs to create a very
simple LIO iSCSI target with a file or block device backstore.

The script can serve as a starting point for people that cannot use
targetcli because Python is not available on their machine.

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Signed-off-by: Vincent Donnefort <vdonnefort@gmail.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Documentation/target/target-export-device [new file with mode: 0755]