Comment # 18 on bug 926405 from
> So the warning appeared in the initail install instead of update, right?
> I don't know what your repo/lvm2 version of initial install is. If the inital 
> install is using lvm2 including the fix for bsc#914415, it should have no 
> such warning. Can you confirm the changelog?

This is testing the most recent DomU which HAS been upgraded.

With

    rpm -qa | grep lvm
        lvm2-2.02.98-43.21.1.x86_64

    grep "use_lvmetad =" /etc/lvm/lvm.conf 
        use_lvmetad = 0

    systemctl list-unit-files | grep lvm
        lvm2-lvmetad.service                    enabled 
        lvm2-monitor.service                    disabled
        lvm2-lvmetad.socket                     enabled 

Which is newer than the one referenced in #

    openSUSE-RU-2015:0263-1: An update that has two recommended fixes can now
be installed.

        Category: recommended (low)
        Bug References: 894202,914415
        CVE References: 
        Sources used:
        openSUSE 13.2 (src):    lvm2-2.02.98-43.17.1

I still see

    grub2-mkconfig -o /boot/grub2/grub.cfg
        Generating grub configuration file ...
        Found theme: /boot/grub2/themes/openSUSE/theme.txt
        Found linux image: /boot/vmlinuz-3.16.7-7-default
        Found initrd image: /boot/initrd-3.16.7-7-default
          WARNING: lvmetad is running but disabled. Restart lvmetad before
enabling it!
          No volume groups found
        done

Checking the changelog

rpm -q --changelog lvm2
* Thu Mar 19 2015 lwang@suse.com
- RAID calculation for sufficient allocatable space (bsc#923021)
  add: acdc731e-RAID-Fix-_sufficient_pes_free-calculation.patch

* Thu Feb 05 2015 lwang@suse.com
- LVM2 does not support unpartitioned DASD device which has special
  format in the first 2 tracks and will siliently discards LVM2 lable
  information written to it when pvcreate. (bsc#894202)
  Add: dab3ebce-devices-Do-not-support-unpartitioned-DASD.patch
- Delete lvm2-lvmetad.service from %service_add_pre/post and %service
  _del_preun/postun.
  Delete lvm2-lvmetad.socket from %service_del_preun/postun to avoid
  lvmetad.service being started by 'systemctl retry-start' when updating
  package. (bsc#914415)
...


You are receiving this mail because: