From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29408 invoked by alias); 11 Feb 2008 16:57:40 -0000 Received: (qmail 29392 invoked by uid 9657); 11 Feb 2008 16:57:40 -0000 Date: Mon, 11 Feb 2008 16:57:00 -0000 Message-ID: <20080211165740.29389.qmail@sourceware.org> From: wysochanski@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/doc example.conf Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00007.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: wysochanski@sourceware.org 2008-02-11 16:57:40 Modified files: doc : example.conf Log message: Reflect actual default setting of preferred_names in example.conf and update comments. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/doc/example.conf.diff?cvsroot=lvm2&r1=1.34&r2=1.35 --- LVM2/doc/example.conf 2008/02/04 20:26:14 1.34 +++ LVM2/doc/example.conf 2008/02/11 16:57:40 1.35 @@ -23,11 +23,11 @@ # same block device and the tools need to display a name for device, # all the pathnames are matched against each item in the following # list of regular expressions in turn and the first match is used. - # If device-mapper multipath is used, we should always use the mpath - # devices rather than the underlying paths. - preferred_names = [ "^/dev/mapper/mpath" ] + preferred_names = [ ] - # preferred_names = [ "^/dev/mapper/mpath", "^/dev/[hs]d" ] + # If device-mapper multipath is used, more descriptive names might + # be preferred over the dm-N names: + # preferred_names = [ "^/dev/mapper/mpath" ] # A filter that tells LVM2 to only use a restricted set of devices. # The filter consists of an array of regular expressions. These