[ https://issues.apache.org/jira/browse/CLOUDSTACK-4539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chandan Purushothama closed CLOUDSTACK-4539. -------------------------------------------- Verified it with 4.2 Build: 4.2 Upgraded Setup: mysql> select * from configuration where name like "%clone%"; +----------+----------+---------------+--------------------------+-------+--------------------------------------------------------------+ | category | instance | component | name | value | description | +----------+----------+---------------+--------------------------+-------+--------------------------------------------------------------+ | Advanced | DEFAULT | UserVmManager | vmware.create.full.clone | false | If set to true, creates VMs as full clones on ESX hypervisor | +----------+----------+---------------+--------------------------+-------+--------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> select * from version; +----+----------------------+---------------------+----------+ | id | version | updated | step | +----+----------------------+---------------------+----------+ | 1 | 3.0.6.20121222035904 | 2013-08-27 15:39:16 | Complete | | 2 | 3.0.7 | 2013-08-29 23:59:19 | Complete | | 3 | 4.1.0 | 2013-08-29 23:59:19 | Complete | | 4 | 4.2.0 | 2013-08-29 23:59:19 | Complete | +----+----------------------+---------------------+----------+ 4 rows in set (0.01 sec) 4.2 Fresh Installation: mysql> select * from configuration where name like "%clone%"; +----------+----------+---------------+--------------------------+-------+--------------------------------------------------------------+ | category | instance | component | name | value | description | +----------+----------+---------------+--------------------------+-------+--------------------------------------------------------------+ | Advanced | DEFAULT | UserVmManager | vmware.create.full.clone | true | If set to true, creates VMs as full clones on ESX hypervisor | +----------+----------+---------------+--------------------------+-------+--------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> select * from version; +----+---------+---------------------+----------+ | id | version | updated | step | +----+---------+---------------------+----------+ | 1 | 4.0.0 | 2013-08-30 09:38:46 | Complete | | 2 | 4.1.0 | 2013-08-30 13:41:09 | Complete | | 3 | 4.2.0 | 2013-08-30 13:41:09 | Complete | +----+---------+---------------------+----------+ 3 rows in set (0.00 sec) > [VMWARE] vmware.create.full.clone is set to true in upgraded setup;default > nature of vms are full clone > ------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-4539 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4539 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: VMware > Affects Versions: 4.2.0 > Reporter: prashant kumar mishra > Assignee: Venkata Siva Vijayendra Bhamidipati > Priority: Critical > Fix For: 4.2.0, 4.2.1 > > Attachments: Logs_DB.rar > > > In upgraded setup vm should get deployed as linked clone ,default value of > global parameter vmware.create.full.clone should be false in upgraded setup. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira