summaryrefslogtreecommitdiffstats
path: root/ReadMe.c
Commit message (Collapse)AuthorAgeFilesLines
* man pages: note that --auto is largely deprecated and irrelevant.NeilBrown2009-05-111-2/+0
| | | | Signed-off-by: NeilBrown <neilb@suse.de>
* Release mdadm-3.0-devel3NeilBrown2009-03-101-1/+1
|
* Support new raid6 layouts needed for DDFNeilBrown2009-03-091-10/+43
| | | | | | | | DDF raid6 layouts are subtly different from the standard 'md' layouts. From 2.6.30 the kernel knows about these. Teach mdadm about them, and also allow 'ddf' to set an appropriate default. Signed-off-by: NeilBrown <neilb@suse.de>
* Merge branch 'master' into devel-3.0NeilBrown2009-02-021-1/+2
|\
| * Document 'max' option to --grow --size in --help output.NeilBrown2009-02-021-1/+2
| | | | | | | | | | | | Suggestion from Christian Hudon <chrish@debian.org> Signed-off-by: NeilBrown <neilb@suse.de>
| * Release 2.6.8NeilBrown2008-11-281-1/+1
| |
* | introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+2
| | | | | | | | | | | | | | Metadata formats like imsm work in concert with platform firmware and hardware, so provide a way for mdadm to display this info to the user. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
* | Release 3.0-devel2NeilBrown2008-11-051-1/+1
| | | | | | | | Signed-off-by: NeilBrown <neilb@suse.de>
* | Updates version numbers for 3.0-devel1 release.NeilBrown2008-09-181-1/+1
| |
* | 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-151-0/+1
| | | | | | | | | | | | | | | | | | For use in distro shutdown scripts with a RAID root file system. Returns immediately if the array is 'readonly', or not an externally managed array. It is up to the distro's scripts to make sure no new writes hit the device after this returns 'true'. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
* | Merge branch 'master' into from-stableNeilBrown2008-08-071-2/+4
|\| | | | | | | | | | | | | Conflicts: Create.c Manage.c
| * Cosmetic cleanup of some messages.NeilBrown2008-08-011-2/+4
| | | | | | | | | | | | | | | | e.g. --raid-disks is preferred over --raid-devices. Thanks to "Jon Nelson" <jnelson-linux-raid@jamponi.net> Signed-off-by: NeilBrown <neilb@suse.de>
* | Merge branch 'master' into devel-3.0Neil Brown2008-06-191-1/+1
|\| | | | | | | | | | | Conflicts: Makefile
| * Release 2.6.7mdadm-2.6.7Neil Brown2008-06-061-1/+1
| |
| * Release 2.6.6mdadm-2.6.6Neil Brown2008-05-191-1/+1
| |
* | Add 'container' level and ->validate_geometry method.Neil Brown2008-05-151-0/+1
|/ | | | These will be used for ddf.
* Release 2.6.5mdadm-2.6.5Neil Brown2008-05-151-1/+1
|
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-1/+1
|
* Release 2.6.4mdadm-2.6.4Neil Brown2007-10-191-1/+1
|
* Add some extra consistency checks based on level.Neil Brown2007-10-171-4/+4
| | | | Also use LEVEL_LINEAR, LEVEL_MULTIPATH in place of -1 or -4 in a few places.
* Release 2.6.3mdadm-2.6.3Neil Brown2007-08-201-1/+1
|
* Fix parsing of "-a" in various contexts.Doug Ledford2007-07-091-0/+2
| | | | | | | | | | | | From: Doug Ledford <dledford@redhat.com> This one fixes a bug where once manage mode is set, the -a short option is no longer parsed correctly (true of grow mode as well). This happens because when you switch the short opts to the bitmap_auto version, it specifies that the argument must follow a, yet the loop expects to get an undecorated option and parse it as the disk dev instead of trying to parse optarg. So, create a new short opt array that is used for manage and grow that doesn't list a as having an argument.
* Release 2.6.2mdadm-2.6.2Neil Brown2007-05-211-8/+3
|
* Add --auto-detect for in-kernel autodetect.Neil Brown2007-05-211-0/+3
| | | | This is equivalent to raidautorun that some distros provide.
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-081-0/+3
| | | | | | | | udev likes to get information about a device as key=value pairs so it can create disk/by-id links etc. So add --export flag which causes the output of --detail to easily parsable. From: Kay Sievers <kay.sievers@novell.com>
* Release 2.6.1mdadm-2.6.1Neil Brown2007-02-221-1/+1
|
* Fixed old documentation in --grow --helpNeil Brown2007-02-221-4/+9
|
* Release 2.6mdadm-2.6Neil Brown2006-12-211-1/+1
|
* Add new mode: --incrementalNeil Brown2006-12-211-4/+30
| | | | | --incremental allows arrays to be assembled one device at a time. This is expected to be used with udev.
* --wait or -W will wait for resync activity to finish on the given devices.Neil Brown2006-12-141-2/+5
|
* Actually support --syslogNeil Brown2006-12-141-0/+1
| | | | | | | Fixes-debian-bug: 402457 (part) All the code is there, and it works for '-y', but for some reason, "syslog" was missing from the long_options.
* Release 2.5.6mdadm-2.5.6Neil Brown2006-11-091-1/+1
|
* Release 2-5-5mdadm-2.5.5Neil Brown2006-11-031-1/+1
|
* Improve error message when wrong --update option is given.Neil Brown2006-10-231-2/+2
|
* Release 2-5-4mdadm-2.5.4Neil Brown2006-10-131-1/+1
|
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-111-0/+1
|
* Release 2.5.3mdadm-2.5.3Neil Brown2006-08-071-1/+1
|
* Release 2.5.2mdadm-2.5.2Neil Brown2006-06-271-1/+1
| | | | Description...
* Release 2.5.1mdadm-2.5.1Neil Brown2006-06-161-1/+1
|
* Release 2.5mdadm-2.5Neil Brown2006-05-261-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Support --auto-update-homehostNeil Brown2006-05-261-0/+1
| | | | | | | | | This can be used to bootstrape homehost tagging. If no arrays are found that are tagged, we look for any array and tag it. Signed-off-by: Neil Brown <neilb@suse.de>
* Allow homehost to be set on command line or in config fileNeil Brown2006-05-191-7/+8
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-2/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* New flag --no-degradedNeil Brown2006-05-191-0/+11
| | | | | | | | | Use to avoid starting arrays if there are fewer devices available than last time the array was started. This is only needed with --scan, as with --scan, that behaviour is the default. Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.4.1mdadm-2.4.1Neil Brown2006-04-171-1/+1
| | | | | | Annoying alignment bug in version-1 supers on 64bit.. Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.4Neil Brown2006-04-031-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Allow resize to backup to a file.Neil Brown2006-03-271-0/+2
| | | | | | | | | | To support resizing an array without a spare, mdadm now understands --backup-file= which should point to a file for storing a backup of critical data. This can be given to --grow which will create the file, or --assemble which will restore from the file if needed. Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.4-pre1Neil Brown2006-03-201-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Release some compile fixes.Neil Brown2006-02-061-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Update ChangeLog and release 2.3mdadm-2.3Neil Brown2006-02-021-2/+2
| | | | | Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Neil Brown <neilb@suse.de>