Alena Prokharchyk
64f8135e43
Mark local storages as removed when they have no ref in storage_pool_host_ref
2012-04-27 13:15:03 -07:00
Alena Prokharchyk
4139df8d45
CS-14629: added missing global config variables
2012-04-25 13:43:09 -07:00
Alena Prokharchyk
50c408e125
Catch all exceptions when change engine and row_format - can fail when table is full. Just skip as its not a critical fix
2012-04-24 15:50:29 -07:00
Alena Prokharchyk
de8cda349c
CS-14591: added XenServer 6.0.2 and VmWare 5.0 as supported hypervisors to fresh 3.0.2 and to the 3.0.1-3.0.2 db upgrade
2012-04-23 11:22:46 -07:00
Alena Prokharchyk
855c802d52
CS-14589: change engine and row_format for op_lock op_nwgrp_work during the db upgrade
2012-04-23 10:53:36 -07:00
Alena Prokharchyk
6f5d159043
Fixed db upgrade for 2.1-3.0
2012-04-20 12:07:05 -07:00
Alena Prokharchyk
3337f1488b
CS-14553: db upgrade - for default network offerings:
...
1) Change display text to match fresh 3.0.2
2) Delete lb service for the offerings using VR as a provider and not having source nat service
2012-04-18 17:04:34 -07:00
Alena Prokharchyk
f1930f6c4f
Fixed spelling mistake in db upgrade script
2012-04-18 14:27:45 -07:00
Alena Prokharchyk
5dba5692c8
CS-14558: db upgrade - fixed inconsistencies fresh vs upgraded 3.0.2 build
2012-04-18 13:28:24 -07:00
Alena Prokharchyk
32eed51521
CS-14480: db upgrade 3.0.1-3.0.2 - fixed upgrade inconsistencies in default fields values
2012-04-16 16:03:53 -07:00
kishan
be36f3ff41
bug CS-14431: query to drop event table already exists. reverting earlier commit
...
status CS-14431: resolved fixed
reviewed-by: Nitin
2012-04-16 17:16:13 +05:30
Alena Prokharchyk
6fe4b48932
Usage db upgrade from 2.2.14 to 3.0 - don't drop the same fields twice from network_usage table
2012-04-13 13:57:01 -07:00
kishan
03c75a05dc
bug CS-14430, CS-14431: Dropped unused columns in usage_network table, drop event table in cloud_usage db
...
status CS-14430, CS-14431: resolved fixed
reviewed-by: Nitin
2012-04-13 13:54:50 +05:30
Alena Prokharchyk
2186992867
Fixed 2.2.14 to 3.0. upgrade
2012-04-11 17:51:30 -07:00
frank
1e147c723a
set resource_state = allocation_state when doing DB upgrade
2012-04-11 17:45:03 -07:00
Sheng Yang
06c0fda878
Revert "Fix foreign key "fk_domain_router__element_id" in the upgrade"
...
This reverts commit 52e334cefc .
Conflicts:
setup/db/db/schema-301to302.sql
2012-04-11 17:37:06 -07:00
frank
7744abcacb
CS-14429 Cloud db schema differences between fresh installed 3.0.2 & upgraded 3.0.2
...
do check befor droping index i_host__allocation_state`(`allocation_state`)
2012-04-11 17:24:46 -07:00
Sheng Yang
52e334cefc
Fix foreign key "fk_domain_router__element_id" in the upgrade
2012-04-11 16:51:02 -07:00
frank
863c97bc48
CS-14429 Cloud db schema differences between fresh installed 3.0.2 & upgraded 3.0.2
...
drop index i_host__allocation_state`(`allocation_state`)
2012-04-11 16:40:17 -07:00
Alena Prokharchyk
9d1e764d25
Remove obsolete network_tags table as a part of db upgrade cleanup
2012-04-11 16:22:54 -07:00
Alena Prokharchyk
a046e71f37
Corrected license info in db upgrade script
2012-04-09 15:55:58 -07:00
Alena Prokharchyk
7917779852
bug 14539: 1) introduced 2 new config parameters defining default offerings for ssvm and cpvm - consoleproxy.service.offering and secstorage.service.offering
...
2) Added new api - changeServiceForSystemVm - to support service offering upgrade for system vms
3) Removed global config parameters that are not in use anymore: consoleproxy.ram.size, consoleproxy.cpu.mhz, secstorage.vm.ram.size, secstorage.vm.cpu.mhz
Conflicts:
server/src/com/cloud/migration/Db20to21MigrationUtil.java
2012-04-04 16:05:14 -07:00
frank
f0acbfe807
switch to Apache license 2
...
reviewed-by: frank myself
2012-04-02 22:47:06 -07:00
frank
1d610bb4dd
replace cloud.com with cloudstack in text
2012-04-02 19:35:08 -07:00
frank
404e69490a
replace cloud.com with CloudStack in text
2012-04-02 19:29:38 -07:00
prachi
353fdd5ee7
Bug 14536 - DB exception while trying to delete physical network
...
Reviewed-By: Sheng Yang
Changes:
Added 'removed' column to physical_network_service_providers to avoid the Foreign Key constraint error.
2012-03-28 19:05:29 -07:00
frank
71229f9790
Bug 14497 - 3.0->3.0.1Upgrade: Defualt value for "resource_state" field in host table differs from upgraded to fresh installed 3.0.1 schema.
...
status 14497: resolved fixed
reviewed-by: edison
2012-03-26 14:53:04 -07:00
kishan
168a55f7db
bug 14499: Added account uuid unique contstraint for upgrade in usage DB
...
status 14499: resolved fixed
reviewed-by: Nitin
2012-03-26 23:53:25 +05:30
Alena Prokharchyk
9a9e1e1f8e
bug 14500: set default value for is_system field as a part of 3.0 to 3.0.1 upgrade
...
status 14500: resolved fixed
reviewed-by: Frank Zhang
2012-03-26 10:28:58 -07:00
Nitin Mehta
220c904be3
Bug 14345: DB discrepecy for capacity.check.period, cluster.memory.allocated.capacity.disablethreshold, pool.storage.allocated.capacity.disablethreshold, pool.storage.capacity.disablethreshold.
...
Reviewed-By: Kishan
2012-03-21 17:53:22 +05:30
kishan
8cf29bfe2c
bug 14290: in 3.0 upgrade insert CentOS 5.6 template with ID 5
...
status 14290: resolved fixed
2012-03-21 17:27:54 +05:30
Likitha Shetty
24b4007149
Bug 13842 Mark the snapshots that belong to a removed secondary storage as removed.
...
Reviewed-By: Nitin
Status 13842: resolved fixed
2012-03-21 10:42:51 +05:30
Alena Prokharchyk
da2be577a2
bug 14407: update network count for account/domain as a part of 3.0 to 3.0.1 upgrade
...
status 14407: resolved fixed
2012-03-20 10:39:47 -07:00
Alena Prokharchyk
393afa7a10
bug 14341: fixed issue #3
...
status 14341: resolved fixed
2012-03-19 16:40:58 -07:00
Sheng Yang
2af7e95436
bug 14341: Fix #2
2012-03-19 15:17:40 -07:00
Alena Prokharchyk
46f09b3c34
Added upgrade path from 3.0.x to 3.0.1
2012-03-19 13:34:05 -07:00
Alena
73da5a437a
bug 14345: fixed #1,8,14 and 15
2012-03-19 10:55:52 -07:00
Alena Prokharchyk
ba79da6aea
bug 14305: set name for the guest network in basic zone
...
status 14305: resolved fixed
2012-03-15 11:56:39 -07:00
Edison Su
503ddd7282
bug 14201: delete duplicate guest os type. status 14201: resolved fixed
2012-03-14 11:48:22 -07:00
Abhi
967ce1aa4c
bug 14218: fixing category for redhat
2012-03-14 17:11:14 +05:30
U-aprateek-PC\aprateek
20936514f7
bug 14219: 6.0 is now not in beta
2012-03-14 15:08:15 +05:30
abhi
f2cddc880c
bug 14217: added the missing guest oses
2012-03-13 20:09:10 +05:30
Alena Prokharchyk
9e9ff4f363
bug 14239: limit number of Isolated account specific networks per account
...
status 14239: resolved fixed
2012-03-12 15:50:49 -07:00
kishan
b22232c0e3
Bug 14195: Changed category of Usage and Secure configs
2012-03-12 16:11:22 +05:30
Alena Prokharchyk
a7eeea576c
bug 14221: fixed description for default network offering
...
status 14221: resolved fixed
2012-03-09 11:37:51 -08:00
Alena Prokharchyk
9cdbb07ee4
bug 14195: fixed category for Project related global config values
2012-03-09 11:18:02 -08:00
Nitin Mehta
395ef70f6f
Bug 14199: Add allocated workd to the config values.
...
Reviewed-By: Kishan
2012-03-09 12:22:44 +05:30
Alena Prokharchyk
56d611c3cc
bug 14199: added missing config values during the db upgrade
2012-03-08 14:30:42 -08:00
Alena Prokharchyk
5cf04ee03c
bug 14200: remove skip.steps config param as a part of 2.2.x-3.0 upgrade. Fixed the name for vm.destroy.forcestop config as well
2012-03-08 14:12:10 -08:00
frank
e9d33fa1ae
Bug 14170 - 2.2.14(KVM) - 3.0.1 Upgrade: DB inconsistencies after Upgrade
...
default resource_state should be Enabled
2012-03-08 10:24:28 -08:00