mirror of https://github.com/apache/cloudstack.git
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.
This commit is contained in:
parent
834fdc8859
commit
448bfc2d58
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue