[libvirt] Libvirt storage api and lvm .cache issue

Hello all, I am using the libvirt storage api with LVM storage on rhel5 with xen and I noticed that when using the api to create/delete lv's they get added to /etc/lvm/cache/.cache but old deleted ones never get removed from the .cache. This causes dmeventd to keep trying to access them but can't which fills up the logs in /var/log. Has anyone seen this or have a fix for it? I guess I could force a vgscan or something to clean it up just seems like I shouldn't need to. Thanks, Tom

On Mon, Aug 09, 2010 at 02:25:21PM -0700, Thomas Graves wrote:
Hello all,
I am using the libvirt storage api with LVM storage on rhel5 with xen and I noticed that when using the api to create/delete lv's they get added to /etc/lvm/cache/.cache but old deleted ones never get removed from the .cache. This causes dmeventd to keep trying to access them but can't which fills up the logs in /var/log.
Has anyone seen this or have a fix for it? I guess I could force a vgscan or something to clean it up just seems like I shouldn't need to.
Not sure why this would happen. When deleting LV's in libvirt, we simply call our to lvremove, which I assume would clear up .cache entries. Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

Lvremove does not properly remove it from the .cache. Perhaps that is the bug. I'll investigate more ( I'm using lvm2-2.02.46-8.el5). -bash-3.2$ sudo cat /etc/lvm/cache/.cache | grep tom "/dev/sys/tomtest2", "/dev/mapper/sys-tomtest2", -bash-3.2$ sudo lvremove /dev/sys/tomtest2 Do you really want to remove active logical volume tomtest2? [y/n]: y Logical volume "tomtest2" successfully removed -bash-3.2$ sudo cat /etc/lvm/cache/.cache | grep tom "/dev/sys/tomtest2", "/dev/mapper/sys-tomtest2", Thanks Tom On 8/9/10 4:52 PM, "Daniel P. Berrange" <berrange@redhat.com> wrote: On Mon, Aug 09, 2010 at 02:25:21PM -0700, Thomas Graves wrote:
Hello all,
I am using the libvirt storage api with LVM storage on rhel5 with xen and I noticed that when using the api to create/delete lv's they get added to /etc/lvm/cache/.cache but old deleted ones never get removed from the .cache. This causes dmeventd to keep trying to access them but can't which fills up the logs in /var/log.
Has anyone seen this or have a fix for it? I guess I could force a vgscan or something to clean it up just seems like I shouldn't need to.
Not sure why this would happen. When deleting LV's in libvirt, we simply call our to lvremove, which I assume would clear up .cache entries. Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

On Tue, Aug 10, 2010 at 07:15:48AM -0700, Thomas Graves wrote:
Lvremove does not properly remove it from the .cache. Perhaps that is the bug. I'll investigate more ( I'm using lvm2-2.02.46-8.el5).
-bash-3.2$ sudo cat /etc/lvm/cache/.cache | grep tom "/dev/sys/tomtest2", "/dev/mapper/sys-tomtest2", -bash-3.2$ sudo lvremove /dev/sys/tomtest2 Do you really want to remove active logical volume tomtest2? [y/n]: y Logical volume "tomtest2" successfully removed -bash-3.2$ sudo cat /etc/lvm/cache/.cache | grep tom "/dev/sys/tomtest2", "/dev/mapper/sys-tomtest2",
Yeah that sounds like a lvm bug to me - users shouldn't have to be aware of LVM private cache files at all. Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
participants (2)
-
Daniel P. Berrange
-
Thomas Graves