From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 17 Jul 2011 08:30:47 -0400 From: Mike Snitzer Message-ID: <20110717123047.GC31728@redhat.com> References: <201107141946.12747.benscott@nwlink.com> <20110715113901.GE15253@agk-dp.fab.redhat.com> <201107151301.15551.benscott@nwlink.com> <20110715221402.GJ15253@agk-dp.fab.redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20110715221402.GJ15253@agk-dp.fab.redhat.com> Subject: Re: [linux-lvm] merging snapshots and lvs bug 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" Content-Transfer-Encoding: 7bit To: ben , linux-lvm@redhat.com On Fri, Jul 15 2011 at 6:14pm -0400, Alasdair G Kergon wrote: > On Fri, Jul 15, 2011 at 01:01:15PM -0700, ben wrote: > > It isn't a special case. Invalid snaps use capital 'S' in the first column and > > so do merging snaps. The invalid snap 'S' dates back to old versions of LVM. > > Here we have three snaps, the first is invalid, the second is merging and the > > last is normal: > > Oh, yes, I see. Curiously the man page used to mention that and it got > replaced with S for merging. > > So do you think we should remove that capitalisation, as per the man page > I quoted? Yes, I think we should remove the capitalization. It is the repstr[0] = toupper(repstr[0]); in the lib/metadata/lv.c:lv_attr_dup() block I just quoted in a different mail (re: --merge bug).