Commit Graph

3544 Commits

Author SHA1 Message Date
Nitin Mehta f4dcba1b46 CS-16308: Scheduled snapshot events should be shown to users
Reviewed-by: Kishan
2012-09-10 16:03:13 +05:30
Bharat kumar 7ddeefe563 CS-14673 when a template is deleted and then copied over again , it is still marked as "Removed" in template_zone_ref table. 2012-09-07 16:05:09 +05:30
Rohit Yadav 5999c61c83 CS-13910: Fix S/NAT for User VMs to reach other public VLAN IPs 2012-09-07 15:27:02 +05:30
Anthony Xu f0af0030e9 CS-15546 : code change for this problem 2012-09-06 18:22:09 -07:00
Nitin Mehta a5241c89c7 CS-11945: Allow deleting of snapshots that have errored out. Simply mark the removed column as there is no physiocal clean up required
Reviewed-by: Kishan
2012-09-06 16:15:56 +05:30
Kishan Kavala 27de7bb9fa bug CS-16281: Add 2.2.14 to 2.2.15 upgrade path
status CS-16281: resolved fixed
reviewed-by: Abhi
2012-09-06 14:30:13 +05:30
Kishan Kavala 423439f16a bug CS-16281: Add 2.2.14 to 2.2.15 upgrade path
status CS-16281: resolved fixed
reviewed-by: Abhi
2012-09-06 14:07:03 +05:30
kishan 13cd215a19 Bug 13619: Throw exception when not traffic sentinel host is not available. Update last_collection timestamp when atleast 1 IP has nonzero bytes
Status 13619: resolved fixed
Reviewed-By: Nitin
2012-09-03 14:17:54 +05:30
Kishan Kavala b8429dcb17 bug CS-16232: For volumes created from snapshot, create usage event after successful volume
status CS-16232: resolved fixed
reviewed-by: Nitin
2012-08-31 17:46:43 +05:30
anthony 115e8fd2cb bug cs-16140: support for XS 6.0.2 2012-08-30 16:43:04 +05:30
Nitin Mehta 7bba567744 CS-13594: Download template is unable to handle multiple SSVMs per zone
Reviewed-by: Kishan
2012-08-29 15:03:53 +05:30
Edison Su 7d0d04946b Revert "recreate router if failed"
This reverts commit 0f4ffd8897.

Conflicts:

	server/src/com/cloud/vm/VirtualMachineManagerImpl.java
2012-08-20 10:42:12 -07:00
Edison Su e8d343ab81 add recreate.systemvm.enabled parameter to control recreating systemvm 2012-08-20 10:35:43 -07:00
Edison Su 0f4ffd8897 recreate router if failed
Conflicts:

	server/src/com/cloud/vm/VirtualMachineManagerImpl.java
2012-08-20 10:14:51 -07:00
Koushik Das 16b30c0966 Fix CS-15603. When a VM is force deleted and the host is not available then CS simply marks the state in db as "Destroyed/Expunging". The VM is still running on the host and once it becomes available again there is a discrepancy in state of the VM. In this scenario the VM is removed from the host when the next full cluster sync happens.
Reviewed-by: Abhi
2012-07-19 16:03:53 +05:30
Edison Su 81a57b2be8 bug CS-15543, resolved fixed 2012-07-11 12:31:08 -07:00
anthony 5045356e7f CS-14237 GC commands only sent to UP host
resolved fixed
2012-05-16 17:18:36 -07:00
frank dcf7147928 don't call _secMgr.generateSetupCommand each time copying template
it will reboot httpd making in processing copy fail
2012-05-14 14:16:20 -07:00
kishan bf3f9b16c1 Add trafficMonitor ping time to pingMap on connect 2012-04-18 15:20:28 +05:30
Alena Prokharchyk 8e715856df listSSHKeyPairs: list by account/domainid. Also added account/domainId info to sshKeyPair response 2012-04-16 14:19:10 -07:00
kishan 19a17cbbf3 bug 11520: Include TrafficMonitor hosts also while scanning for direct agents to load
status 11520: resolved fixed
2012-04-11 11:36:42 +05:30
Kelven Yang 1499e49eaa bug 14618: Protect servlet container from shutting down on unexpected runtime exceptions
Reviewed-By: Kelven
2012-04-05 14:54:42 -07:00
Kelven Yang 77ce7db07e Bug 14301: Perform socket-level only management server pings
Reviewed-By: kelven
2012-04-05 14:54:40 -07:00
Alena Prokharchyk 582e0b4da6 bug 14567: put db entry insertion in try/catch block and fail gracefully when the insertion fails (can happen when 2 MS try to insert the same entry)
status 14567: resolved fixed
2012-04-02 14:20:25 -07:00
Kelven Yang a3be402c3d bug 14564: Upon management server startup, for detected inactive management server (based on timestamp), perform ping-test before we really mark it as down
Reviewed-By: kelven
2012-03-30 16:42:31 -07:00
Kelven Yang 8852668b48 Bug 14551: add top-level catch clause to protect task/thread from stalling
Reviewed-By: Kelven
2012-03-29 18:26:48 -07:00
Kelven Yang 0028f1771d bug 14301: suppress expected exceptions from showing annoying stack dump, the message will be logged at TRACE level.
Reviewed-By: Kelven
2012-03-28 15:43:25 -07:00
Kelven Yang 510ec31d0c bug 14301:
1) Support HTTP keep-alive in clustering communication channel
2) Increase concurrency level for clustering message delivery

