]> git.ipfire.org Git - thirdparty/mdadm.git/blame_incremental - udev-md-raid-creating.rules
mdadm: load default sysfs attributes after assemblation
[thirdparty/mdadm.git] / udev-md-raid-creating.rules
... / ...
CommitLineData
1# do not edit this file, it will be overwritten on update
2# While mdadm is creating an array, it creates a file
3# /run/mdadm/creating-mdXXX. If that file exists, then
4# the array is not "ready" and we should make sure the
5# content is ignored.
6
7KERNEL=="md*", TEST=="/run/mdadm/creating-$kernel", ENV{SYSTEMD_READY}="0"