Commit Graph

19989 Commits

Author SHA1 Message Date
anthony
f399372233 CLOUDSTACK-3495
CS used to access vnc server in xenserver dom0 to get VM console, now CS moves to use XenServer console API. getvncport plugin is not needed any more.
        remove the code related to getvncport in XenServer
2013-08-09 17:21:56 -07:00
Min Chen
4a318a727c CLOUDSTACK-3568: Change WaitForTask implementation to use polling
instead of invoking non-thread safe VMWare API
PropertyCollector.waitForValues.
2013-08-09 17:16:04 -07:00
rayeesn
90457edb41 Fix for CLOUDSTACK-3858, 2.2.14 does not contions symbolic link to create sever.xml, we need to check both file or symbolic link exist or not in save folder 2013-08-09 17:01:38 -07:00
frank
ad508b7232 CLOUDSTACK-38333.0.6 to ASF 4.2 Upgrade: "cloud" Database Schema Inconsistencies on the Upgraded Setup - Tables "baremetal_dhcp_devices" and "baremetal_pxe_devices"
CloudStack CLOUDSTACK-3612
3.0.6 to ASF 4.2 Upgrade: Database Schema Inconsistencies on the Upgraded Setup
2013-08-09 16:57:20 -07:00
Min Chen
bedabf07a0 CLOUDSTACK-4129: select SSVM based on ImageCache data store instead of
region wide image store.
2013-08-09 16:29:16 -07:00
Jessica Wang
6c4082301c CLOUDSTACK-4223: UI > Infrastructure > zone > USC > blades tab - fix a bug that blades failed to be listed in listView. 2013-08-09 16:18:58 -07:00
Jessica Wang
e6d03f2322 CLOUDSTACK-4142: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user(domain user). This API change causes several UI bugs. Change Edit Network action, Configuration tab of IP Address detailsView, to get network services from listNetworks API response instead of listNetworkOfferings API response. 2013-08-09 15:51:46 -07:00
Jessica Wang
d4ebd51c2d CLOUDSTACK-4102: UI > change label of scaleUp/changeServiceOffering action from "Scale Up" to "Change Service Offering" for both running VM and stopped VM. 2013-08-09 15:10:13 -07:00
Jessica Wang
322b17a69d CLOUDSTACK-4218: UI > Infrastructure > zone > UCS > UCS manager details tab - fix a bug that passed wrong id to listUcsManagers API. 2013-08-09 14:52:49 -07:00
Anthony Xu
e547b9f4cc CLOUDSTACK-4210
delete templateVO entry when there is no image store having this template
2013-08-09 12:02:17 -07:00
Sanjay Tripathi
822991a0e9 CLOUDSTACK-2909: Fix for EN-US keys. Keys are ' and " 2013-08-09 18:23:35 +05:30
Sanjay Tripathi
f168df3472 CLOUDSTACK-2448: XenServer Guest OS Mapping Corrections. 2013-08-09 18:23:35 +05:30
Likitha Shetty
92f578df7d CLOUDSTACK-3786. Snapshots removed field is not set after successful deletion of the snapshot.
Set the removed field for snapshot when the storage gc removes the snapshot
2013-08-09 18:23:35 +05:30
Koushik Das
21c74c6453 CLOUDSTACK-4179: [Performance Testing] Time taken for Deploy VM async job to complete is considerably higher
The time increased due to the newly added dedicated resources feature. During regular VM deployment, all dedicated resources are put in avoid list so that they are not considered for deployment.
Now the way to compute the list of dedicated resources is not optimal and performance deteriorates in an environment having lot of pods, clusters and hosts as the logic is to query db. for each suc resource.