Reviewed-By: Kelven (with unit test)
2012-03-26 23:12:04 -07:00
Kelven Yang ae14950095 bug 14301:
1) Drop synchronized call semantic for ClusterManagerImpl.broadcast()
2) Have no choice now but to use an unbound thread pool to notify upper layer. This is to prevent thread starvation when we have cross-management server waitings.

Reviewed-By: Kelven(with unit test)
2012-03-23 22:43:49 -07:00
Kelven Yang 80abeb7522 bug 14301: fix regressions caused by new clustering transport. Correct usage of HttpClient to avoid socket staying in CLOSE_WAIT state for too long. Reviewed-By: Kelven 2012-03-23 09:04:49 -07:00
Kelven Yang 9feebe8682 bug 14301: Decouple synchronized crosss management server call with clustering transport, remove obsolete code. Reviewed-by: Kelven
Conflicts:

	server/src/com/cloud/cluster/ClusterServiceServletImpl.java
2012-03-23 09:04:10 -07:00
Kelven Yang 64899e05ec bug 14301: Decouple synchronized crosss management server call with clustering transport. Reviewed-by: Kelven
Conflicts:

	server/src/com/cloud/cluster/ClusterServiceServletImpl.java
	server/src/com/cloud/cluster/DummyClusterManagerImpl.java
2012-03-23 09:00:45 -07:00
Kelven Yang b024562869 bug 14301: Decouple synchronized crosss management server call with clustering transport, remove obsolete code. Reviewed-by: Kelven 2012-03-20 16:26:58 -07:00
Kelven Yang ea92ab72fa bug 14301: Decouple synchronized crosss management server call with clustering transport. Reviewed-by: Kelven 2012-03-20 16:26:29 -07:00
frank 1033fb4a24 fix copying template 2012-03-15 14:41:19 -07:00
prachi 529e9e5b09 Bug 14028 - Add hostid parameter to StartVmCmd to enable admins to start VM on a particular host
Changes:
- Added hostid to StartVMCmd. Only root admin can use it.

Conflicts:

	server/src/com/cloud/vm/UserVmManagerImpl.java
2012-03-05 17:57:34 -08:00
Alena Prokharchyk fb2ed48304 bug 14103: mark account for cleanup only in cleanupAccount and disableAccount method, not in the callers methods
status 14103: resolved fixed
2012-03-05 16:16:46 -08:00
Sheng Yang 854997aab6 bug 14076: Fix the exception scope
status 14076: resolved fixed
2012-03-01 15:39:32 -08:00
frank 76e7a8633c Make direct agent pool size configurable 2012-03-01 13:46:28 -08:00
prachi 8516186db1 Bug 13824 - VM Deployment: If Root Volume is Ready, Planner should reuse the storagepool until cluster has capacity
Reviewed-By: Alex

Changes:
- Reuse the same storagepool where the Volume is ready on each retry of VM deployment until the cluster where the volume is has capacity
- After the cluster is out of capacity, we look in other clusters and find a new storagepool.
- At this point if the volume is recreatable on the new storagepool, depoyment will succeed provided everytyhing else goes through
- But if the volume is not recreatable and its cluster is out of capacity, we will still fail to deploy the VM

Conflicts:

	server/src/com/cloud/vm/VirtualMachineManagerImpl.java
2012-02-16 17:20:54 -08:00
abhi 11d37d1a23 bug 13549: cleanup stopped/starting VMs if present on host during MS startup 2012-02-10 09:52:18 +05:30
Alex Huang 4e0ef5476d bug 13478: added exception printing. Reviewed-by: Anthony 2012-02-09 16:48:04 -08:00
Alex Huang e1c81b94cf bug 13478: fixed problem with high availability manager being started too early. Reviewed-by: Anthony 2012-02-09 16:41:31 -08:00
Edison Su 206da17422 bug 13470: check the correct old certificate
status 13470: resolved fixed
Reviewed-by: anthony
2012-02-09 12:57:50 -08:00
Edison Su c5ac969ab7 bug 13145: re-load the vm data
status 13145: resolved fixed
Reviewed-by: anthony
2012-02-09 12:57:44 -08:00
Edison Su 4eab8c4dbd Agent disconnected due to so many Fencecommand send to agent, cause agent can't get pingaswer from mgt server, then agent thinks it's ping timeout, reconnect to mgt server.
The fix is add a separate thread pool for all the reqests from mgt server(which may be time-consuming), so the pingaswer(which is response) is processed in another different thread pool. Make sure the pinganswer is get processed immeidately.
Reviewed-by: Alex
2012-02-09 12:57:01 -08:00
Edison Su d54175234a cleanup
Reviewed-by: Kelvin
2012-02-09 12:54:54 -08:00
Edison Su 4dd1fc92fe add cert chain in db, and also open the api to upload a cert chain 2012-02-09 11:50:43 -08:00
Edison Su 2326e4f080 bug 13416: backport patch from master to 2.2.14, need to restart cloud-agent on kvm host if cancelmaitaineance command is send
status 13416: resolved fixed
Reviewed-by: frank
2012-02-09 11:38:08 -08:00
Nitin Mehta 045dc02845 Bug 13564: Incorrect format was coming for kvm since there was a ohardcoding on the extension to be of size 3 Instead take the format from the ENUM.
Reviewed-By: Kishan
2012-02-09 20:21:00 +05:30