diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-04 11:26:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-04 11:29:20 +0000 |
commit | 7b3d219d85d52e0e2f712b9b4d42e924bbe47083 (patch) | |
tree | 65350315e4cd5c519636308f18706b5fada56969 /share/config/container.conf.in | |
parent | Releasing debian version 20190301-1. (diff) | |
download | open-infrastructure-compute-tools-7b3d219d85d52e0e2f712b9b4d42e924bbe47083.tar.xz open-infrastructure-compute-tools-7b3d219d85d52e0e2f712b9b4d42e924bbe47083.zip |
Merging upstream version 20190304.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/config/container.conf.in')
-rw-r--r-- | share/config/container.conf.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/share/config/container.conf.in b/share/config/container.conf.in index b0f35cb..ebf91b9 100644 --- a/share/config/container.conf.in +++ b/share/config/container.conf.in @@ -1,5 +1,6 @@ -# /etc/open-infrastructure/container/config/@NAME@.conf +# compute-tools: @NAME@ +[start] cnt.auto=@CNT_AUTO@ cnt.container-server=@CNT_CONTAINER_SERVER@ cnt.network-bridge=@CNT_NETWORK_BRIDGE@ @@ -15,3 +16,13 @@ machine=@MACHINE@ network-veth-extra=@NETWORK_VETH_EXTRA@ private-users=@PRIVATE_USERS@ register=@REGISTER@ + +[limit] +BlockIODeviceWeight= +BlockIOReadBandwidth= +BlockIOWeight= +BlockIOWriteBandwidth= +CPUQuota= +CPUShares= +MemoryLimit= +TasksMax= |