[pve-devel] [PATCH_V4 pve-container 3/5] clone disk is complete, so we can remove the experimental flag

Wolfgang Link w.link at proxmox.com
Wed Jun 1 09:22:25 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 71cf21d..6fb0a62 100644
--- a/src/PVE/API2/LXC.pm
+++ b/src/PVE/API2/LXC.pm
@@ -1041,12 +1041,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