>>> On 12/17/2014 at 01:56 PM, Offer Baruch <[email protected]> wrote: > Hi > > I think this should be handled by udev rules... > I don't have a sles 12 available to look at... > Can you list your /etc/*udev*/*rules*.d/ directory? > See if there is any lvm related files...
This isn't the case with systemd. It's all magic under the covers with various "generators" that run and create service files under /run/systemd/ which then get executed by systemd. For example, on my test system: # find /run -name "*.service" /run/systemd/generator/lvm2-activation.service /run/systemd/generator/local-fs.target.wants/lvm2-activation.service /run/systemd/generator/local-fs.target.wants/lvm2-activation-early.service /run/systemd/generator/lvm2-activation-early.service /run/systemd/generator/getty.target.wants/[email protected] /run/systemd/generator/getty.target.wants/[email protected] /run/systemd/generator/getty.target.wants/[email protected] /run/systemd/generator/final.target.wants/halt-local.service /run/systemd/generator/multi-user.target.wants/rc-local.service As you can see the first and fourth hits are LVM related, and get created by /usr/lib/systemd/system-generators/lvm2-activation-generator which is part of the lvm2 RPM. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
