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
commit 50d340f815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"