[pve-devel] [PATCH_V5 pve-container 3/5] clone disk is complete, so we can remove the experimental flag
Wolfgang Link
w.link at proxmox.com
Tue Jun 7 15:08:42 CEST 2016
---
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 9c932a3..71828c9 100644
--- a/src/PVE/API2/LXC.pm
+++ b/src/PVE/API2/LXC.pm
@@ -1107,12 +1107,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