Bug#618016: lvremove sometimes fails to remove snapshot volumes

2011-03-27 Thread Michael Goetze
found 618016 2.02.84-2 thanks On 03/13/2011 02:53 PM, Bastian Blank wrote: > This is not the latest version. Please upgrade. Easily reproduced (first try) with the version in wheezy/sid. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Bug#618016: lvremove sometimes fails to remove snapshot volumes

2011-03-16 Thread Eoin McHugh
Another update. I've investigated further and this problem appears to have been introduced to my systems when the kpartx package was updated on Feb 26th: 2011-02-26 15:58:49 install kpartx 0.4.8+git0.761c66f-9 I'll follow up the issue with the kpartx maintainer. Regards, -- Eoin McHugh IC

Bug#618016: lvremove sometimes fails to remove snapshot volumes

2011-03-15 Thread Eoin McHugh
I am also experiencing exactly the same issue with LVM snapshots used for backup. This worked fine in Lenny but is very unreliable since upgrading to squeeze. You suggest upgrading but 2.02.66-5 IS the current version of lvm2 in Stable/Squeeze. Neither aptitude nor the Debian website indicate the p

Bug#618016: lvremove sometimes fails to remove snapshot volumes

2011-03-13 Thread Bastian Blank
On Sun, Mar 13, 2011 at 02:15:07PM +0100, Michael Goetze wrote: > Package: lvm2 > Version: 2.02.66-5 This is not the latest version. Please upgrade. Bastian -- Death, when unnecessary, is a tragic thing. -- Flint, "Requiem for Methuselah", stardate 5843.7 -- To UNSUBSCRIBE,

Bug#618016: lvremove sometimes fails to remove snapshot volumes

2011-03-13 Thread Michael Goetze
Package: lvm2 Version: 2.02.66-5 Severity: important I am using LVM snapshots for my backup and I am finding it impossible to automate their removal. My current code looks like this: umount /mnt/snap/$LV || exit 3 sleep 1 lvremove -f $VG/$LV-snap if [ $? -ne 0 ]; then sleep 5 lvre