[pve-devel] [PATCH container 1/3] Remove weird config key entries
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed Jan 27 11:10:21 CET 2016
---
src/PVE/LXC.pm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 64d7d5c..01610dc 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -257,10 +257,6 @@ my $valid_lxc_conf_keys = {
'lxc.start.order' => 1,
'lxc.group' => 1,
'lxc.environment' => 1,
- 'lxc.' => 1,
- 'lxc.' => 1,
- 'lxc.' => 1,
- 'lxc.' => 1,
};
my $netconf_desc = {
--
2.1.4
More information about the pve-devel
mailing list