On Mon, 2011-11-28 at 12:33 +0100, Sebastian Andrzej Siewior wrote: > So I tried to play a little with target but did not know where to start. > The documentation I've found in the wiki was not always clear to me. A > few things here and there seem to be missing. So here something I come up > with after reading the code and fixing something here and there. Please > note that I might got a few things wrong here in terms of proper > explanation or usage in scsi terms as I am new to this. This is however > what I used for my new /dev/sda testing :) > > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> > --- > Documentation/target/QuickTestingSetup.txt | 71 ++++++++++++++++++++++++++++ > 1 files changed, 71 insertions(+), 0 deletions(-) > create mode 100644 Documentation/target/QuickTestingSetup.txt > So I think a quick start in Documentation/target/ would be very helpful, but note that using direct configfs interaction for setup is not very typical these days, and especially not from end-users users of the target kernel code. The majority of people will be using the high level targetcli (rtsadmin) shell for configuration and rtslib python object code when interacting directly with /sys/kernel/config/target/. Also rtslib is currently generating it's own API documentation using epydoc, which already gives us very nice html and pdf formatted packages. ;) --nab -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html