]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm: manage a list of missing disks
authorDan Williams <dan.j.williams@intel.com>
Sun, 28 Sep 2008 19:12:07 +0000 (12:12 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 15 Oct 2008 21:15:51 +0000 (14:15 -0700)
commit47ee5a45661d30b1265b30731525a3a7f4cc7348
treede4698e0912938ba3b7736ad2f31d9315532865a
parent1ee1e9fc62e74f56ca6786690f4247c4c7a8c1bb
imsm: manage a list of missing disks

If a drive is removed while mdmon is not running we need a way to
identify what is missing and mark that disk as failed in the metadata.
At ->load_super() time create a list of missing disks defined as a disk
that is marked in-sync yet does not appear in super->disks.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c