Hi Taco,
I already commit this patch into CVS and replayed end of March.
Now, I'm testing new installer and updater and I'll clean up yum
repository
and put all update packages into yum repository this weekend.
So, please wait a few days for release.
Regards,
Hisao
On 2006/04/07, at 5:54, Taco Scargo wrote:
> Hisao,
>
> I recently made the following suggestion to you on this list, but
> unfortunately you did not reply, so you might have missed it:
>
> To make am_disk.pl work with LVM the following change is necessary:
>
> --- am_disk.old.pl 2006-04-06 22:50:13.000000000 +0200
> +++ am_disk.pl 2006-04-06 22:50:45.000000000 +0200
> @@ -77,7 +77,7 @@
> my ($rw, $dev_status, $worst_dev_status, $server_status);
> $worst_dev_status = $am_states{AM_STATE_GREEN};
>
> -open (DF, "/bin/df -l |");
> +open (DF, "/bin/df -lP |");
> while (<DF>) {
> chomp;
> if (/^\/dev\//) {
>
> With regards,
>
> Taco
>
>