[Bug 947001] Re: mdadm informational message is printed when --quiet is specified
Brian Murray
brian at ubuntu.com
Thu Mar 22 21:45:22 UTC 2012
This is fixed in the version of checkarray in mdadm in Precise:
if [ -n "$resync_pid" ]; then
[ $quiet -lt 1 ] && echo "$PROGNAME: I: selecting $ionice I/O scheduling class and $renice niceness for resync of $array." >&2
ionice -p "$resync_pid" $ioarg || :
renice -n $renice -p "$resync_pid" 1>/dev/null || :
break
fi
If you'd like to see this fixed in a previous release of Ubuntu a stable
release update of mdadm will need to be performed. You can learn more
about this process at https://wiki.ubuntu.com/StableReleaseUpdates.
** Changed in: mdadm (Ubuntu)
Status: New => Fix Released
** Changed in: mdadm (Ubuntu)
Importance: Undecided => Low
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to mdadm in Ubuntu.
https://bugs.launchpad.net/bugs/947001
Title:
mdadm informational message is printed when --quiet is specified
Status in “mdadm” package in Ubuntu:
Fix Released
Bug description:
The mdadm cron job is using /usr/share/msadm/checkarray script with
--quiet and --idle options, but the script is still printing an
informational message about using the idle schreduler class, resulting
in spurious cron e-mails.
Attached is a simple patch to fix it.
Description: Ubuntu 11.04
Release: 11.04
mdadm version 3.1.4-1+8efb9d1ubuntu6
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/947001/+subscriptions
More information about the foundations-bugs
mailing list