From 8ff78668e95af4782e25f32268a481c1f28adbeb Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Thu, 3 Nov 2011 14:52:09 +0530 Subject: [PATCH] bug 11678: adding the config entry to db, during upgrade status 11678: resolved fixed --- setup/db/db/schema-2212to2213.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/db/schema-2212to2213.sql b/setup/db/db/schema-2212to2213.sql index 88ad99ed39e..97cf75d173c 100644 --- a/setup/db/db/schema-2212to2213.sql +++ b/setup/db/db/schema-2212to2213.sql @@ -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');