Commit Graph

3500 Commits

Author SHA1 Message Date
anthony dc528dcc7d bug 13478: check null
status 13478: resolved fixed

reviewed-by: edison
2012-02-07 10:41:44 -08:00
abhi 0e5b3febd1 bug 13471: disabling LB during install and upgrade
reviewed-by: kishan
2012-02-07 10:21:31 +05:30
Alena Prokharchyk e08b8d0138 bug 13474: fixed 3)
status 13474: resolved fixed
reviewed-by: Will Chan
2012-02-06 19:52:11 -08:00
Alena Prokharchyk 257099b6a4 bug 13474: fixed 1) 2) and 4)
reviewed-by: Frank
2012-02-06 17:55:35 -08:00
Alena Prokharchyk 8870e9b968 Agent LB: never get a part of the hosts from the xen cluster; skip the cluster if it has more hosts than we need
Reviewed-by: Alex Huang
2012-02-06 16:40:23 -08:00
kishan 60ac3627a9 Bug 12649: Added ROOT to domain path and removed trailing slash
Status 12649: resolved fixed
Reviewed-By: Abhi

Conflicts:

	server/src/com/cloud/api/ApiResponseHelper.java
2012-02-06 14:40:23 +05:30
kishan a0f48786d1 Bug 13454: Remove foriegn keys in ssh_keypairs table and again with correct constraint name
Status 13454: resolved fixed
Reviewed-By: Nitin
2012-02-06 14:00:35 +05:30
abhi ff3ea9356c bug 13449: running VMs can also have null host id, put a check
reviewed-by: kishan
2012-02-04 20:14:31 +05:30
abhi f50fa56b55 bug 13439: update host id for running VMs if changed during full sync
reviewed-by: kishan
2012-02-04 10:46:58 +05:30
abhi 72334f79c9 bug 13421: update CS for inconsistencies in VM statuses during startup
reviewed-by: kishan
2012-02-03 17:27:47 +05:30
Nitin Mehta b621f0406a Bug 13423: Drop i_op_vm_ruleset_log__instance_id, u_op_vm_ruleset_log__instance_id key (if exists) and re-add u_op_vm_ruleset_log__instance_id again.
Reviewed-By: Kishan
2012-02-03 14:39:21 +05:30
kishan 223cfdc37c Bug 13433: Updated removed index for async_job table
Reviewed-By: Nitin
2012-02-03 13:31:38 +05:30
frank c1855075b3 accidently removed i_snapshots__removed stuff in 2.2.14 upgrade
compensate it back

reviewed-by: alena
2012-02-02 17:03:28 -08:00
frank 58865c60c2 add upgrade script for:
add missing 's' to fk_ssh_keypair__account_id and fk_ssh_keypair__domain_id
    making the name match constraint name

    reviewed-by: alena
2012-02-02 16:37:55 -08:00
Edison Su 5fade1ff43 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-02 15:17:35 -08:00
Edison Su ff39db9fd3 bug 13425: use IN to select security ingress rule
status 13425: resolved fixed
Reviewed-by: frank
2012-02-02 14:28:54 -08:00
prachi 20bd98af24 Bug 13418 Volumes resource limit is not checked during VM creation
Reviewed-By: Sam

- Added Missing resource limit check for volumes during VM creation
2012-02-02 12:18:10 -08:00
Kelven Yang 95c1fd81f4 bug 13428: upgrade newly issued realhostip certificate. Reviewed-by: Anthony 2012-02-02 11:47:59 -08:00
Nitin Mehta a2e3a12982 Bug 13423: Upgrade 2213 to 2214 add the snapshot index since it was introduced for 2214.
Reviewed-By: Kishan
2012-02-02 19:35:15 +05:30
Nitin Mehta e7f6ffbd43 Bug 13423: Upgrade 2213 to 2214 add the snapshot index since it was introduced for 2214.
Reviewed-By: Kishan
2012-02-02 19:20:43 +05:30
anthony 2d6c426775 bug 12844: fixed merge
reviewed-by : edison
2012-02-01 11:32:35 -08:00
kishan e8851d8cdd Bug 12071: Drop and re-create usage event created index in cloud_usage DB
Status 12071: resolved fixed
Reviewed-By: Nitin
2012-02-01 17:06:50 +05:30
anthony e1aa9c0ead bug 12844: fixed a regression
reviewed-by : edison
2012-01-31 17:09:41 -08:00
Kelven Yang f2278bcea6 bug 11814: connect template and instance details data when sending command to resource 2012-01-31 16:22:19 -08:00
Kelven Yang 32cd3f9a60 bug 11814: TemplateResponse now returns template details info 2012-01-31 16:22:18 -08:00
Kelven Yang 3ed3acaea4 bug 11814: Allow template to have details info in key/value pairs. 2012-01-31 16:22:18 -08:00
anthony c530cbad2a bug 12844, 13394: 1. if connect to host fails, don't need to investigate
2. add ha parameter to dissconnect host to indicate if HA VMs on this host

