Yes this is fixed 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"
checked ubuntu 12.04 beta 2 and looks like this issue has been resolved
in the next release of ubuntu
tested under the following version
root@ubuntu1204:~# uname -srvm
Linux 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64
root@ubuntu1204:~# lsb_release -a
No LSB modules are a
The attachment "checkarray.patch" of this bug report has been identified
as being a patch. The ubuntu-reviewers team has been subscribed to the
bug report so that they can review the patch. In the event that this is
in fact not a patch you can resolve this situation by removing the tag
'patch' fr
Adding in tag `upgrade-software-version` to the ticket to help peoples
filters.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840671
Title:
checkarray --quiet noise
To manage notifications about th
Could we get this fix into precise getting lots of unwanted emails from
our server farms warning us that there is no issue.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840671
Title:
checkarray --q
** Patch added: "checkarray.patch"
https://bugs.launchpad.net/bugs/840671/+attachment/2350633/+files/checkarray.patch
** Description changed:
- The script /usr/share/mdadm/checkarray is missing a check for $quiet for on
line 196:
- echo "$PROGNAME: I: selecting $ionice I/O scheduli