summaryrefslogtreecommitdiff
path: root/debian/checkarray
Commit message (Collapse)AuthorAge
* some cleanups for checkarrayMichael Tokarev2012-08-23
| | | | | | - change --help printing and shorten/simplify the text - make --quiet cumulative and stop documenting --real-quiet - do not prduce help in case of incorrect usage, and exit with 1
* do not check recently created arrays (#624273)Michael Tokarev2012-05-25
|
* small changes for debian/checkarrayMichael Tokarev2012-01-10
| | | | | | remove usage of $SYNC_ACTION_CTL in favour of $MDBASE/sync_action since $MDBASE is (and will be) used in other places. While at it, replace var=$(cat foo) with read var < foo construct
* set nice value of the check/resync thread too, together with I/O scheduling ↵Michael Tokarev2012-01-10
| | | | class (Closes: #652547)
* don't print W: auto-read-only in checkarray in quiet modeMichael Tokarev2011-09-10
| | | | | Debian-Bug: 605722 Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* hide scheduling message in quiet modemartin f. krafft2011-01-31
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* Do not break after first device without a scheduling classmartin f. krafft2011-01-31
| | | | | Debian-Bug: 611627 Signed-off-by: martin f. krafft <madduck@debian.org>
* do not print io rescheduling info message when run by cronmartin f. krafft2010-09-05
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* checkarray: fix typo in previous changeRomain Francoise2010-09-02
| | | | | Signed-off-by: Romain Francoise <rfrancoise@debian.org> Signed-off-by: martin f. krafft <madduck@debian.org>
* older iorenice do not yet have -tmartin f. krafft2010-08-29
|
* add --slow option to getopt settingsmartin f. krafft2010-08-29
|
* Add I/O rescheduling functionality to the checkarraymartin f. krafft2010-08-29
| | | | | Also makes the cronjob use --idle by default so to minimise the impact of the monthly checks on the running system.
* checkarray: do not exit non-zero when there are no arrays foundmartin f. krafft2010-05-20
| | | | | Debian-bug-reference: #582360 Signed-off-by: martin f. krafft <madduck@debian.org>
* remove SVN Id keyword from sourcesmartin f. krafft2009-07-21
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* Make checkarray skip over arrays still marked auto-read-onlymartin f. krafft2009-04-25
| | | | | | | | | Generally, we don't want to check those arrays, and marking the active would defeat the point of auto-read-only. See the Debian bug log. Debian bug: 510641 Signed-off-by: martin f. krafft <madduck@debian.org>
* remove $Id:$ leftovers from CVS/SVNmartin f. krafft2008-07-02
|
* Fixed a typo in checkarray; thanks to Helmut Grohne (closes: #445540).martin f. krafft2008-06-24
|
* elevate warnings about lack of kernel support to errorsmartin f. krafft2008-04-11
|
* Do not output warning when run from cron and no arrays are foundmartin f. krafft2008-04-11
| | | | (closes: #474542).
* only read defaults if readablemadduck2006-10-05
|
* * Reworked the documentation with respect to the use of "MD" and "RAID", andmadduck2006-09-13
| | | | | | added a FAQ entry on the meaning of "MD". Thanks to Frans Pop for his help!
* make MD array and RAID synonymous, fjp requestmadduck2006-09-11
|
* Sorry for the large commit, I have been working all day and chaotically, somadduck2006-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is the reward. I am nearing a release, but it's not quite done... changelog so far (this is for the pending 2.5.3.git2006whatever-1 release, and includes previous "unreleased" entries). * Tracking upstream git releases. - now the --run switch behaves as stated in the manpage. This properly fixes #287415 - new version-1 partitionable arrays are now named X instead of _dX (e.g. 0 instead of _d0) for device names like md_dX. I actually think this is a bug and hope upstream will use dX (e.g. d0) instead in a future version. * Instead of trying to do a whole lot of magic with respect to detecting RAID devices to start, mdadm from now on requires a valid mdadm.conf file to be installed. It still tries to do what it can, but there are no heuristics anymore. See /usr/share/doc/mdadm/README.upgrading-2.5.3 . * Removed the zero-superblock warning because we require the user to sign off the configuration file anyway. * This also enables us to use mdadm.conf from the initial ramdisk and thus closes: #381303. * In case the user chooses to assemble all arrays from the initial ramdisk, use the new homehost feature of mdadm (closes: #381057). This will start only those arrays belonging to the local system, unless it is the first run on a system, in which case it will start all arrays and mark them as belonging to the local system. * Improved the debconf control script: integrated error messages into the frontends, and made it a bit smarter. Error messages can now be translated, and the script checks whether the user's choice is listed in the configuration file and only proceeds if it is, or the user chooses to ignore that it is not. * mkconf can now take a generate/force-generate parameter to write directly to /etc/mdadm/mdadm.conf. A second parameter specifies an alternate filename. * mkconf now outputs comments for the settings it suggests. * Removed all udev-related stuff. We must coexist with udev because there are setups that assemble arrays without mdadm, so the device nodes must be created by udev, if that is used. (closes: #382263, #382450, #383688, #383891, #383806, #382480) Staying at low urgency since these (RC) bugs only exist in unstable. * Now installs MD modules and mdadm/mdrun into initial ramdisk regardless of whether the hook script thinks there are devices to start. This was done to enable recovery from the initramfs shell. * Now uses 'MD' instead of 'RAID' consistently in all messages. * Now rebuilds initramfs for all installed kernels. * Now breaks the endless config loop only when the user does not see the question (see #381284, #381007). * Don't fail mdadm-raid when /dev is on a read-only filesystem (closes: #382876). * Updated debconf translations: - French by Florentin Duneau (closes: #382389).
* set -eu instead of shebang linemadduck2006-08-20
|
* got rid of revision tagsmadduck2006-08-08
|
* copyright without yearmadduck2006-08-07
|
* fixing shell variable errormadduck2006-08-07
|
* setting more keywords and licence changemadduck2006-08-07
|
* using svn keyword Idmadduck2006-08-07
|
* updated --help outputmadduck2006-08-02
|
* s/parity/redundancy/madduck2006-08-02
|
* * checkarray: now supports -x|--cancel switch to cancel running checks.madduck2006-08-02
|
* checks, or when there are no redundant arrays present (closes: #380746).madduck2006-08-02
| | | | | * checkarray: now supports -s|--status switch to query parity check status for given devices.
* * checkarray: correctly recognise when the kernel is too old for paritymadduck2006-08-01
| | | | checks, or when there are no redundant arrays present.
* improved log message when skipping non-redundant arraysmadduck2006-07-31
|
* added hint to remove mdadm packagemadduck2006-07-29
|
* s/device/array/madduck2006-07-23
|
* * checkarray: skip sync for RAID0 devices (closes: #379352).madduck2006-07-23
|
* * Check for presence of active RAID arrays and give an appropriate error ifmadduck2006-07-22
| | | | there are none present (closes: #379019).
* Load newtrunk into mdadm/trunk.madduck2006-07-08