]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mapfile: optionally store map file in /dev
authorNeilBrown <neilb@suse.de>
Tue, 14 Apr 2009 00:49:40 +0000 (10:49 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 14 Apr 2009 00:49:40 +0000 (10:49 +1000)
commitcf3a3d7888ea5f5ba465ed6d36d76c3c12ac520b
tree219365ed753bd104c0e09e55992878f4f10ccc20
parent78e3d2a37620d4f936f853e652c14cd22cafd381
mapfile:  optionally store map file in /dev

During early boot, /var/run may not exist or be writable.
If that happens, sore the mapfile (which is very important for
incremental assembly) in /dev (which should exist for udev).

Thanks to Doug Ledford <dledford@redhat.com> for identify this
problem and suggesting a solution.

Signed-off-by: NeilBrown <neilb@suse.de>
mapfile.c