Commit Graph

13507 Commits

Author SHA1 Message Date
Prachi Damle 38eee41c7c CS-16248: Host Reconnects are stuck when 4 management server are restarted on a 30k host/20k vm set up.
Reviewed-by: Alena

Changes:
- Removing the massive massive redundant search over op_host_capacity
2012-08-31 10:59:16 -07:00
Vijay 2f1dbb17ce CS-16209. Correct the updateAutoScaleVmProfileCmd. The counterParams is
corrected.
Reviewed-By:Devdeep
2012-08-31 21:21:59 +05:30
Jayapal Reddy c800454cb8 CS-16243: Redundant VRs are not compatible with the old password get script
Reviewed-by: Abhi
2012-08-31 16:35:21 +05:30
Jayapal Reddy 653eb07627 CS-16222: Reset password failed for Guest VM
Reviewed-by: Abhi
2012-08-31 15:59:13 +05:30
Nitin Mehta f352bb17bf CS-15158: Correcting the allocated size for local storage in listStoragePools
Reviewed-by: Kishan
2012-08-31 15:21:29 +05:30
Alena Prokharchyk bc1574709d CS-16213: agent LB - don't process Disconnect event from other management server in cluster, if the recipient is the future owner of the host. The disconnect will be handled during the rebalance host connection process itself.
Reviewed-by: Kelven Yang
2012-08-30 17:44:45 -07:00
frank a8f2b14d05 CloudStack CS-16191
SSVM: Builtin template fails to load after upgrade from 2.2.14-->Burbank.

we have to destroy and recreate SSVM after upgrade from 2.2.14 to 3.0.x.
3.0.x introduced storage network which is not in SSVM's networks of 2.2.14,
so destroy/recreate is required to add stroage network to SSVM's networks.

this fix adds "-c" option to cloud-sysvmadm to destroy SSVM

reviewed-by: sheng yang
2012-08-30 16:24:51 -07:00
Alena Prokharchyk 62f9538217 Fixed lineendings in ClusteredAgentManagerImpl
reviewed-by: Alena
2012-08-30 15:17:32 -07:00
Alena Prokharchyk 960ea522aa Revert "CS-16213: maintain single thread cluster worker until we introduce thread ordering based on the source management server id"
Reviewed-by: Kelven Yang
2012-08-30 14:57:35 -07:00
Sateesh Chodapuneedi 0c95075677 CS-15293: Snapshot deletes the data it backed up
Reviewed-by: Edison
Description:

    Ensure Storage cleanup thread will not attempt to cleanup temporary
    snapshot data of a specific volume & specific account.
2012-08-30 17:18:42 -04:00
Brian Federle cf692e06c2 CS-16218: Only show VPC router details for ROOT admin
reviewed-by: brian
2012-08-30 11:00:38 -07:00
Kishan Kavala bee5b1ca33 bug CS-16181: Do not send network usage command for shared guest network
status CS-16181: resolved fixed
reviewed-by: Nitin
2012-08-30 16:54:47 +05:30
Murali Reddy bea69edd96 bug CS-16167: Load Balancing Rules are not seen in the CloudStack GUI after Creation .
Reviewed-by: Koushik Das

This fix ensures that public IP's allocated for ELB, system VM's, User VM's returned appropriatley
on listPublicIPAddresses command
2012-08-30 15:15:52 +05:30
Koushik Das 4748c87349 bug CS-16171 : Cannot attach ISO on VMware VM due to Invalid datastore path error
Issue happens as incorrect datastore name is passed while attaching ISO, passing correct name.
Reviewed-by: Abhi
2012-08-30 11:14:41 +05:30
Vijayendra Bhamidipati 106ccc5b7b CS-16207: Inver-Vlan-Routing: Creating ACL rules with traffic type "Egress" Fails
Reviewed-by: Vijayendra Bhamidipati
Description:

    Capturing return status of iptables commands when setting ingress/egress ACL
    rules immediately after they execute.
