Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Aug 2012 13:15:49 +0200
From:      Angelo Turetta <aturetta@commit.it>
To:        freebsd-scsi@freebsd.org
Subject:   Re: Multipath iSCSI
Message-ID:  <501BB2E5.8090109@commit.it>
In-Reply-To: <20120730211648.GA73061@FreeBSD.org>
References:  <CANhnSQcYw55LEEE6y-Ox_6QHLUqR899cPSj5aK3PDpK1dsiOEA@mail.gmail.com> <20120730211648.GA73061@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 30/07/2012 23:16, John wrote:
> 
> iscontrol TargetName=disk1_net1 TargetAddress=... iscontrol
> TargetName=disk1_ne12 TargetAddress=...
> 
> You now have access to the same lun via two different paths.
> 
> Now create a gmultipath entity (if the above came in as da1 & 2):
> 
> gmultipath label -Av MULTIPATH /dev/da1 /dev/da2
> 
> The above should create:
> 
> /dev/multipath/MULTIPATH
> 
> which should provide the characteristics you're looking for. The
> -A option creates the device in active/active mode.

That would work if iscsi_initiator tolerated iscsi failures.

Unluckily it doesn't: and if a path fails, the related iscontrol
process becomes unkillable, even blocking reboot. Only way out is a
hard reset or power off. Almost useless, at lease with storage with
active/passive controllers, eg PowerVault MD3000i.

Péter, try how it works in your case. If you share my same fate, I'd
buy an iScsi HBA. They are not that expensive.

Angelo Turetta



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?501BB2E5.8090109>