summaryrefslogtreecommitdiff
path: root/debian/TODO
blob: 3a37dcb255a5fee9f930ef42ff3610647c4757dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
debian mdadm TODO list
======================

- check whether mdadm.conf and system are consistent during initramfs creation
  and fail otherwise (#381303).
- then switch to using system mdadm.conf in initramfs.
- add debconf question to determine naming scheme. Reuse logic from udev
  script mdadm-name-generator.sh to preseed the question, store answer in
  /etc/default, make mdadm-name-generator.sh actually use that value. Or just
  get rid of mdadm-name-generator.sh and move everything to debconf.config,
  then install udev rules for each naming scheme to /usr/share/mdadm and use
  ucf to install the appropriate one to /etc.
- version-1 is a nightmare. E.g. on partitionable arrays, with / on
  /dev/md_d0p3, mdadm -Es ignores /dev/md_d0 and just uses the name, so
  /dev/md/<arrayname>.

$Id$