2012-08-29 19:19:53 -07:00
Alena Prokharchyk 494975e442 CS-16213: maintain single thread cluster worker until we introduce thread ordering based on the source management server id
Reviewed-by: Kelven Yang
2012-08-29 18:31:26 -07:00
Brian Federle 7fec0bbab4 Move modified zone wizard label to 'modified' section
reviewed-by: jessica
2012-08-29 15:39:04 -07:00
Brian Federle bb2e7afe51 Update zone wizard disclaimer text for local storage
reviewed-by: jessica
2012-08-29 15:35:46 -07:00
Fang Wang 66a2d8a0b4 cs-15627
Metadata should not expose "instance-id","vm-id" information to the regular User
Description:
Add the fix for the instance-id output. instance-id displays the UUID as well now.

reviewed-by:   vijay
2012-08-29 15:17:42 -07:00
Jessica Wang 58de6d43ee cloudstack 3.0 UI - VPC - localize Configure VPC Chart (Reviewed-by: Brian) 2012-08-29 13:26:44 -07:00
Prachi Damle 6dde7f191a CS 16158: Load Test - Adding host takes much longer in 3.0.x compared to 2.2.14.
Reviewed-By: Alena

Changes:
- Removing unnecessary search over op_host_capacity table in StorageCapacitylistener.
2012-08-29 12:07:10 -07:00
Alena Prokharchyk 9a76ceda52 More logging to agent timer scan
Reviewed-by: Prachi
2012-08-29 11:29:56 -07:00
Prachi Damle da23e9de67 CS-16158 : Load Test - Adding host takes much longer in 3.0.x compared to 2.2.14.
Reviewed-By: Alena
Changes:

There is an unnecessary search over capacity table that scans entire table.
2012-08-29 11:25:39 -07:00
Pranav Saxena 89c2fd2ff2 CS-16211:Autoscale UI should display "Enable/Disable Autoscale" as the tooltip message instead of specifying VM group
Reviewed-By:Brian
2012-08-29 23:47:19 +05:30
Jessica Wang 4e631def13 cloudstack 3.0 UI - check in translated labels for VPC widget (Reviewed-by: Brian) 2012-08-29 10:53:57 -07:00
Alena Prokharchyk e3cf7813be CS-16192: added index on host_id field to host_details table
Reviewed-by: Prachi Damle
2012-08-29 10:29:52 -07:00
Vijay cf9e62a80e BUG CS-16195. Checked if autoscale version is supported in netscaler using configobjects entity
Reviewed-By: Devdeep
2012-08-29 20:43:02 +05:30
Pranav Saxena 4e2b0fda06 CS-16209: AutoScale server side changes for Supporting network element independent counter parameters in AutoScaleVmProfile
Reviewed-By:Vijay V
2012-08-29 19:37:52 +05:30
Vijay c3232cff8d BUG: CS-16209. AutoScale. Supporting network element independent counter parameters in AutoScaleVmProfile.
Reviewed-By: Devdeep, Rajesh B.
2012-08-29 18:51:26 +05:30
Pranav Saxena e0fd1a26d0 CS-16201:Network Page drop down shows "VPN Customer Gateway" even in Basic Zone
Reviewed-By:Brian
2012-08-29 12:27:00 +05:30
Deepak Garg 9c92f4537e CS-16168 Cleaning up AutoScale resources when the account is deleted
Reviewed-by: vijay.venkatachalam@citrix.com
2012-08-29 11:08:05 +05:30
Jessica Wang 6c672886cb cloudstack 3.0 UI - Spanish translation file is out-of-date and never used in 3.0 UI, therefore remove it from branch (Reviewed-by: Brian) 2012-08-28 15:54:51 -07:00
Jessica Wang 9e4a5dfca1 cloudstack 3.0 UI - VPC widget - localize text (Reviewed-by: Brian) 2012-08-28 15:41:23 -07:00
Jessica Wang b147203d42 cloudstack 3.0 UI - add translation labels for VPC widget. (Reviewed-by: Brian) 2012-08-28 15:40:46 -07:00
Jessica Wang c3913862bb cloudstack 3.0 UI - tagger widget - localize text (Reviewed-by: Brian) 2012-08-28 14:42:16 -07:00
Brian Federle 2f69d12459 CS-16196: Fix VM wizard network selects
-Fixes case where 1 existing network is present, but cannot be
 unchecked when 'add new network' is checked

