From decc6b46fff98d3825a611195c0660bff9fd55f6 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 5 Apr 2017 10:28:13 +0100 Subject: [PATCH] Update example DHCP containers with oom_score_adj -> oomScoreAdj Looks like this was missed when #1316 was rebased over #1474. Signed-off-by: Ian Campbell --- examples/gcp.yml | 2 +- examples/sshd.yml | 2 +- examples/vmware.yml | 2 +- moby.yml | 2 +- test/ltp/test-ltp.yml | 2 +- test/test.yml | 2 +- test/virtsock/test-virtsock-server.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/gcp.yml b/examples/gcp.yml index b629fd69c..209dbdb24 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -43,7 +43,7 @@ daemon: - CAP_NET_BIND_SERVICE - CAP_NET_RAW net: host - oom_score_adj: -800 + oomScoreAdj: -800 - name: sshd image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847" capabilities: diff --git a/examples/sshd.yml b/examples/sshd.yml index f5f259bff..b669c3d4a 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -30,7 +30,7 @@ daemon: - CAP_NET_BIND_SERVICE - CAP_NET_RAW net: host - oom_score_adj: -800 + oomScoreAdj: -800 - name: sshd image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847" capabilities: diff --git a/examples/vmware.yml b/examples/vmware.yml index 4effa529f..ac4d2d551 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -33,7 +33,7 @@ daemon: - CAP_NET_BIND_SERVICE - CAP_NET_RAW net: host - oom_score_adj: -800 + oomScoreAdj: -800 - name: nginx image: "nginx:alpine" capabilities: diff --git a/moby.yml b/moby.yml index af020eb1e..833efb680 100644 --- a/moby.yml +++ b/moby.yml @@ -33,7 +33,7 @@ daemon: - CAP_NET_BIND_SERVICE - CAP_NET_RAW net: host - oom_score_adj: -800 + oomScoreAdj: -800 - name: nginx image: "nginx:alpine" capabilities: diff --git a/test/ltp/test-ltp.yml b/test/ltp/test-ltp.yml index 4318b8ac3..23af67500 100644 --- a/test/ltp/test-ltp.yml +++ b/test/ltp/test-ltp.yml @@ -20,7 +20,7 @@ daemon: - CAP_NET_BIND_SERVICE - CAP_NET_RAW net: host - oom_score_adj: -800 + oomScoreAdj: -800 files: outputs: - format: kernel+initrd diff --git a/test/test.yml b/test/test.yml index 5fa6965e5..f9f6db32c 100644 --- a/test/test.yml +++ b/test/test.yml @@ -25,7 +25,7 @@ daemon: - CAP_NET_BIND_SERVICE - CAP_NET_RAW net: host - oom_score_adj: -800 + oomScoreAdj: -800 outputs: - format: kernel+initrd - format: iso-bios diff --git a/test/virtsock/test-virtsock-server.yml b/test/virtsock/test-virtsock-server.yml index aa1a33f4d..c27db9c22 100644 --- a/test/virtsock/test-virtsock-server.yml +++ b/test/virtsock/test-virtsock-server.yml @@ -32,7 +32,7 @@ daemon: - CAP_NET_BIND_SERVICE - CAP_NET_RAW net: host - oom_score_adj: -800 + oomScoreAdj: -800 - name: virtsock-server image: "mobylinux/test-virtsock:35fea96fd01f6edb67021c494ddf098fdb8bbca0" readonly: true