New iSCSI stack.

Edward Tomasz Napierała trasz at freebsd.org
Fri Sep 6 08:40:18 UTC 2013


Wiadomość napisana przez Outback Dingo <outbackdingo at gmail.com> w dniu 6 wrz 2013, o godz. 09:46:
> On Fri, Sep 6, 2013 at 1:50 AM, Edward Tomasz Napierała <trasz at freebsd.org> wrote:
> New patch, updated for Capsicum changes, is here:
> 
> http://people.freebsd.org/~trasz/cfiscsi-20130906.diff
> 
> 
> Bravo.... patched, compiled successfully and tested a lun using ctld
> 
> cfiscsi_ioctl_handoff: new connection from iqn.1993-08.org.debian:01:7a3a657cdd11 (192.168.122.1) to iqn.2012-06.com.example:target2
> (0:2:0:0): MAINTENANCE (IN). CDB: a3 0c 01 12 00 00 00 00 02 00 00 00 
> (0:2:0:0): Tag: 0x0011, Type: 1
> (0:2:0:0): CTL Status: SCSI Error
> (0:2:0:0): SCSI Status: Check Condition
> (0:2:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0 (Invalid field in CDB)
> (0:2:0:0): Command byte 1 bit 4 is invalid
> 
> it was mounted. partitioned, formatted ext4 and data copied to/from a linux host

Thanks!  It's worth mentioning that the CTL messages like one above are normal - it's
just that Linux is trying to use some optional part of SCSI protocol the CTL doesn't (yet)
support.  (You can actually tell what initiator it is, just by looking at those - Linux tries
to use MAINTENANCE IN, Windows - VERIFY, and Solaris does something weird with
mode pages.)



More information about the freebsd-scsi mailing list