[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: change in disks behavior between 2.1.18 and 2.1.19
From: |
Stephen Fromm |
Subject: |
Re: change in disks behavior between 2.1.18 and 2.1.19 |
Date: |
Fri, 03 Mar 2006 10:22:25 -0800 |
User-agent: |
Mozilla Thunderbird 1.0.7 (X11/20051018) |
Mark Burgess wrote, On 03/03/2006 09:56 AM:
> Please upgrade to 2.1.19p1 - this is an unfortunate bug
Just upgraded and I can no longer replicate the behavior below.
Thanks,
.sf
> On Wed, 2006-03-01 at 17:20 -0800, Stephen Fromm wrote:
>
>>I noticed a change in cfengine's behavior when checking the free space
>>on partitions.
>>
>>Here's a basic config I'm testing with:
>>
>>---BEGIN---
>>
>>control:
>>
>> actionsequence = ( disks )
>>
>>disks:
>>
>> /bin freespace=20% define=root_full
>> /usr/bin freespace=80% define=usr_full
>> /var/lib freespace=80% define=var_full
>>
>>alerts:
>>
>> root_full::
>> "/ on $(host) is approaching full"
>>
>> usr_full::
>> "/usr on $(host) is approaching full"
>>
>> var_full::
>> "/var on $(host) is approaching full"
>>
>>---END---
>>
>>When run with cfengine-2.1.18, I get the warnings (as expected) for /usr
>>and /var. When run on cfengine-2.1.19, I get the following:
>>
>>---BEGIN---
>>
>>*********************************************************************
>> Main Tree Sched: disks pass 1 @ Wed Mar 1 17:14:33 2006
>>*********************************************************************
>>
>>cfengine:limbo: Couldn't stat disks checking diskspace
>>cfengine:limbo: Free space above -20, defining
>> didn't find any file to match the required filesystem /bin
>>cfengine:limbo: Couldn't stat disks checking diskspace
>>cfengine:limbo: Free space above -80, defining
>> didn't find any file to match the required filesystem /usr/bin
>>cfengine:limbo: Couldn't stat disks checking diskspace
>>cfengine:limbo: Free space above -80, defining
>> didn't find any file to match the required filesystem /var/lib
>>cfengine:limbo: MESSAGE at Wed Mar 1 17:14:33 2006
>>
>>
>>cfengine:limbo: There are 3 required file(system)s missing on host <global>
>>cfengine:limbo: even after all mounts have been attempted.
>>cfengine:limbo: This may be caused by a failure to mount a network filesystem
>>(check exports)
>>cfengine:limbo: or because no valid server was specified in the program
>>cf.test
>>
>>---END---
>>
>>Please let me know if additional debug output is needed.
>>
>>.sf
>>
>>
>>
>>_______________________________________________
>>Help-cfengine mailing list
>>Help-cfengine@gnu.org
>>http://lists.gnu.org/mailman/listinfo/help-cfengine