--- check_raid-2005-05-13.pl Fri May 13 09:18:31 2005 +++ check_raid-2005-06-01.pl Wed Jun 1 07:59:06 2005 @@ -13,11 +13,12 @@ # This level corresponds to the number of disks in failure # Option -h displays a small usage message # -# Copyright (C) 2004 Clement OUDOT -# Copyright (C) 2004 Craig Kelley +# Copyright (C) 2004 Clement OUDOT +# Craig Kelley +# Jonathan Delgado # Copyright (C) 2001 Kent Zeibell and Matt Domsch -# Copyright (C) 2004 Jonathan Delgado # Copyright (C) 2005 Marc Fournier (battry and log fixes) +# Jason Short (added history_size for afacli) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -100,6 +101,7 @@ if (open (AFACLI, "| $AFACLI >/dev/null")) { # write our script out to afacli + print AFACLI "history_size 999\n"; print AFACLI "logfile start \"" . $outfilename . "\"\n"; print AFACLI "open /readonly=true \\$container\n"; print AFACLI "disk list\n";