[pve-devel] [PATCH 2/2] Remove experimental flag
Wolfgang Link
w.link at proxmox.com
Thu Apr 14 17:39:00 CEST 2016
clone ct is now full implemented. There is no need fore this anymore.
---
src/PVE/API2/LXC.pm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm
index e64ee17..68f0a59 100644
--- a/src/PVE/API2/LXC.pm
+++ b/src/PVE/API2/LXC.pm
@@ -1035,12 +1035,6 @@ __PACKAGE__->register_method({
"you clone a normal CT. For CT templates, we try to create a linked clone by default.",
default => 0,
},
- experimental => {
- type => 'boolean',
- description => "The clone feature is experimental, set this " .
- "flag if you know what you are doing.",
- default => 0,
- },
# target => get_standard_option('pve-node', {
# description => "Target node. Only allowed if the original VM is on shared storage.",
# optional => 1,
--
2.1.4
More information about the pve-devel
mailing list