Hello,
When I usefreebsd FreeBSD 10 and its native iSCSI target to connect a LUN in VMware ESXi 5.5, I keep receiving SCSI errors in my log every few minutes. Since I didnt find any data corruption, I figured it would be VMware polling for something ctld doesn't have implemented yet (browsing through sources, perhaps some SSD capability?) It doesn't matter if I export directly the hard disk (da0) or the ZFS volume.
Does someone have the same problem?
The error looks like this:
My configuration is as follows:
When I use
Does someone have the same problem?
The error looks like this:
Code:
(0:2:0:0): INQUIRY. CDB: 12 01 b0 00 40 00
(0:2:0:0): Tag: 0x49a534, 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 2 is invalid
(1:2:0:0): INQUIRY. CDB: 12 01 b0 00 40 00
(1:2:0:0): Tag: 0x08fc, Type: 1
(1:2:0:0): CTL Status: SCSI Error
(1:2:0:0): SCSI Status: Check Condition
(1:2:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0 (Invalid field in CDB)
(1:2:0:0): Command byte 2 is invalid
My configuration is as follows:
Code:
portal-group pg0 {
discovery-auth-group no-authentication
listen 172.19.5.1
listen 172.19.6.1
}
target iqn.2011-01.com.domain:nas1 {
auth-group no-authentication
portal-group pg0
lun 0 {
device-id R10VMLUN
path /dev/zvol/tank/tvol
}
}