On Wed, Jul 31, 2019 at 11:21:10AM +0200, Zdenek Kabelac wrote: > Dne 30. 07. 19 v 17:12 Julian Andres Klode napsal(a): > > On Tue, Jul 30, 2019 at 05:02:44PM +0200, Zdenek Kabelac wrote: > > > Dne 25. 07. 19 v 20:49 Julian Andres Klode napsal(a): > > > > systems might have systemd as their normal init systems, but > > > > might not be using it in their initramfs; or like Debian, support > > > > different init systems. > > > > > > > > Detect whether we are running on systemd by checking for /run/systemd/system > > > > and then change the behavior accordingly. > > > > > > > > > > > > > Wouldn't it be better to simply disable compiling/using lvmetad on such systems ? > > > > I don't see how this has anything to do with lvmetad. There is no lvmetad > > anymore. > > The whole point of 'service' for 'pvscan' is to postone activation of DM > devices outside of udev rule processing. > > So whatever is replacing systemd service in your's systemd-less system must > provide similar functionality. > > There is currently no way to accept autoactivation capability within > udev-rule processing. This has nothing to do with the part of the message you are replying too, and is nonsense. The code to run pvscan directly is shipped, the change just moves the decision whether to do that from compile-time to run-time. > > > > HEAD of 2.03 already dropped lvmetad anyway. > > > > > > Do you need any sort of autoactivation in ramdisk ? > > > > Of course we need the PV to be scanned automatically so we can then find > > the root partition. The root device finding is event-based, we have a tool > > that listens to udev and waits for 30s for the device to appear, and relies > > on the events being triggered correctly. > > There is nothing for finding - if you pass root LV into your ramdisk the > proper command to activate such LV is 'lvchange -ay vgname/lvname' > > Dracut uses pretty 'navive' algorithm to run such command with whenever any > new device is found - it's added into lvm2 filters of visible device - once > it succeeds - it can proceed.... > For the 'initramdisk' functionality this is IMHO good enough. > (Although there are several very ugly hacks in this code we would like to drop...) That's a nasty hack. -- debian developer - deb.li/jak | jak-linux.org - free software dev ubuntu core developer i speak de, en _______________________________________________ linux-lvm mailing list linux-lvm@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/