alice ferrazzi: Set idle has default priority,	this prevent the check to be not started without any warning if	checkarray is started without any nice priority argument
    alice ferrazzi 
    aliceinwire-guest at alioth.debian.org
       
    Sun Sep 12 16:20:30 UTC 2010
    
    
  
Module: mdadm
Branch: aliceferrazzi
Commit: 4bba6234c6f42a5700c23d968d91fee49c1fb13f
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=4bba6234c6f42a5700c23d968d91fee49c1fb13f
Author: alice ferrazzi <aliceinwire at gnumerica.org>
Date:   Sun Sep 12 18:09:23 2010 +0200
Set idle has default priority, this prevent the check to be not started without any warning if checkarray is started without any nice priority argument
---
 debian/checkarray |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/checkarray b/debian/checkarray
index 4a6cb93..f104cdd 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -160,7 +160,7 @@ all=0
 quiet=0
 status=0
 action=check
-ionice=
+ionice=idle
 split=-1
 
 while true ; do
@@ -375,4 +375,4 @@ for array in $arrays; do
 
 done
 
-exit 0
\ No newline at end of file
+exit 0
    
    
More information about the pkg-mdadm-commits
mailing list