mdadm/TODO

23 lines
756 B
Plaintext
Raw Normal View History

2001-06-08 04:36:23 +02:00
2001-07-26 09:00:09 +02:00
- check superblock checksum in examine DONE
- report "chunk" or "rounding" depending on raid level DONE
2001-06-14 07:33:53 +02:00
- report "linear" instead of "-1" for raid level DONE
- decode ayout depending on raid level DONE
2001-06-08 04:36:23 +02:00
- get Assemble to upgrade devices if force flag.
2001-06-14 07:33:53 +02:00
- --verbose and --force flags.
2001-07-26 09:00:09 +02:00
- set md_minor, *_disks for Create - DONE
2001-06-14 07:33:53 +02:00
- for create raid5, how to choose between
all working, but not insync
one missing, one spare, insync
2001-07-26 09:00:09 +02:00
- when RUN_ARRAY, make sure *_disks counts are right
- get --detail to extract extra stuff from superblock,
like uuid DONE
- --detail --brief to give a config file line
- parse config file. DONE
- test...
- when --assemble --scan, if an underlying device is an md device,
then try to assemble that device first.