~ubuntu-branches/ubuntu/gutsy/mdadm/gutsy

« back to all changes in this revision

Viewing changes to debian/mdadm.logcheck.ignore.server

  • Committer: Package Import Robot
  • Author(s): Scott James Remnant
  • Date: 2007-07-11 10:31:39 UTC
  • mfrom: (1.2.1) (1.1.7 etch)
  • Revision ID: package-import@ubuntu.com-20070711103139-i4xr6bij2i0xbjho
Tags: 2.6.2-1ubuntu1
* Merge from debian unstable:
  - various Debian and Ubuntu changes dropped in favour of the changes
    outlined below.

* md activation:
  - We now have a single udev rule for both the real system and the
    initramfs, since doing things differently there will only result in bugs
    and confusion.
  - This rule runs "mdadm --assemble --scan --no-degraded", automatically
    activating any non-degraded device as their components are detected.
  - Drop the mdadm-raid init script, since this does the same thing.
  - Also drop mdadm-startall which uses the mdadm-raid init script, and its
    associated sgml file (thus dropping the build-dep on docbook-to-man)
  - Simplify the configuration, since we always autostart all devices so do
    not need to specify any required root devices, etc.
  - Drop the deprecated mdrun entirely.
  - Since udev autostarts arrays, much of the initramfs script can be
    dropped.

* Install a new udev rule at 65 which runs vol_id on clean raid arrays.
  This will cause lvm, etc. to be run (since there is vol_id information
  present for the enclosed filesystem).

* Depend on initramfs-tools, specifically a version that doesn't ship
  the mdrun script.  This way we can clean out a lot of the upgrade handling
  from the initramfs hook.
* Just get initramfs to load the modules for us

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: RAID([01456]|10) conf printout:$
17
17
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:[[:space:]]+---( [wrf]d:[[:digit:]]+){2,3}$
18
18
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:[[:space:]]+disk [[:digit:]]+,( wo:[[:digit:]]+,)? o:[[:digit:]]+, dev:[[:alnum:]]+$
19
 
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ mdadm: Rebuild(Start|Finish)ed event detected on md device /dev/[-_./[:alnum:]]+$
 
19
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ mdadm: Rebuild((Start|Finish)ed|[2468]0) event detected on md device /dev/[-_./[:alnum:]]+$
20
20
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ mdadm: SpareActive event detected on md device /dev/[-_./[:alnum:]]+, component device /dev/[-_./[:alnum:]]+$
 
21
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ mdadm: (New|Degraded)Array event detected on md device /dev/[-_./[:alnum:]]+$
 
22
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ mdadm: DeviceDisappeared event detected on md device /dev/[-_./[:alnum:]]+$