kishan
5401ee84ba
add support to run scripts on usage DB
2011-04-05 16:11:02 +05:30
Jessica Tomechak
9a560173eb
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2011-04-04 21:42:44 -07:00
Jessica Tomechak
c611a26e76
Bug 9142 - also 9088, 8814, 9143. Doc fixes for storage export IP restriction, FC SR setup, maintenance mode, and multipath.
2011-04-04 21:36:15 -07:00
keshav
cf2336910f
Removed guest network and management cidr config values from upgrade.
2011-04-04 20:00:44 -07:00
Chiradeep Vittal
1e6024b83f
bug 8959: 1. rp_filter prevents connections that span eth2 and eth3 because of default route
...
2. delete before add of default nat rules
status 8959: resolved fixed
2011-04-04 18:59:40 -07:00
alena
9b4b0abcce
bug 8959: fixed mac address generation for public ip addresses
2011-04-04 18:26:11 -07:00
alena
c6b8c0ecfa
bug 9305: set Mode field for domR/CPVM/SSVM nics
...
status 9305: resolved fixed
2011-04-04 17:51:53 -07:00
prachi
53f8ebf6f0
Bug 9043 - VM manual migration - when destination host is out of memory for migration, VMs being migrated remained in 'migrating' state
...
Changes:
- When migration fails we try to do cleanup on the destination host agent. The AgentUnavailableException in this cleanup was not caught.
-Due to that other cleanup like reverting capacity allocated and vm state were skipped.
-Fix is to catch the AgentUnavailableException so that rest of the cleanup can happen.
- Also corrected the exceptions in various cases of migration failure.
- In case the VM is still starting, HA should schedule a retry. Introduced a special migration exception for handling this.
2011-04-04 17:30:08 -07:00
alena
6736569d22
bug 9274: listPublicIpAddresses - don't list Direct ip addresses by default; list them only when "forVirtualNetwork=false" is specified in the request.
...
status 9274: resolved fixed
2011-04-04 15:47:23 -07:00
alena
a47a4c8cfe
bug 9272: fixed the race condition bug when we tried to remove vm from SG after it was expunged (expunge interval was really small, 60 sec).
...
status 9272: resolved fixed
When do search for vm, do includingRemoved search.
2011-04-04 15:47:14 -07:00
keshav
45aebbe416
Removed some configuration table inserts.
2011-04-04 15:12:17 -07:00
alena
814804df5b
bug 9298: vm_type can be NULL in "nics" table (for placeholder nics)
...
status 9298: resolved fixed
2011-04-04 14:47:21 -07:00
alena
35c829f33b
bug 9293: 21 to 22 db upgrade - added missing constraints to load_balancer_vm_map
...
status 9293: resolved fixed
Conflicts:
setup/db/db/schema-21to22-cleanup.sql
setup/db/db/schema-21to22.sql
2011-04-04 14:47:21 -07:00
Kelven Yang
1692caabe8
Make sure hooking of answer command callback be called for both sync/Async commands
2011-04-04 14:46:19 -07:00
Kelven Yang
918df1a838
missing one more place to notify answer commands
2011-04-04 14:44:24 -07:00
anthony
545aa50388
bug 9282: set cluster guid if it is null
...
status 9282: resolved fixed
2011-04-04 14:33:18 -07:00
keshav
e3c4351b13
Added configuration table modifications to upgrade sql.
2011-04-04 14:20:31 -07:00
Edison Su
1545df1e1e
bug 9291: set name = display_name
...
status 9291: resolved fixed
2011-04-04 11:41:11 -04:00
alena
af4459f24f
Fixed list* api commands.
2011-04-04 11:36:49 -07:00
will
d4bc7c8d2e
bug 8898: Change Service and Reset Password will now be always visible when VM is running. However, we will now prompt a dialog that explains that the VM must first be stopped before allowing this.
2011-04-04 10:40:17 -07:00
will
09fe485f8f
bug 8816: Added link local IP to the system VM UI
2011-04-04 10:01:33 -07:00
Kelven Yang
2759eefcf5
Add weight to command to help future load management, fix issues found in system vm pooling
2011-04-04 09:33:42 -07:00
kishan
1e180de60b
Skip event migration when usage db doesn't exist
2011-04-04 18:36:39 +05:30
alena
2aeacd5a4c
bug 3179: added "count" parameter to the response to all List* api commands
2011-04-01 19:29:08 -07:00
alena
097d415589
Revert "bug 8898: allow service offering upgrade for Running vm"
...
This reverts commit 7668e1878a .
2011-04-01 17:54:17 -07:00
Edison Su
aa4d678ed2
fix db upgrade error
2011-04-01 17:01:53 -04:00
Edison Su
59f622a2d9
fix db upgrade from 2.1.x to 2.2.1
2011-04-01 17:01:53 -04:00
Alex Huang
7ce3e22d36
bug 9259: added upgrade test suite
2011-04-01 17:01:53 -04:00
Alex Huang
611926bd90
bug 9259: added edison's changes as well
2011-04-01 17:01:53 -04:00
Alex Huang
af39fc5da0
bug 9259: removed some of the extra vpn statements duplicated from my change and chiradeep's change
2011-04-01 17:01:52 -04:00
Alex Huang
28da2ffb0e
bug 9259: why should destroyed be NULL to begin with. fix upgrade
2011-04-01 17:01:52 -04:00
alena
b876ad2530
224 to 225 upgrade - use schema*.sql instead of data*.sql
2011-04-01 16:25:56 -07:00
alena
1359e88a6f
bug 9244: don't insert config value if it's already present in the DB.
...
status 9244: resolved fixed
2011-04-01 16:17:05 -07:00
alena
bf588166ed
bug 7704: network limits cleanup.
...
status 7704: resolved fixed
For user vm:
* for default network, take limit from the corresponding service offering
* for all additional networks, take limit from the network offerings
For domainRouter/SSVM/CPVM:
* get info from the network offering
Added new config parameter: "vm.network.throttling.rate". If nw_rate is NULL for serviceOffering, this parameter would be used for default vm's network
2011-04-01 15:48:32 -07:00
Frank
7cd47376fd
Move all schema-*.sql to setup/db/db inline with db upgrade script
2011-04-01 15:47:16 -07:00
kishan
3c07db7e2d
bug 9239: Ignore optional zone Id for Snapshot delete events
...
status 9239: resolved fixed
2011-04-01 15:19:43 +05:30
prachi
e139cff9f0
Bug 9180 - Default local SR on XenServer won't be used
...
- Update the diskoffering for system VMs to change the value of use_local_storage, when the global config 'system.vm.use.local.storage' is changed.
2011-03-31 23:05:50 -07:00
Edison Su
159f52c2ff
bug 9242: add vlan dependence for ubuntu, and set name type to DEV_PLUS_VID_NO_PAD, before creating vlan
...
status 9242: resolved fixed
2011-03-31 19:11:15 -04:00
Edison Su
8b3e22e84c
enable serial console for system vm, to make debug easier
2011-03-31 19:11:09 -04:00
Edison Su
9854db7dcd
bug 8459: acpiphp and pci_hotplug modules need to be auto loaded in domr
...
status 8459: resolved fixed
2011-03-31 19:11:06 -04:00
Edison Su
c42b928b7d
bug 8459: add nic hotplug support
2011-03-31 19:11:02 -04:00
anthony
513236b100
bug 9161: better fix
2011-03-31 18:23:32 -07:00
anthony
f3fbe7b9fe
bug 9161: findByOutstandingWork means find all works with step not equal Done
2011-03-31 18:01:42 -07:00
Kelven Yang
ea95ac1808
bug 8713 : finalize the implementation of supporting system vm pooling
2011-03-31 17:14:09 -07:00
alena
5f4054325a
bug 9248: generate events on service/diskOffering create/update/delete
...
status 9248: resolved fixed
2011-03-31 16:32:07 -07:00
will
eb0dec5072
bug 9118: Updated snapshot UI to support multiple recurring snapshot policy
...
Merge from 2.2.4
2011-03-31 16:29:36 -07:00
alena
2af8b32d31
bug 9245: save ownerAccountId (instead of callerAccountId) to account_id field in async_job table. We already save caller info to user_id field
...
status 9245: resolved fixed
2011-03-31 15:27:35 -07:00
anthony
47eb018975
bug 9249: use interval type , not snapshot type
...
status 9249: resolved fixed
2011-03-31 13:51:09 -07:00
Frank
da6285bf11
Bug 9218 - service cloud-management restart OR stop FAILED
...
Resolved: Fixed
2011-03-31 09:48:55 -07:00
kishan
9a29e1d926
Added missing semi-colon and corrected usage unit test error messages
2011-03-31 18:16:44 +05:30