Skip to content

Commit

Permalink
Add DefaultIOAccounting to all openshift services
Browse files Browse the repository at this point in the history
Gathering IO info from cadvisor for masters helps to understand and
track performance issues. Add that accounting by default to all
services.
  • Loading branch information
smarterclayton committed Jun 15, 2017
1 parent a0d7ce2 commit 5ddab4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/systemd/origin-accounting.conf
@@ -1,3 +1,7 @@
[Manager]
DefaultCPUAccounting=yes
DefaultMemoryAccounting=yes
# systemd v230 or newer
DefaultIOAccounting=yes
# Deprecated, remove in future
DefaultBlockIOAccounting=yes

0 comments on commit 5ddab4c

Please sign in to comment.