On 10/11/2010 11:10 AM, Ivana Hutarova Varekova wrote: > CHANGELOG v3 > * change the structure of blacklist to be relevant to cgsnapshot changes > * remove =n/y part of record > * remove =y records > > CHANGELOG v2 > * whitelist -> blacklist > > CHANGELOG v1 > * fix balbair commnets: remove devices.(deny/allow) > > the default cgsnapshot configuration file > contains is relevant to kernel 2.6.34 > > > Signed-off-by: Ivana Hutarova Varekova<[email protected]>
Acked-by: Jan Safranek <[email protected]> > --- > > samples/Makefile.am | 3 ++- > samples/cgsnapshot_blacklist.conf | 25 +++++++++++++++++++++++++ > 2 files changed, 27 insertions(+), 1 deletions(-) > create mode 100644 samples/cgsnapshot_blacklist.conf > > diff --git a/samples/Makefile.am b/samples/Makefile.am > index 5e28c6f..26bae33 100644 > --- a/samples/Makefile.am > +++ b/samples/Makefile.am > @@ -1 +1,2 @@ > -EXTRA_DIST = cgconfig.conf cgred.conf cgrules.conf cgconfig.sysconfig > +EXTRA_DIST = cgconfig.conf cgred.conf cgrules.conf cgconfig.sysconfig \ > + cgsnapshot_blacklist.conf > diff --git a/samples/cgsnapshot_blacklist.conf > b/samples/cgsnapshot_blacklist.conf > new file mode 100644 > index 0000000..ff14b7d > --- /dev/null > +++ b/samples/cgsnapshot_blacklist.conf > @@ -0,0 +1,25 @@ > +#cgsnapshot tool configuration file > + > +#memory > +memory.force_empty > + > +#cpu > +cpu.shares > + > +#cpuacct > +cpuacct.stat > +cpuacct.usage_percpu > + > +#devices > +devices.deny > +devices.allow > + > +#cpuset > + > +#ns > + > +#freezer > + > +#net_cls > + > +#blkio > \ No newline at end of file > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Libcg-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libcg-devel ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
