38b333ba30
Change-Id: Ia5a65510c58972c07a74c74eec3ab52aa82eedec
14 lines
770 B
YAML
14 lines
770 B
YAML
---
|
|
features:
|
|
- An option to disable the ``machinectl`` quota system has been changed. The
|
|
variable ``lxc_host_machine_quota_disabled`` is a Boolean with a default of
|
|
**false**. When this option is set to **true** it will disable the
|
|
``machinectl`` quota system.
|
|
- The options ``lxc_host_machine_qgroup_space_limit`` and
|
|
``lxc_host_machine_qgroup_compression_limit`` have been added allowing a
|
|
deployer to set **qgroup** limits as they see fit. The default value for
|
|
these options is "none" which is effectively **unlimited**. These options
|
|
accept any nominal size value followed by the single letter type, example
|
|
``64G``. These options are only effective when the option
|
|
``lxc_host_machine_quota_disabled`` is set to **false**.
|