mirror of https://github.com/apache/cloudstack.git
bug 11678: adding the config entry to db, during upgrade
status 11678: resolved fixed
This commit is contained in:
parent
6e2f732734
commit
8ff78668e9
|
|
@ -61,4 +61,4 @@ update host_details set name='memory' where host_id in (select id from host wher
|
|||
update host_details set name='privateip' where host_id in (select id from host where hypervisor_type='BareMetal') and name='agentIp';
|
||||
|
||||
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'vmware.root.disk.controller', 'ide', 'Specify the default disk controller for root volumes, valid values are scsi, ide');
|
||||
|
||||
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'vm.destory.forcestop', 'false', 'On destory, force-stop takes this value');
|
||||
|
|
|
|||
Loading…
Reference in New Issue