]> git.ipfire.org Git - thirdparty/mdadm.git/blob - udev-md-raid-creating.rules
mdadm/clustermd_tests: add test case to test grow_resize cluster-raid10
[thirdparty/mdadm.git] / udev-md-raid-creating.rules
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
7 KERNEL=="md*", TEST=="/run/mdadm/creating-$kernel", ENV{SYSTEMD_READY}="0"