* 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 balbir comments: remove devices.(deny/allow)
the default cgsnapshot configuration file
contains is relevant to kernel 2.6.34
Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Acked-by: Jan Safranek <jsafrane@redhat.com>
--- /dev/null
+#cgsnapshot tool configuration file
+
+#memory
+memory.memsw.failcnt
+memory.memsw.limit_in_bytes
+memory.memsw.max_usage_in_bytes
+memory.swappiness
+memory.use_hierarchy
+memory.failcnt
+memory.soft_limit_in_bytes
+memory.limit_in_bytes
+memory.max_usage_in_bytes
+memory.move_charge_at_immigrate
+
+#cpu
+cpu.rt_runtime_us
+cpu.rt_period_us
+
+#cpuacct
+cpuacct.usage
+
+#devices
+
+#cpuset
+cpuset.memory_spread_slab
+cpuset.memory_spread_page
+cpuset.memory_migrate
+cpuset.sched_relax_domain_level
+cpuset.sched_load_balance
+cpuset.mem_hardwall
+cpuset.mem_exclusive
+cpuset.cpu_exclusive
+cpuset.mems
+cpuset.cpus
+
+#ns
+
+#freezer
+freezer.state
+
+#net_cls
+net_cls.classid
+
+#blkio
+blkio.weight
\ No newline at end of file