OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
mdadm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
ANNOUNCE-3.0
3.4 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.0.1
620 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.0.2
583 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.0.3
1009 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.1
1.14 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.1.1
1.41 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.1.2
1.75 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.1.3
1.89 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.1.4
1.3 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.1.5
1.75 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.2
2.94 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.2.1
3.24 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.2.2
1.51 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.2.3
810 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.2.4.gz
3.61 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.2.5
1.02 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.2.6
2.6 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.3
2.69 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.3.1
826 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.3.2
467 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.3.3
577 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.3.4
1.48 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-3.4
888 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-4.0
852 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
ANNOUNCE-4.1-rc1
519 bytes
03/22/2018 05:06:56 PM
rw-r--r--
📄
FAQ.gz
9.67 KB
10/22/2019 08:01:52 PM
rw-r--r--
📄
NEWS.Debian.gz
2.12 KB
10/22/2019 08:01:52 PM
rw-r--r--
📄
README.checkarray
1.63 KB
10/22/2019 08:01:52 PM
rw-r--r--
📄
README.recipes.gz
1.86 KB
10/22/2019 08:01:52 PM
rw-r--r--
📄
TODO.Debian
1.21 KB
10/22/2019 08:01:52 PM
rw-r--r--
📄
TODO.gz
3.02 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
changelog.Debian.gz
1.7 KB
01/14/2020 07:10:59 PM
rw-r--r--
📄
copyright
885 bytes
10/22/2019 08:01:52 PM
rw-r--r--
📁
examples
-
05/09/2024 07:13:29 AM
rwxr-xr-x
📄
external-reshape-design.txt.gz
4.82 KB
03/22/2018 05:06:56 PM
rw-r--r--
📄
mdmon-design.txt.gz
2.5 KB
03/22/2018 05:06:56 PM
rw-r--r--
Editing: TODO.Debian
Close
debian mdadm TODO list ====================== - 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>. - figure out something about device names. - (better) udev integration - check whether mdadm.conf and system are consistent during initramfs creation and fail otherwise (#381303). - add code to compare existing and expected configuration, after standardising the files. In most cases, we'll have to answer DUNNO as to whether the existing configuration file is okay, but I guess in some cases we can determine that the configuration is okay. A conservative approach would be beneficial to the user. Not sure if it's worth the effort though. - one nice^W important thing would be to check device names and UUIDs at least. - verify operation without udev - udev removed before mdadm installed - udev removed after mdadm installed - more granular handling of init.d starts/stops, don't force all arrays to be started. - let user specify when to start/stop which array (#398310). - also only stop those array we started; this can be easily done with sentinels in $STATEDIR - manage DAEMON_OPTIONS with debconf