[pve-devel] [PATCH manager] Disable autoSelect of target storage

Emmanuel Kasper e.kasper at proxmox.com
Thu Jan 12 14:31:52 CET 2017


autoSelect: true  was surreptitiously commited with the refactoring
of 3656c0b9f3742f952b1684f3b6ea9f519d8cd5bd
( Use component references via lookupReference() )
---
 www/manager6/qemu/Clone.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/Clone.js b/www/manager6/qemu/Clone.js
index 0910e56..ce6e4f3 100644
--- a/www/manager6/qemu/Clone.js
+++ b/www/manager6/qemu/Clone.js
@@ -240,7 +240,7 @@ Ext.define('PVE.window.Clone', {
 	    nodename: me.nodename,
 	    fieldLabel: gettext('Target Storage'),
 	    storageContent: 'images',
-	    autoSelect: true,
+	    autoSelect: false, // will use for each disk the same storage as source
 	    allowBlank: true,
 	    disabled: me.isTemplate ? true : false, // because default mode is clone for templates
 		    hidden: false,
-- 
2.1.4





More information about the pve-devel mailing list