From owner-freebsd-scsi@FreeBSD.ORG Wed Dec 16 22:42:40 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59D37106566C for ; Wed, 16 Dec 2009 22:42:40 +0000 (UTC) (envelope-from freebsd-scsi@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 13E058FC15 for ; Wed, 16 Dec 2009 22:42:39 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NL2Zq-0001h2-F3 for freebsd-scsi@freebsd.org; Wed, 16 Dec 2009 23:42:38 +0100 Received: from 93-138-117-200.adsl.net.t-com.hr ([93.138.117.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Dec 2009 23:42:38 +0100 Received: from ivoras by 93-138-117-200.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Dec 2009 23:42:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-scsi@freebsd.org From: Ivan Voras Date: Wed, 16 Dec 2009 23:42:12 +0100 Lines: 27 Message-ID: References: <4B281279.6060706@quip.cz> <4B28F557.6000305@quip.cz> <4B293627.7050000@dotcom.ts.it> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-138-117-200.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <4B293627.7050000@dotcom.ts.it> Sender: news Cc: freebsd-stable@freebsd.org Subject: Re: iSCSI initiator and Dell PowerVault MD3000i X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 22:42:40 -0000 Sossi Andrej wrote: > On 16. 12. 2009 15:57, Miroslav Lachman wrote: >> Daniel Braniss wrote: >>>> Hi all, >>>> I am playing with iscsi_initiator on FreeBSD 7-STABLE and Dell >>>> PowerVault MD3000i. This is the first time I am testing iSCSI... >>>> >>>> [...] >>>> >>>> If I setup RAID 5 'Disk Group' consisted of 4x 1TB SATA drives (in >>>> MD3000i) and then created for example 2 'Virtual Disks', both are >>>> detected by iscontrol and added to /dev/ as da0 and da1, but da1 spams >>>> log with messages like this: >> >> [...] > I use MD300i with FreeBSD 7.0 and 7.1 with iscsi-2.2.2. It work fine. > But be careful to configure MD3000i. MD3000i assign by default first > disk to preferred controller 0, second disk to preferred controller 1, > third disk to preferred controller 0, and so on. First, third, fifth... > disks is usable from FreeBSD, but second, fourth,... disks result unusable. > Work around: manually assign all disks to controller 0. When you say "unusable" do you mean you can't access it at all / it errors even if it's the only path (drive) used? It would be normal if you have for example two paths to each drive and can't mount the other path if one path to the drive is mounted - this is not a usable combination. You can use geom_multipath to get multipath failover.