summaryrefslogtreecommitdiffstats
path: root/ReadMe.c
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.6.7.1mdadm-2.6.7.xNeilBrown2008-10-151-1/+1
| | | | Special point release for Debian-Lenny
* Release 2.6.7mdadm-2.6.7Neil Brown2008-06-061-1/+1
|
* Release 2.6.6mdadm-2.6.6Neil Brown2008-05-191-1/+1
|
* 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>
* Further improvements to online helpNeil Brown2006-04-171-6/+11
| | | | diff .//ReadMe.c~current~ .//ReadMe.c
* Make some improvements to online help.Neil Brown2006-01-271-0/+7
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.2mdadm-2.2Neil Brown2005-12-091-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* syslog support for monitor modeNeil Brown2005-12-051-2/+4
| | | | | | | | | | | | From: ross@jose.lug.udel.edu (Ross Vandegrift) Hi Neil, While adding the text message mode, I saw a FIXME asking for syslog support in monitor mode. This patch adds exactly that. Signed-off-by: Neil Brown <neilb@suse.de>
* Improve option parsingNeil Brown2005-12-051-1/+2
| | | | | | | | stuff ====Do Not Remove==== Status: ok Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2-0Neil Brown2005-09-121-1/+1
| | | | | | With little fix for -O2 compile Signed-off-by: Neil Brown <neilb@suse.de>
* Getting ready for 2.0 release...Neil Brown2005-08-261-2/+2
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Assorted fixesNeil Brown2005-08-161-0/+1
| | | | | | | | | Support "--build"ing arrays with bitmaps. hot-removal of bitmaps --re-add of drives recently removed. assorted extra tests Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-151-1/+3
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Support nameing of version-1 arrays.Neil Brown2005-08-091-0/+5
| | | | | | | --name is recognised in --create and --assemble name= is recognised in config file. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add write-behind supportNeil Brown2005-08-091-0/+4
| | | | | | | | Currently this includes --write-behind to set level of write-behind supported --write-mostly to flag devices as write-mostly. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add test suite and releaseNeil Brown2005-08-041-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Release devel-2Neil Brown2005-07-151-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>