All of lore.kernel.org
 help / color / mirror / Atom feed
* false error messages when merging
@ 2010-02-08 20:49 Mikulas Patocka
  2010-02-08 21:29 ` Mike Snitzer
  0 siblings, 1 reply; 5+ messages in thread
From: Mikulas Patocka @ 2010-02-08 20:49 UTC (permalink / raw)
  To: lvm-devel

Hi

LVM2.2.02.60 writes false error messages about tree node not found when 
activating delayed merging. But it starts merging anyway.

Mikulas

---

[slunicko:~]# lvs
  LV   VG   Attr   LSize  Origin Snap%  Move Log Copy%  Convert
  m    vg1  -wi-a- 16.00m
[slunicko:~]# lvcreate -s -n s -c 4k -L 24M vg1/m
  Logical volume "s" created
[slunicko:~]# mount -t ext2 /dev/vg1/s /mnt/test
[slunicko:~]# lvconvert --merge /dev/vg1/s
  Can't merge when snapshot is open
  Merging of snapshot s will start next activation.
[slunicko:~]# umount /mnt/test
[slunicko:~]# lvchange -an vg1/m
[slunicko:~]# lvchange -ay vg1/m
  failed to find tree node for m
  failed to find tree node for s
[slunicko:~]#
... the merging starts on backgound fine



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-09 23:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 20:49 false error messages when merging Mikulas Patocka
2010-02-08 21:29 ` Mike Snitzer
2010-02-08 22:03   ` Mike Snitzer
2010-02-08 22:43     ` Mike Snitzer
2010-02-09 23:59       ` Mikulas Patocka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.