The fix is to optimize the logic not to loop through all resources but get the list of each resource type in a single query.
2013-08-09 16:03:17 +05:30
Prasanna Santhanam
db65f2fe9c Fix indent to stop tabnanny from complaining
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-09 15:55:24 +05:30
Sanjay Tripathi
c184925096 CLOUDSTACK-4187: 2.2.1 - 4.2 Upgrade: Few Guest OS Types information is inconsistent on the Upgraded Setup when compared with the fresh 4.2 Installation. 2013-08-09 15:01:41 +05:30
Sanjay Tripathi
8f3be62cbe CLOUDSTACK-3842: G11N: SC: Some regression issues occurred on build#4.2-256. 2013-08-09 15:00:35 +05:30
Kishan Kavala
c75ac2ab20 CLOUDSTACK-4146, CLOUDSTACK-4147: Fix KVM snapshot upgrade.
when migrating KVM snapshot path, CONCAT is not required. back_snap_id is complete path for KVM snapshots
2013-08-09 14:45:37 +05:30
Nitin Mehta
281abef0de CLOUDSTACK-4133
Introduce a global lock on template and pool id so that concurrent threads wont be inserting the same row in DB and hit MySQLIntegrityConstraintViolationException
Signed off by : nitin mehta<nitin.mehta@citrix.com>
2013-08-09 13:53:31 +05:30
Wei Zhou
dacc4e1a4f CLOUDSTACK-2729: increase waiting timeout for global file lock to 300 seconds
(cherry picked from commit 6d86af85ba)
2013-08-09 08:59:34 +02:00
Devdeep Singh
653e2e54a2 CLOUDSTACK-2670. Migrate volume doesn't allow migration of volumes of a stopped vm.
The findStoragePoolsForMigration and migrateVolume api were explicitly blocking moving
a volume if the instance to which it was attached was stopped. Updated the check for
the same.
2013-08-09 12:18:38 +05:30
Prasanna Santhanam
01c452ab63 Fix VPC test
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 75cd6cce40)
2013-08-09 12:09:59 +05:30
Prasanna Santhanam
69dffe1971 Fix redundant router deployment tests
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit b3fb75e6c6)
2013-08-09 12:09:52 +05:30
Prasanna Santhanam
414f7c2333 Fix volumes tests
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit bad72a0aeb)
2013-08-09 12:09:47 +05:30
Jessica
26f1eab323 CLOUDSTACK-1682. DOC. Document reset root volume on VM reboot. 2013-08-08 23:13:12 -07:00
Jessica
8bdd69251b CLOUDSTACK-816. DOC. Document health checks for load balanced instances. 2013-08-08 21:49:18 -07:00
Jessica
1786f1d701 CLOUDSTACK-871. DOC. Document changing a VM's base image. 2013-08-08 20:56:45 -07:00
Jessica
2382d35d45 CLOUDSTACK-867. DOC. Fix cross-reference in doc for dynamic CPU and RAM scaling for running VMs. 2013-08-08 18:03:26 -07:00
Kelven Yang
4e7b1de45a CLOUDSTACK-3778: serialize configuration of port group at per-host level to prevent run-time race condition 2013-08-08 17:41:45 -07:00
Jessica
b2264afef0 CLOUDSTACK-867. DOC. Document dynamic CPU and RAM scaling for running VMs. 2013-08-08 17:49:37 -07:00
Edison Su
2b32477aca CLOUDSTACK-3538: if passcmdline succeed, don't need to retry again, and increase the retry to 5 minutes at most 2013-08-08 17:19:34 -07:00
Jessica Wang
aa8d56652d CLOUDSTACK-4142: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user(domain user). Therefore, change UI to determine whether a network has EIP service/capability upon listNetworks API response instead of listNetworkOfferings API response. 2013-08-08 17:16:47 -07:00
Jessica
a5ca05fdea CLOUDSTACK-2402. DOC. Document volume snapshot enhancements for VMware. 2013-08-08 17:14:57 -07:00
Jessica Wang
2be315b9d7 CLOUDSTACK-4069: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user(domain user). Therefore, change UI to determine whether a network is EIP/ELB upon listNetworks API response instead of listNetworkOfferings API response. 2013-08-08 16:25:23 -07:00
Min Chen
848abfd384 CLOUDSTACK-4190: Add endpoint selector implementation for ImageCache
data store and also delete object from staging area for volume copy from
primary to secondary or vice versa.
2013-08-08 16:08:50 -07:00
Min Chen
605376dc4d CLOUDSTACK-4190:[Object_store_refactor] volume should be deleted from
staging storage after successfule volume migration .
2013-08-08 16:08:50 -07:00
Jessica
e1bd0ee039 CLOUDSTACK-856. DOC. Document CPU and RAM overcommit functionality. 2013-08-08 15:59:16 -07:00
frank
89fa7a58ae CloudStack CLOUDSTACK-4160
listUcsManagers API needs to be able to take in id parameter
2013-08-08 14:55:15 -07:00
Alena Prokharchyk
cf62be6571 CLOUDSTACK-4141: resizeVolume - read the result of AsyncCallFuture execution. If false, return null to the API caller 2013-08-08 14:01:11 -07:00
Edison Su
784a9d45d0 CLOUDSTACK-4106: fix volume related operations on vmware&s3 2013-08-08 12:34:54 -07:00
Alena Prokharchyk
6999fca4d7 CLOUDSTACK-4193: don't let privateGateway to be created with NULL networkId 2013-08-08 10:49:25 -07:00
Bharat Kumar
37f0428f54 CLOUDSTACK-4138: keep the existing changes in cloud-set-guest-sshkey.in to make sure we do not break the backward compatibility
Signed-off-by: Sheng Yang <sheng.yang@citrix.com>
2013-08-08 10:42:01 -07:00
Jessica Wang
e101806568 CLOUDSTACK-4102: UI > Intances menu > when user VM is running, hide scaleUp action if hypervisor is KVM. 2013-08-08 10:35:09 -07:00
Min Chen
420b4ab402 CLOUDSTACK-1405:ZWPS: listStoragePool API doesn't accept scope parameter
.
2013-08-08 10:08:07 -07:00
Prasanna Santhanam
e8383cce27 include test for volumes created in non-root domains
Test verifies that volumes in non-root domains are visible to the user
that created them.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit fb6aa4ebfa2c2ee956e4e8511f6d7eba777d4375)
2013-08-08 22:19:53 +05:30
Wei Zhou
ea50c6663f CLOUDSTACK-2729: use spd.getTargetPath instead of mount path to fix issue on local storage
(cherry picked from commit b2ed632396)
2013-08-08 16:43:23 +02:00
Sateesh Chodapuneedi
caa9d27822 CLOUDSTACK-2558 Nexus configuration cleanup is not done when there is a failure while adding the Nexus enabled VMWARE cluster which is causing for NPE while readding the cluster with same configuration details
If cluster addition fails then cleaning up the Nexus VSM related to the cluster.

Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-08-08 13:46:59 +05:30
Chip Childers
f92ccb4244 fixing build error with message Need to add a category for createCacheStore.xml to <https://builds.apache.org/job/cloudstack-apidocs-master/ws/tools/apidoc/gen_toc.py>:known_categories 2013-08-08 09:38:00 -04:00
Girish Shilamkar
664fbf2320 CLOUDSTACK-4144 Make specifyVlan to false for shared network
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit f1734ed71d)
2013-08-08 16:59:57 +05:30
Saksham Srivastava
8191f5c690 CLOUDSTACK-4021:[Automation] TestExplicitDedication.test_01_deploy_vm_with_explicit_dedication failed to deploy VM
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-08 16:57:41 +05:30