Re: Filesystem %s's content seems to be sensible as promised

2010-07-01 Thread Nicolas Charles
Marc Baudoin wrote: > Eystein Måløy Stenberg écrit : > >> This message will only be printed in inform mode (-I) like for any >> other promise. >> > [...] > >> You may choose from a varying number of verbosities (error, inform, >> verbose, debug). >> Maybe you have the level set in your

Re: Filesystem %s's content seems to be sensible as promised

2010-07-01 Thread Marc Baudoin
Eystein Måløy Stenberg écrit : > This message will only be printed in inform mode (-I) like for any > other promise. [...] > > You may choose from a varying number of verbosities (error, inform, > verbose, debug). > Maybe you have the level set in your policy somewhere. You're right: body agent

Re: Filesystem %s's content seems to be sensible as promised

2010-07-01 Thread Eystein Måløy Stenberg
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";