From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Reinecke Subject: Re: [PATCH v2] multipath: add detect_prio option to autodetect prioitizer Date: Fri, 11 Jan 2013 08:17:05 +0100 Message-ID: <50EFBC71.5080109@suse.de> References: <20130110201358.GS19059@ether.msp.redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20130110201358.GS19059@ether.msp.redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com List-Id: dm-devel.ids On 01/10/2013 09:13 PM, Benjamin Marzinski wrote: > This patch adds a new multipath.conf option, detect_prio. If set to yes, > multipathd will try to determine the correct prioritizer for the device. = If > it finds one, that will be used instead of its configured prioritizer. If > none is found, the configured prioritizer will be used. It can currently > only detect ALUA devices. > > Also fixed and issue with select_prio where in the devices section, it was > passing in the prio name string instead of the prio args string to prio_g= et() > > Signed-off-by: Benjamin Marzinski Good idea. Acked-by: Hannes Reinecke