From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4A0889F0.7050100@brunson.com> Date: Mon, 11 May 2009 14:26:24 -0600 From: Eric Brunson MIME-Version: 1.0 Subject: Re: [linux-lvm] Re: Script to import hardware snapshoted VGs References: <461677.62017.qm@web87108.mail.ird.yahoo.com> <20090508205312.GA7838@redhat.com> <138875.59888.qm@web87112.mail.ird.yahoo.com> In-Reply-To: <138875.59888.qm@web87112.mail.ird.yahoo.com> Content-Transfer-Encoding: 7bit Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: LVM general discussion and development Cc: Mike Snitzer On 05/11/2009 12:39 PM, chris procter wrote: > Hi, > > Here's version 2. I've got it to play nicely with device names like:- > /dev/"__\"!@#\$%^&*,()|@||\\\"" > /dev/\* > > /dev/''* (with trailing space and single quotes) > /dev/$* ^" > which should cover pretty much all possibilities by symlinking them from the temp directory and using the links which all seems to work and gets round issues with the filter regular expressions in lvm.conf Hopefully that covers all the weirdness anyone is likely to use. > > One day I will work out how to use CVS and do proper diffs :) > > cvs add filename cvs commit filename cvs diff filename :-)