-Fixes regression with multiple networks and VPC tiers present, where
 unchecking all regular networks will select the hidden VPC network

reviewed-by: jessica
2012-08-28 13:50:00 -07:00
Jessica Wang a635e174b0 cloudstack 3.0 UI - VPC - check in translated labels. (Reviewed-by: Brian) 2012-08-28 11:05:02 -07:00
Vijayendra Bhamidipati edce457226 CS-16145: InterVlan - Error Report to Regular Account has reference to ACL Rule ID
Reviewed-by: Vijay Bhamidipati
Description:

    Fixing message from previous commit.
2012-08-28 10:52:35 -07:00
Murali Reddy 2ed926b0e5 bug CS-16103 [SRX] After Upgrade 2.2.14 -> Burbank - Destroy VM results in 'Unable to expunge VM'
fixing bug in host details (for F5 and SRX) upgrade from 2.2.14 to 3.x

reviewed-by : Kishn
2012-08-28 17:04:41 +05:30
Prasanna Santhanam 9e3980521a Closing open transactions from SecurityGroupWorkDao
reviewed-by : Prachi Damle
2012-08-28 16:22:03 +05:30
Kishan Kavala 49d1ed3a58 bug CS-10928: Check for delta cpu utilization before updating stats
status CS-10928: resolved fixed
reviewed-by: Prasanna
2012-08-28 14:30:26 +05:30
Pranav Saxena fd93549893 CS-16190:InterVlan - UI - Non-VPC Virtual Routers are not provided with an option to reboot unlike VPC Virtual Routers
Reviewed-By:Brian
2012-08-28 13:19:23 +05:30
Rajesh Battala d3a81dd082 Fixed Thumbnail generated image to fit in cloud portal UI with default Width and Height (144x110)
Reviewed-by:Kelven Yang
2012-08-28 12:16:39 +05:30
Alena Prokharchyk 828c5a9f40 IpAssoc: when set ROUTER_GUEST_IP, get network id from associatedNetworkId field of the ip address instead of networkId as networkId is the id of the public network the ip belongs to
Reviewed-by: Sheng Yang
2012-08-27 16:24:51 -07:00
Fang Wang 8ede202718 CS-15627:
Metadata should not expose "instance-id","vm-id" information to the regular User
Description:
	Fix the vm-id output. Output the UUID instead of the db id. Did not change the instance-id.

reviewed-by: vaijy
2012-08-27 15:54:53 -07:00
Brian Federle 25d6abd220 UI, add network offering: Disable VPC virtual router by default
reviewed-by: jessica
2012-08-27 15:31:43 -07:00
Sheng Yang 4783139426 CS-16188: S2S VPN: Limit VPN customer gateway name duplicate checking within account
Reviewed-by: Anthony Xu
2012-08-27 15:23:45 -07:00
Brian Federle 4ee91fcccf CS-15811: Network offering: filter by VPC supported services
Introduce a new checkbox which indicates that this service offering is
for VPC networks. If enabled, then only show the VpcVirtualRouter
option for all supported services. If disabled, then disable the
VpcVirtualRouter options

reviewed-by: jessica
2012-08-27 15:20:50 -07:00
Alena Prokharchyk f939cee219 CS-16178 - when remove PF rule, in VPC setup make sure if the rule is the last one for the network, disassociate it from the network
Reviewed-by: Sheng Yang
2012-08-27 13:44:20 -07:00
Prasanna Santhanam a594889053 Get rid of the concierge holding standalone connection
Reviewed-by: perf run
2012-08-27 14:39:39 -04:00