CLOUDSTACK-4390: Using full-clone by default for VMware deployment
Description:
Setting default setting of vmware.use.full.clone flag
to true in sql upgrade script else global config will be
overwritten back to false.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/448bfc2d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/448bfc2d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/448bfc2d
Branch: refs/heads/4.2
Commit: 448bfc2d580308baeece1fc54d81e3998324fcb7
Parents: 834fdc8
Author: Vijayendra Bhamidipati <[email protected]>
Authored: Fri Aug 23 11:35:05 2013 -0700
Committer: Vijayendra Bhamidipati <[email protected]>
Committed: Fri Aug 23 11:37:05 2013 -0700
----------------------------------------------------------------------
setup/db/db/schema-410to420.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/448bfc2d/setup/db/db/schema-410to420.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql
index 4a21898..57051ff 100644
--- a/setup/db/db/schema-410to420.sql
+++ b/setup/db/db/schema-410to420.sql
@@ -403,7 +403,7 @@ CREATE TABLE `cloud`.`user_vm_clone_setting` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT',
'UserVmManager', 'vmware.create.full.clone' , 'false', 'If set to true, creates
VMs as full clones on ESX hypervisor');
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT',
'UserVmManager', 'vmware.create.full.clone' , 'true', 'If set to true, creates
VMs as full clones on ESX hypervisor');
CREATE TABLE `cloud`.`affinity_group` (
`id` bigint unsigned NOT NULL auto_increment,