[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
Review Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/947001

Title:
  mdadm informational message is printed when --quiet is specified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/947001/+subscriptions



More information about the Ubuntu-patch-reviews mailing list