* [linux-lvm] Re: Bug#331342: lvm2: lvs fails to display snapshot volumes
[not found] <E1EMFoR-0008MU-48@karp.cs.elte.hu>
@ 2005-10-03 9:40 ` Bastian Blank
2005-10-03 14:04 ` Alasdair G Kergon
0 siblings, 1 reply; 2+ messages in thread
From: Bastian Blank @ 2005-10-03 9:40 UTC (permalink / raw)
To: Barasz Mihaly, 331342; +Cc: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 1615 bytes --]
tags 331342 upstream
forwarded 331342 linux-lvm@redhat.com
thanks
On Mon, Oct 03, 2005 at 04:12:19AM +0200, Barasz Mihaly wrote:
> After a recent upgrade lvs and lvdisplay stopped to display snapshot
> volumes. Example:
>
> # lvs
> LV VG Attr LSize Origin Snap% Move Log Copy%
> data vg0 -wi-ao 84.00G
> home vg0 owi-ao 50.00G
> #
>
> One can see that "home" is an origin for some snapshot, but can't see
> the snapshot volume.
>
> It may be interesting, that the snapshot can be used, it appears in
> /dev/vg0:
>
> # ls -l /dev/vg0
> total 0
> lrwxrwxrwx 1 root root 20 Oct 3 03:32 data -> /dev/mapper/vg0-data
> lrwxrwxrwx 1 root root 20 Oct 3 03:32 home -> /dev/mapper/vg0-home
> lrwxrwxrwx 1 root root 22 Oct 3 03:32 tegnap -> /dev/mapper/vg0-tegnap
> #
> (the one named "tegnap" is the snapshot.)
>
> Snapshots still can be created/removed/used, the only problem that they are
> "invisible" now.
Seems that I found the problem. The code which iterates over the LVs
explicitely ignores snapshot volumes.
tools/toollib.c:
| 62 list_iterate_items(lvl, &vg->lvs) {
| 63 if (lvl->lv->status & SNAPSHOT)
| 64 continue;
> I've checked the vanilla versions from
> ftp://sources.redhat.com/pub/lvm2/ and neither 2.01.13 nor 2.01.14
> works, so the bug is probably in the upstream.
> The last version that works for me is 2.01.09.
This code is new in 2.01.10 or 2.01.11.
Bastian
--
Well, Jim, I'm not much of an actor either.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-lvm] Re: Bug#331342: lvm2: lvs fails to display snapshot volumes
2005-10-03 9:40 ` [linux-lvm] Re: Bug#331342: lvm2: lvs fails to display snapshot volumes Bastian Blank
@ 2005-10-03 14:04 ` Alasdair G Kergon
0 siblings, 0 replies; 2+ messages in thread
From: Alasdair G Kergon @ 2005-10-03 14:04 UTC (permalink / raw)
To: linux-lvm
> > After a recent upgrade lvs and lvdisplay stopped to display snapshot
> > volumes. Example:
> > # lvs
> > LV VG Attr LSize Origin Snap% Move Log Copy%
> > data vg0 -wi-ao 84.00G
> > home vg0 owi-ao 50.00G
Use lvs -a to see them.
It was fixed in CVS a couple of weeks ago, but isn't included in a
release yet. I'll issue another release shortly.
Alasdair
--
agk@redhat.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-03 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1EMFoR-0008MU-48@karp.cs.elte.hu>
2005-10-03 9:40 ` [linux-lvm] Re: Bug#331342: lvm2: lvs fails to display snapshot volumes Bastian Blank
2005-10-03 14:04 ` Alasdair G Kergon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).