]> git.ipfire.org Git - thirdparty/mdadm.git/blame - udev-md-raid-creating.rules
mdadm: improve the dlm locking mechanism for clustered raid
[thirdparty/mdadm.git] / udev-md-raid-creating.rules
CommitLineData
cd6cbb08
N
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
dd180cb1 7KERNEL=="md*", TEST=="/run/mdadm/creating-$kernel", ENV{SYSTEMD_READY}="0"