Merge pull request #191 from imjfckm/fix-lvm

Try to load devices on change udev event
This commit is contained in:
Jan Musiał
2019-11-18 16:24:36 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
ACTION!="add", GOTO="cas_loader_end"
ACTION=="remove", GOTO="cas_loader_end"
SUBSYSTEM!="block", GOTO="cas_loader_end"
RUN+="/lib/opencas/open-cas-loader /dev/$name"