]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules/60-block.rules
rules: watch metadata changes on DASD devices
[thirdparty/systemd.git] / rules / 60-block.rules
CommitLineData
52346b5f
KS
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
38397c8c 11ACTION!="remove", SUBSYSTEM=="block", KERNEL=="loop*|nvme*|sd*|vd*|xvd*|pmem*|mmcblk*|dasd*", OPTIONS+="watch"