From owner-freebsd-stable@FreeBSD.ORG Mon Jan 20 20:33:49 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62781F44 for ; Mon, 20 Jan 2014 20:33:49 +0000 (UTC) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ECD2180C for ; Mon, 20 Jan 2014 20:33:48 +0000 (UTC) Received: from www.dweimer.net (webmail [192.168.5.2]) by webmail.dweimer.net (8.14.7/8.14.7) with ESMTP id s0KKKuNt059213 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 20 Jan 2014 14:20:56 -0600 (CST) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 20 Jan 2014 14:20:56 -0600 From: dweimer To: FreeBSD Stable Subject: FreeBSD 10 iSCSI Target Windows 8.1 Initiator Organization: dweimer.net Mail-Reply-To: dweimer@dweimer.net Message-ID: X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/1.0-beta X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dweimer@dweimer.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 20:33:49 -0000 I have a FreeBSD 10 server setup, with a 300G iSCSI target backed by a zVOL device. With a windows 8.1 Workstation as the initiator connected to it. I am trying to use it to store VMware Workstation Virtual Machines. However I am having all kinds of crashes of Virtual Machines and file corruption with it. I have found these errors on the Server, I setup a Virtual Machine on the workstations local disk, and have had no problems. Jan 20 13:19:47 webmail kernel: (0:2:0:0): INQUIRY. CDB: 12 01 b1 00 ff 00 Jan 20 13:19:47 webmail kernel: (0:2:0:0): Tag: 0xdf020000, Type: 0 Jan 20 13:19:47 webmail kernel: (0:2:0:0): CTL Status: SCSI Error Jan 20 13:19:47 webmail kernel: (0:2:0:0): SCSI Status: Check Condition Jan 20 13:19:47 webmail kernel: (0:2:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0 (Invalid field in CDB) Jan 20 13:19:47 webmail kernel: (0:2:0:0): Command byte 2 is invalid I am fairly new to using iSCSI on FreeBSD as a target I have ran it as initiator connecting to our Lefthand Networks SAN at work, but of course that was with the older iSCSI prior to 10. I am kind of clueless on how to go about trouble shooting this issue. Perhaps I did something stupid when I setup the configuration, which is shown below. auth-group Workstation { chap iqn.1991-05.com.microsoft:workstation.dweimer.local ***** } portal-group WorkstationISCSI { discovery-auth-group Workstation listen 0.0.0.0 listen [::] } target iqn.2012-06.com.webmail:WorkstationDriveD { auth-group Workstation portal-group WorkstationISCSI lun 0 { path /dev/zvol/iscsi/WorkstationDriveD.0 blocksize 4k } } -- Thanks, Dean E. Weimer http://www.dweimer.net/