summaryrefslogtreecommitdiffstats
path: root/mdmon.8
Commit message (Collapse)AuthorAgeFilesLines
* Release mdadm-3.1.2NeilBrown2010-03-101-1/+1
|
* mdmon.8: minor manpage updateNeilBrown2010-03-091-0/+5
| | | | Signed-off-by: NeilBrown <neilb@suse.de>
* fix mdmon option parsingLuca Berra2010-03-031-1/+9
| | | | | | | | | | | running mdmon --takeover --all resulted in a segfault. Also allow "--all" to be longer so that e.g. md_d127 can successfully over-write it in the argument list visible to 'ps'. Signed-off-by: Luca Berra <bluca@comedia.it> Signed-off-by: NeilBrown <neilb@suse.de>
* mdmon: Document startup/shutdown requirements in man page.NeilBrown2010-02-081-1/+58
| | | | Signed-off-by: NeilBrown <neilb@suse.de>
* mdmon: remove switch-root functionality.NeilBrown2010-02-081-65/+33
| | | | | | | | | | | | | | | | | Using switch-root and then creating files in /var/run once that location is writable is racing as most distro clean out /var/run shortly after it is mounted. This can cause the .pid and .sock files to be deleted shortly after they are created. This option doesn't seem to be used at all any, and the alternative of communicating the pid etc in some preserved directory and then restarting mdmon once all is settled seems simpler. So remove the code for supporting switchroot and update man page accordingly. Signed-off-by: NeilBrown <neilb@suse.de>
* mdmon: recognise --all in place of /proc/mdstatNeilBrown2010-02-041-2/+4
| | | | | | | It seems more meaningful. Keep the old option as well for back compatibility. Signed-off-by: NeilBrown <neilb@suse.de>
* mdmon: allow pid to be stored in different directory.NeilBrown2010-02-041-1/+51
| | | | | | | | /var/run probably doesn't persist from early boot. So if necessary, store in in /lib/init/rw or somewhere else that does persist. Signed-off-by: NeilBrown <neilb@suse.de>
* Release mdadm-3.1.1NeilBrown2009-11-191-1/+1
| | | | bugfix over 3.1, but changes to some significant defaults.
* Release 3.1NeilBrown2009-10-221-1/+1
| | | | | | New functionality in --grow. Signed-off-by: NeilBrown <neilb@suse.de>
* Release 3.0.3NeilBrown2009-10-221-1/+1
| | | | Signed-off-by: NeilBrown <neilb@suse.de>
* Release mdadm-3.0.2NeilBrown2009-09-251-1/+1
| | | | Just one bugfix.
* Release mdadm-3.0.1NeilBrown2009-09-251-1/+1
| | | | | | Just bugfixes. Signed-off-by: NeilBrown <neilb@suse.de>
* Release mdadm-3.0devel-3.0NeilBrown2009-06-021-1/+1
| | | | | | | | - remove lot of old 'ANNOUNCE' files - trim changelog - update version numbers Signed-off-by: NeilBrown <neilb@suse.de>
* mdadm.8: Man page updatesNeilBrown2009-06-021-21/+47
| | | | General review and update of mdadm.8
* Release mdadm-3.0-rc1NeilBrown2009-05-111-1/+1
|
* Release mdadm-3.0-devel3NeilBrown2009-03-101-1/+1
|
* mdmon: man pageDan Williams2009-02-241-0/+138
Signed-off-by: Dan Williams <dan.j.williams@intel.com>