]> git.baikalelectronics.ru Git - kernel.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)
commit5f13243f7d57aff55086159a8d89c5c117cfcf7f
tree2a4ad8877d11fa582721f4c3e3659ffe9c1c0d81
parenta7f72378582bc6c96fcea8f9d9d99d63743871fc
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]