From owner-freebsd-stable@freebsd.org Fri Jun 29 11:30:32 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 994AE1037F18 for ; Fri, 29 Jun 2018 11:30:32 +0000 (UTC) (envelope-from lists@searchy.net) Received: from mx.searchy.nl (mx.searchy.nl [IPv6:2a00:1280:8000:4::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 340E186EBF for ; Fri, 29 Jun 2018 11:30:32 +0000 (UTC) (envelope-from lists@searchy.net) Received: from mx.searchy.nl (mx.searchy.nl [79.143.214.224]) by mx.searchy.nl (Postfix) with ESMTP id ECA5613980A for ; Fri, 29 Jun 2018 11:30:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at mx.searchy.nl X-Spam-Flag: NO X-Spam-Score: -2.79 X-Spam-Level: X-Spam-Status: No, score=-2.79 tagged_above=-99 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, DKIM_SIGNED=0.1, T_DKIM_INVALID=0.01] autolearn=no autolearn_force=no Authentication-Results: mx.searchy.nl (amavisd-new); dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=searchy.net Received: from mx.searchy.nl ([79.143.214.224]) by mx.searchy.nl (mx.searchy.nl [79.143.214.224]) (amavisd-new, port 10026) with ESMTP id LAKAM72ni8kK for ; Fri, 29 Jun 2018 11:30:27 +0000 (UTC) Received: from [IPv6:2001:470:79dd:3:d8e5:c16c:1b10:f5a3] (unknown [IPv6:2001:470:79dd:3:d8e5:c16c:1b10:f5a3]) by mx.searchy.nl (Postfix) with ESMTPSA id 18BD5139808 for ; Fri, 29 Jun 2018 11:30:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=searchy.net; s=default; t=1530271827; bh=2ZfndvifgImNsp/6gy1Qf4WEO/MTUtDxMn7DFQ11XA8=; h=To:From:Subject:Date; b=EUsIOXEyK7lgWV1NztgU6g9To71hW3OStwMKFGZRF1HpUuMXwhqVdUScN19oxE6Yu hEYEtwUWmRA3qlY7RbGYnHvWJlQUqHIZ5A2nr1OmWxVORY7HE1RFLxQ0PDF0PBto88 LlPyZGafi7dj0FwtP6pg3TT5T50FkTer+ijcRUek= To: FreeBSD Stable From: "Frank (lists)" Subject: iSCSI initiator multipath Message-ID: Date: Fri, 29 Jun 2018 13:30:25 +0200 User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2018 11:30:32 -0000 Hi, I have a=C2=A0 HA setup with LIO on linux. The exact set up is can be fou= nd=20 here: http://docs.ceph.com/docs/mimic/rbd/iscsi-target-cli/ I'm trying to use FreeBSD as initiator for this, but I can't manage to=20 get it working. Is this kind of setup supported by the FreeBSD=20 initiator? From another mailinglist a response=C2=A0 was about multipath=20 probably not enabling ALUA. Regards, Frank de Bot