1# do not edit this file, it will be overwritten on update
2
3# enable in-kernel media-presence polling
4ACTION=="add", SUBSYSTEM=="module", KERNEL=="block", ATTR{parameters/events_dfl_poll_msecs}=="0", \
5  ATTR{parameters/events_dfl_poll_msecs}="2000"
6
7# forward scsi device event to corresponding block device
8ACTION=="change", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/uevent}="change"
9
10# watch metadata changes, caused by tools closing the device node which was opened for writing
11ACTION!="remove", SUBSYSTEM=="block", KERNEL=="loop*|nvme*|sd*|vd*|xvd*|pmem*|mmcblk*", OPTIONS+="watch"
12