bjking1 / iprutils

The iprutils package is a RAID configuration utility to manage SAS RAID adapters on IBM Power Linux
Other
8 stars 9 forks source link

Add posibility to activate ipr systemd units via udev rule #2

Closed jcajka closed 6 years ago

jcajka commented 6 years ago

Makes possible to have ipr deamons started via udev rule that triggers general iprutils.target starting all of the daemons. Also all new files are added to the dist archive.

This patch has been carried for a while(3y) in the Fedora and seems to work without any issues.

cc @sharkcz

sharkcz commented 6 years ago

Also the udev activation means that the daemons are started only when an IPR adapter is present in the system.

jcajka commented 6 years ago

@sharkcz thanks for the improvements, addition of the proper installation bits

bjking1 commented 6 years ago

@jcajka and @sharkcz thanks for the change! I made a couple minor tweaks on top of it to get it to work for me as well as integration with the rpm spec file. Please let me know if I broke anything in your setup.

sharkcz commented 6 years ago

it looks good, thanks for merging