Hi,
This message will only be printed in inform mode (-I) like for any
other promise.
Try e.g. the following policy.

---
body common control
{
bundlesequence => {"test"};
}

bundle agent test
{
storage:

  "/"
   volume => testv;
}


body volume testv
{
freespace => "10%";
sensible_size => "20K";
}
---

u...@host:~/.cfagent/inputs$ cf-agent -Kf fs.cf
u...@host:~/.cfagent/inputs$ cf-agent -KIf fs.cf
 -> Filesystem /'s content seems to be sensible as promised
u...@host:~/.cfagent/inputs$

You may choose from a varying number of verbosities (error, inform,
verbose, debug).
Maybe you have the level set in your policy somewhere.

--
Regards,
Eystein

On Thu, Jul 1, 2010 at 3:49 PM, Marc Baudoin
<baud...@stg-interactive.com> wrote:
> Hi,
>
> When using a volume body in a storage promise, Cfengine (I'm
> using version 3.0.5) always sends a report saying:
>
>  -> Filesystem %s's content seems to be sensible as promised
>
> Is it useful to know that everything's right? Wouldn't it be
> better to tell when things go wrong and not generate reports when
> things are the way they're supposed to be? By the way, this kind
> of thing generates extra reports which are probably not wanted.
>
> I'd like to have your opinion before filing a issue.  Is this
> behaviour useful?
>
> --
> Marc Baudoin
> STG Interactive
> _______________________________________________
> Help-cfengine mailing list
> Help-cfengine@cfengine.org
> https://cfengine.org/mailman/listinfo/help-cfengine
>
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to