summaryrefslogtreecommitdiff
path: root/debian/mdadm-raid
Commit message (Collapse)AuthorAge
* fix `/etc/init.d/mdadm-raid status' inverse logic (Closes: #686100)Michael Tokarev2012-10-20
|
* Implement status option for mdadm-raid init.d scriptSergey B Kirpichev2012-06-22
|
* add boot ordering dependency on multipath-tools-boot and remove mention of ↵Michael Tokarev2011-09-14
| | | | devfsd
* move initscript metadata from /lib/init/rw/.mdadm to /run/mdadmMichael Tokarev2011-09-10
| | | | Debian-Bug: 633054
* Work around a shell coding bug for cases when there are zero active devicesmartin f. krafft2011-03-20
| | | | | Debian bug: #618561 Signed-off-by: martin f. krafft <madduck@debian.org>
* Schedule start/stop of mdadm-raid before/after filesystems are ↵martin f. krafft2011-01-31
| | | | | | | checked&mounted/unmounted Debian-Bug: 611632 Signed-off-by: martin f. krafft <madduck@debian.org>
* Make mdadm-raid init script depend on hostname; thanks to Mario 'BitKoenig' ↵martin f. krafft2011-01-31
| | | | | | | Holbe Debian-Bug: 610421 Signed-off-by: martin f. krafft <madduck@debian.org>
* No longer pass -k to modprobe,martin f. krafft2009-04-27
| | | | | | | | -k has has been deprecated for a long time; thanks to Jan Hudec Debian bug: #519999 Signed-off-by: martin f. krafft <madduck@debian.org>
* update copyright year to 2008martin f. krafft2008-07-02
|
* remove $Id:$ leftovers from CVS/SVNmartin f. krafft2008-07-02
|
* Fixed bashism in mdadm-raid init.d scriptmartin f. krafft2008-04-11
| | | | Thanks to Raphael Geisser (closes: #471874).
* * Make init script not report failure when there are no arrays defined inmadduck2007-10-07
| | | | config file.
* bump copyright year to 2007madduck2007-10-07
|
* * Improved mdadm-raid init script to correctly output status information formadduck2007-01-11
| | | | drives that are initialising or adding spares.
* * Hard-code path to /sbin/mdadm binary rather than searching the $PATH. Thismadduck2006-12-19
| | | | | closes: #403307 and should be a little more robust in the presence of installations of mdadm in /usr/local.
* * Fix a syntax error in mdadm-raid script.madduck2006-11-09
|
* all arrays when booting from rescue/live media. It overrides AUTOSTART inmadduck2006-11-09
| | | | | /etc/default/mdadm and starts arrays even if the variable is set to a false value.
* * Merged patch by Dan Pascu to nicely handle situations where a degradedmadduck2006-10-31
| | | | array only has one drive left nicely by the mdadm-raid script.
* small fixes to init scriptmadduck2006-10-26
|
* * Send udev events for arrays assembled by the mdadm-raid init.d script.madduck2006-10-26
| | | | | | | This does not close #394193 but it's a good addition anyway. I am not sending these events from the initramfs as well because it would be non-trivial to ensure that an event doesn't get sent twice for a given array.
* exit after sending eventsmadduck2006-10-26
|
* * Send udev events for arrays assembled from the initramfs or by the initmadduck2006-10-25
| | | | | | script (closes: #394193). I unconditionally send events for all arrays that have been assembled to this point -- it does not matter if an event is sent twice.
* corrections from pettermadduck2006-09-07
|
* added LSB headers to init scripts.madduck2006-09-07
|
* docs update and minor touchupsmadduck2006-08-20
|
* 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
|
* * Don't fail mdadm-raid when /dev is on a read-only filesystemmadduck2006-08-13
| | | | (closes: #382876).
* readding udev, this time with a smart scriptmadduck2006-08-10
|
* adopting to change in upstream outputmadduck2006-08-10
|
* got rid of revision tagsmadduck2006-08-08
|
* setting more keywords and licence changemadduck2006-08-07
|
* handle devfs-style names and version-1 devicesmadduck2006-08-02
|
* * Applied patch by upstream to fix the logic of the --run switch (seemadduck2006-08-01
| | | | | #287415). Thus also reverted the mdadm-raid hack used to fix the bug in the 2.5.2-9 upload.
* * Added handling of partitionable arrays to root RAID autodetection scriptmadduck2006-07-31
| | | | | | | | (closes: #380596). * Forcing RAID assembly to run the arrays, working around an upstream bug until that's fixed (closes: #287415). * Updated debconf translations: - Vietnamese by Clytie Syddall, thanks!
* * Removed the code writing auto-detected devices to /var, which was sillymadduck2006-07-24
| | | | | | since /var isn't necessarily mounted yet by the time mdadm-raid is called. Thanks to Mau for pointing this out. * Added questionable RAID5-vs-RAID10.txt document.
* * Catching modprobe error in case of absence of the kernel modules, ormadduck2006-07-22
| | | | a non-modular kernel. Thanks to Holger Levsen.
* Load newtrunk into mdadm/trunk.madduck2006-07-08