01-md-raid-creating.rules 321 B

1234567
  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. KERNEL=="md*", TEST=="/run/mdadm/creating-$kernel", ENV{SYSTEMD_READY}="0"