From 2b224a26ca127bcb3375d7197c9e7bbccbe5d623 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 16 Dec 2010 15:40:24 +0000 Subject: [PATCH] Clarified two paragraphs in the iSCSI how-to. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3110 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/doc/iscsi-scst-howto.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iscsi-scst/doc/iscsi-scst-howto.txt b/iscsi-scst/doc/iscsi-scst-howto.txt index 2aee09a39..07fff6076 100644 --- a/iscsi-scst/doc/iscsi-scst-howto.txt +++ b/iscsi-scst/doc/iscsi-scst-howto.txt @@ -34,7 +34,7 @@ rebuild the initial RAM disk. Make sure you regenerate the RAM disk before rebooting. Please look up the documentation of the update-initrd, update-initramfs or the mkinitrd command supplied with your distribution. -Now reboot the system. +Now reboot your system such that the newly built kernel is loaded. Once the system is again up and running the next step is to build and install SCST, iSCSI-SCST and scstadmin. You can do this by running the following @@ -95,6 +95,9 @@ TARGET_DRIVER iscsi { } } +Note that for each SCSI device LUN 0 must exist. This is required by the SCSI +protocol and is also documented in SCST's README file. + Then run the following commands: modprobe scst @@ -103,9 +106,6 @@ Then run the following commands: iscsi-scstd scstadmin -config /etc/scst.conf -Note that for each SCSI device LUN 0 must exist. This is required by the SCSI -protocol and is also documented in SCST's README file. - You should have the working iSCSI-SCST now. Do the following steps if you need to automatically configure it upon reboot.