From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Herbszt Subject: Re: [PATCH 11/15] multipath: enable configuration directory Date: Sun, 8 Mar 2015 23:27:06 +0100 Message-ID: <20150308232706.000039e7@localhost> References: <1425785506-20419-1-git-send-email-bmarzins@redhat.com> <1425785506-20419-12-git-send-email-bmarzins@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1425785506-20419-12-git-send-email-bmarzins@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: device-mapper development Cc: Sebastian Herbszt , Christophe Varoqui List-Id: dm-devel.ids Benjamin Marzinski wrote: > Users who setup multipath on many machines sometimes want a core > configuration file that stays the same on all machines, and also secondary > configuration files that are unique to each machine to set blacklists and > aliases. This patch enables this by adding a new configuration option, > "config_dir", which defaults to "/etc/multipath/conf.d". If this is set, > multipath will check this directory for files ending in .conf, and apply > them on top of the initial configuration file in alphabetical order. How about using "/etc/multipath.conf.d" instead of "/etc/multipath/conf.d" ? Sebastian