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: ANNOUNCE-3.3
Close
Subject: ANNOUNCE: mdadm 3.3 - A tools for managing md Soft RAID under Linux I am pleased to announce the availability of mdadm version 3.3 It is available at the usual places: http://www.kernel.org/pub/linux/utils/raid/mdadm/ and via git at git://github.com/neilbrown/mdadm git://neil.brown.name/mdadm http://git.neil.brown.name/git/mdadm This is a major new release so don't be too surprised if there are a few issues. If I hear about them they will be fixed in 3.3.1. git log reports nearly 500 changes since 3.2.6 so I won't list them all. Some highlights are: - Some array reshapes can proceed without needing backup file. This is done by changing the 'data_offset' so we never need to write any data back over where it was before. If there is no "head space" or "tail space" to allow data_offset to change, the old mechanism with a backup file can still be used. - RAID10 arrays can be reshaped to change the number of devices, change the chunk size, or change the layout between 'near' and 'offset'. This will always change data_offset, and will fail if there is no room for data_offset to be moved. - "--assemble --update=metadata" can convert a 0.90 array to a 1.0 array. - bad-block-logs are supported (but not heavily tested yet) - "--assemble --update=revert-reshape" can be used to undo a reshape that has just been started but isn't really wanted. This is very new and while it passes basic tests it cannot be guaranteed. - improved locking between --incremental and --assemble - uses systemd to run "mdmon" if systemd is configured to do that. - kernel names of md devices can be non-numeric. e.g. "md_home" rather than "md0". This will probably confuse lots of other tools, so you need to echo CREATE names=yes >> /etc/mdadm.conf or the feature will not be used. (you also need a reasonably new kernel). - "--stop" can be given a kernel name instead of a device name. i.e mdadm --stop md4 will work even if /dev/md4 doesn't exist. - "--detail --export" has some information about the devices in the array - --dump and --restore can be used to backup and restore the metadata on an array. - Hot-replace is supported with mdadm /dev/mdX --replace /dev/foo and mdadm /dev/mdX --replace /dev/foo --with /dev/bar - Config file can be a directory in which case all "*.conf" files are read in lexical order. Default is to read /etc/mdadm.conf and then /etc/mdadm.conf.d Thus echo CREATE name=yes > /etc/mdadm.conf.d/names.conf will also enable the use of named md devices. - Lots of improvements to DDF support including adding support for RAID10 (thanks Martin Wilck). and lots of bugfixes and other little changes. NeilBrown 3rd September 2013