a14dcc8489
In Ica79472568799098ebf83c6cefc585f117975f37 some incorrect variable names were used. This patch changes the variable names to suit their purpose and ensures that they are used consistently throughout the role. Change-Id: If9e912641b5b6cb7791221b40dd4d56e215c2b98
16 lines
617 B
YAML
16 lines
617 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When using LXC containers with a copy-on-write back-end, the ``lxc_hosts``
|
|
role execution would fail due to undefined variables with the
|
|
``nspawn_host_`` prefix. This issue has now been fixed.
|
|
deprecations:
|
|
- |
|
|
The following variable name changes have been implemented in order to
|
|
better reflect their purpose.
|
|
|
|
* ``lxc_host_machine_quota_disabled`` -> ``lxc_host_btrfs_quota_disabled``
|
|
* ``lxc_host_machine_qgroup_space_limit`` -> ``lxc_host_btrfs_qgroup_space_limit``
|
|
* ``lxc_host_machine_qgroup_compression_limit`` -> ``lxc_host_btrfs_qgroup_compression_limit``
|
|
|