bug 11678: adding the config entry to db, during upgrade

status 11678: resolved fixed
This commit is contained in:
Abhinandan Prateek 2011-11-03 14:52:09 +05:30
parent 6e2f732734
commit 8ff78668e9
1 changed files with 1 additions and 1 deletions

View File

@ -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');