status 12844, 13394: resolved fixed

reviewed-by : edison
2012-01-31 15:23:07 -08:00
Alena Prokharchyk 57cc61396d Schedule HA is a part of handleDisconnect, not removeAgent
Reviewed-by: Alex Huang
2012-01-31 10:24:21 -08:00
abhi 606708e0a3 bug 12849: remove agent will kickstart HA if the host status is Down or Alert. The update is therefore moved before it
reviewed by: kishan
2012-01-30 18:10:37 +05:30
Kelven Yang b622fc60ae bug 13369: recycle roger hung worker VMs in vCenter 2012-01-27 15:16:58 -08:00
anthony 1f53790626 bug 13338:
increate timeout for sshcheck to 10 minutes
if sshcheck fails, finalizeCommandsOnStart fails, no exception

status 13338: resolved fixed

Conflicts:

	server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
2012-01-27 10:06:53 -08:00
abhi c4adad34c6 bug 12849: cleanup logs, moved vm.getNameLabel(conn) before vm is removed, reverted fb277a2bd0934d13022a90565ad902318afa6f53 2012-01-27 20:25:48 +05:30
kishan 3d75bf2242 Bug 12649: Added new param path to listDomains respone
Status 12649: resolved fixed
Reviewed-By: Nitin
2012-01-27 17:52:50 +05:30
Edison Su a455435f5f only decrease the snapshot count when the snapshot status is in backuped state 2012-01-26 13:53:52 -08:00
Nitin Mehta 5da4c970e6 Bug 12897: Make updatehostpassword more robust and allow it to be used only for Xenserver hyperVisor
Status 12897: resolved fixed
Reviewed-By: Kishan
2012-01-25 15:10:10 +05:30
Edison Su b4d14931f1 execute fencecommand in seq for kvm, as there are only 5 default nio reading work threads on kvm agent. pinganswer may not be got serviced immediately, then agent will reconnect to mgt server again and again 2012-01-24 17:30:02 -08:00
Nitin Mehta 93c411eb59 Bug 12740: Allow root admins to bypass the ACL layer.
Reviewed-By: Kishan
2012-01-24 12:28:23 +05:30
anthony 432cfacf2a cleanup snapshot in secondary storage in background 2012-01-19 20:39:45 -08:00
Edison Su a976f1c23c bug 13145: update user data in domr when updatevmcmd is called
status 13145: resolved fixed
2012-01-19 20:02:17 -08:00
Edison Su d9287f0e43 tell agent to reconnect to mgt server, if cancelmaintainance cmd is called 2012-01-19 17:14:00 -08:00
Nitin Mehta ee1971526c Bug 12897: Make updateHostPassword more robust. Allow only KVM's individual host password be changed and Xenserver cluster password be changed. For rest of the hypervisors throw an exception.
Reviewed-By: Abhi
2012-01-19 21:27:18 +05:30
kishan 895a273061 Bug 12292: updated netapp_volume primary key for upgrades
Status 12292: resolved fixed
Reviewed-By: Nitin
2012-01-18 14:06:28 +05:30
abhi 04adac0a06 bug 12875: a starting VM can be discovered as running if a disconnected host connects back 2012-01-18 12:06:56 +05:30
Kelven Yang 6d40c078f9 bug 11428: remove the constraint based on customer's feedback, we will allow creating volume from a snapshot that was originally taken from root volume. Customers should be aware that when the volume is attached as a data volume, some partitions that were originally created as a root volume may not be recognized by the guest OS 2012-01-17 16:01:22 -08:00
kishan 6aaac81ca2 Bug 12639: while logging events, hide value for configs containing password string in config name
Status 12639: resolved fixed
Reviewed-By: Nitin
2012-01-17 15:08:34 +05:30
kishan 68ace71ca8 Bug 13075: To get last alert, use offset 0 instead of 1
Status 13075: resolved fixed
Reviewed-By: Nitin
2012-01-17 12:03:30 +05:30
anthony 80f971ef33 only create new sshkey if user is cloud 2012-01-16 14:53:52 -08:00
Edison Su 312df2ffac do not need to hold a vm lock when taking snapshot 2012-01-16 10:37:51 -08:00
Nitin Mehta aa2433cc14 bug 13096 Make capacity deletion for CLUSTER deletion more robust.
Reviewed by : Kishan.
2012-01-16 15:18:15 +05:30
Nitin Mehta b3579b0a55 bug 13096 Make capacity deletion for pod deletion more robust.
Reviewed by : Kishan.
2012-01-16 14:47:13 +05:30