Edison Su
14d02dbcec
bug 13470: check the correct old certificate
...
status 13470: resolved fixed
Reviewed-by: anthony
2012-02-08 20:55:05 -08:00
Edison Su
ee1cefcb8e
bug 13551: in some case, libvirt returns storage pool available, but mount point is not there
...
status 13551: resolved fixed
Reviewed-by: anthony
2012-02-08 20:16:34 -08:00
Edison Su
08987f0f22
bug 13556: return error if libvirt can't mount storage
...
status 13556: resolved fixed
Reviewed-by: anthony@citrix.com
2012-02-08 19:58:18 -08:00
frank
32fa3cd996
Bug 13526 - copying template across zone failing with status HTTP Server returned 403 (expected 200 OK) Even though gets status message copy succeeded (
...
Bug 13429 - copy template FAIL - HTTP Server returned 403
lots of things:
1. generate a IP list of all SSVM across all zones, set this IP list to my .htaccess allowable from.
so other SSVMs get privilege to access me.
2. broadcast my IP to other SSVMs instructing them set me to theirs .htacess allowable from. so I get
privilege to access others
3. set outbound route for downloading through public IP. Because public ip/private ip in the same subnet in basic
zone, the http download traffic may come in through public ip but go outside through private ip which finally causes
the VM where the traffic is from to drop response packets. To resolve this, set individual route for each SSVM public
ip making sure the inter-communication between system vm happens through public IP
however, I met certificate expiraton on one SSVM, will report another bug
reviewed-by: Sheng.yang
status 13526: resolved fixed
status 13429: resolved fixed
2012-02-08 18:32:06 -08:00
frank
4d20287c81
Bug 13529 - Multiple Management Servers: cloud-setup-databases script fails to execute
...
status: 13529: resolved fixed
reviewed-by:edison
2012-02-08 16:56:35 -08:00
Edison Su
d148669ade
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-08 11:33:41 -08:00
Naredula Janardhana Reddy
e4dee8f5f6
Bug 12808:
...
Summary of Changes:
- Added Static Nat to use multiple routing tables.
Reviewed-By: Kishan
2012-02-08 18:58:38 +05:30
kishan
6108b37272
Bug 11931: Add quotes to snapshot name and volume name. Fixed create template from snapshot also by adding quotes
...
Status 11931: resolved fixed
Reviewed-By: Nitin
2012-02-08 17:19:47 +05:30
kishan
04b1b3312d
Bug 13454: Drop both foreign keys, indexes of ssh_keypairs and add again
...
Status 13454: resolved fixed
Reviewed-By: Nitin
2012-02-08 15:24:40 +05:30
abhi
243d4f0f6d
bug 13520: cannot clear vm map during disconnect as xapi still reports them as alive and clearing up the map will have sync report them as Running
...
reviewed-by: kishan
2012-02-08 13:57:49 +05:30
Edison Su
6a3484fc2f
cleanup
...
Reviewed-by: Kelvin
2012-02-07 21:43:47 -08:00
Edison Su
44638afde0
bug 13470: add cert chain in db, and also open the api to upload a cert chain
...
status 13470: resolved fixed
Reviewed-by: Kelvin
2012-02-07 21:43:46 -08:00
anthony
24bb0ebeae
bug 13503 : use plugin echo main to test if master can connect to slave
...
status 13503: resolved fixed
reviewed-by : edison
2012-02-07 14:39:20 -08:00
anthony
b176d4a05d
reviewed-by: edison
...
This reverts commit e184919b65d03980d4679f0af4b47c8e77a8cec4.
2012-02-07 14:31:20 -08:00
Alena Prokharchyk
cf807faa7a
bug 13508: fixed inconsistencies in key names during db upgrade
...
status 13508: resolved fixed
Reviewed-by: Will Chan
2012-02-07 13:32:03 -08:00
anthony
dc528dcc7d
bug 13478: check null
...
status 13478: resolved fixed
reviewed-by: edison
2012-02-07 10:41:44 -08:00
Alena Prokharchyk
cbfba858f0
bug 13489: when add foreign key, index is created automatically
...
status 13489: resolved fixed
Reviewed-by: Will Chan
2012-02-07 09:48:27 -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
9f5b5bfbfd
Fixed incorrect table name in 2.2.13-2.2.14 db upgrade
...
Reviewed-by: Frank Zang
2012-02-06 18:38:54 -08:00
Alena Prokharchyk
257099b6a4
bug 13474: fixed 1) 2) and 4)
...
reviewed-by: Frank
2012-02-06 17:55:35 -08:00
Edison Su
72cf29c9ce
add realhostip.crs/key/crt
...
Reviewed-by: frank
2012-02-06 17:29:53 -08:00
Alex Huang
ce3662b455
bug 13743: fixed the concurrent access to vms hashmap
...
status 13743: resolved fixed
reviewed-by: Will Chan
2012-02-06 17:03:19 -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
Alena Prokharchyk
5f1a653d84
bug 13433: fixed db upgrade for domain_router table
...
status 13433: resolved fixed
reviewed-by: Sheng Yang
2012-02-06 15:56:52 -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
a927eafc72
disabling full sync, as its functionality is redundant
...
reviewed-by: kishan
2012-02-06 13:07:44 +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
Jessica Wang
f6dba09677
bug 12649: cloudstack 2.2.Y UI - domain fields on all dialog boxes - show full domain path instead of domain name. (reviewed-by: Brian)
2012-02-03 14:38:31 -08:00
Jessica Wang
1a47c11e76
bug 13319: cloudstack 2.2.Y UI - IP address page - VPN tab - refresh grid content when everytime the tab is clicked. reviewed-by: Brian.
2012-02-03 13:56:55 -08:00
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
Kelven Yang
26456f7b1a
bug 13428: use static generated keystore to include intermediate CA certificates
...
Reviewed-by: Edison
2012-02-02 21:15:43 -08:00
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
frank
7f3a2b08b7
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 15:45:17 -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
kishan
9aa44028dc
Bug 13407: Sanity check interval is not applicable in 2214. Removed from upgrade script
...
Status 13407: resolved fixed
Reviewed-By: Nitin
2012-02-02 22:07:43 +05:30
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
Nitin Mehta
85a5253405
Bug 13423: Upgrade 2213 to 2214 add the snapshot index since it was introduced for 2214.
...
Reviewed-By: Kishan
2012-02-02 18:45:04 +05:30
kishan
b34eccec5b
Bug 13387: Catch exception and proceed when simulator properties are not available
...
Reviewed-By: Abhi
2012-02-02 13:42:35 +05:30
abhi
c647f8e349
bug 13407: adding missing conf variables
...
reviewed-by: kishan
2012-02-02 13:14:17 +05:30
anthony
2d6c426775
bug 12844: fixed merge
...
reviewed-by : edison
2012-02-01 11:32:35 -08:00