summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2019-08-13 15:18:30 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2019-08-13 15:18:30 +0200
commit125f27ac37bc9b93cc96f64052b9681b3d479ee1 (patch)
tree0f0dffa677916be3775a5df4ca9c6651e90241fe /udev
parente653f43732fd61f8dc272b157f323663abce3daa (diff)
downloadlvm2-125f27ac37bc9b93cc96f64052b9681b3d479ee1.tar.gz
udev: remove unsupported OPTIONS+="event_timeout" rule
The OPTIONS+="event_timeout" is Unsupported since systemd/udev version 216, that is ~5 years ago. Since systemd/udev version 243, there's a new message printed if unsupported OPTIONS value is used: Invalid value for OPTIONS key, ignoring: 'event_timeout=180' Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1740666
Diffstat (limited to 'udev')
-rw-r--r--udev/11-dm-lvm.rules.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/udev/11-dm-lvm.rules.in b/udev/11-dm-lvm.rules.in
index 91cb991df..7c589943b 100644
--- a/udev/11-dm-lvm.rules.in
+++ b/udev/11-dm-lvm.rules.in
@@ -37,8 +37,6 @@ ENV{DM_SUBSYSTEM_UDEV_FLAG0}!="1", ENV{DM_NOSCAN}=="1", ENV{DM_UDEV_DISABLE_OTHE
ENV{DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG}=="1", GOTO="lvm_end"
-OPTIONS+="event_timeout=180"
-
# Do not create symlinks for inappropriate subdevices.
ENV{DM_LV_NAME}=="pvmove?*|?*_vorigin", GOTO="lvm_disable"
ENV{DM_LV_LAYER}=="?*", GOTO="lvm_disable"