Commit Graph

16767 Commits

Author SHA1 Message Date
Sheng Yang 1b7c886bb1 CLOUDSTACK-5453: Fix VPN connection monitoring in KVM
It's broken by:

commit 7f104b1feb
Author: Edison Su <sudison@gmail.com>
Date: Fri Oct 12 18:24:50 2012 -0700

    [PATCH] CLOUDSTACK-335: fix lb for vpc on kvm
2013-12-10 17:35:54 -08:00
Wei Zhou f4abe364a8 fix issue: listHosts with hahost throws exception
(cherry picked from commit a206f423a3)
2013-09-24 12:00:07 +02:00
Min Chen 5c7c603752 CLOUDSTACK-2629: ListRouters with networkid throws exception.(cherry picked from commit 19321d4eeb) 2013-09-24 12:00:01 +02:00
Wei Zhou 5aee73b1a5 CLOUDSTACK-1325: add password in response of RestoreVM
(cherry picked from commit a5723992a0)

Signed-off-by: Wei Zhou <w.zhou@leaseweb.com>
2013-09-19 15:29:39 +02:00
Wido den Hollander c94feae9bd CLOUDSTACK-2024: tomcat: Change some /etc/cloud paths to /etc/cloudstack
Signed-off-by: Wido den Hollander <wido@42on.com>
2013-09-19 10:32:36 +02:00
Marcus Sorensen 7ab5180120 CLOUDSTACK-3565 - fix for new libvirt behavior when defining NFS
pools that are already mounted in KVM hypervisor
2013-09-17 10:54:03 -06:00
Wei Zhou a139c46a38 CLOUDSTACK-4683: revert 2 commits related to kvm cpu model
commit a761d5ae99
Author: JijunLiu <jijunlx@gmail.com>
Date:   Mon Aug 12 14:48:08 2013 +0800

    add doc for kvm cpu model

commit 706e23623c
Author: JijunLiu <jijunlx@gmail.com>
Date:   Sun Jul 14 11:21:39 2013 +0800

    Add cpu model for kvm guest.Now all the kvm guest's cpu model is 'QEMU Virtual CPU version xxx'.
    This will affect the activation of Windows OS and low performance.
    I add three mode for user to indicate the guest cpu model.add libvirt
2013-09-16 19:29:42 +02:00
Wei Zhou c6e5e0e855 change display name in /etc/init.d/cloudstack-agent from cloud-agent to cloudstack-agent
(cherry picked from commit add6505182)
2013-09-06 14:21:22 +02:00
Wei Zhou 5101f7dce9 CLOUDSTACK-4533: fix two usage issues (db.properties and log4j-cloud.xml)
(1) Replacing db.properties with management server db.properties
(2) Rename log4j-cloud_usage.xml to log4j-cloud.xml
(cherry picked from commit fb97e8e617)
2013-09-06 08:07:32 +02:00
Wei Zhou 06bc5eb790 Remove cloud service from autostart in systemvm, as it is called in rc.local 2013-09-03 14:30:44 +02:00
Wei Zhou 15b03a2d24 CLOUDSTACK-2319: fix incorrect account_id in event table for Revoke SecurityGroupRule commands
(cherry picked from commit d9ba234d6c)
2013-09-02 17:17:44 +02:00
Wei Zhou d969769f03 CLOUDSTACK-4566: fix incorrect values in resource_count table for resource limitation
There are three issues in resource_count table
(1) expunge a vm, the public_ip decreases and becomes -1 in basic zone.
(2) recover a vm, the volume increase.
(3) restore a vm, the volume decrease.
2013-09-02 17:17:28 +02:00
Wei Zhou 6efd2b4c7e revert 4 commits related to primary storage issue.
ba90fa91d3
64bb700705
630d2561d2
1978d7bd73
2013-09-02 17:00:40 +02:00
Marcus Sorensen b41ef1df9a CLOUDSTACK-4661: fix vpcid field in response of creating vpn gateway 2013-08-22 15:18:53 -06:00
Hugo Trippaers 2a20d5cf6e Bump the version number in the changelog so it is inline with the version in pom.xml 2013-08-21 10:47:36 +02:00
Likitha Shetty 81d18dc081 CLOUDSTACK-3112. UserCredentials that is injected in AuthenticationHandler is not picked up 2013-08-19 15:41:22 -07:00
Likitha Shetty 2ff8acd6d4 CLOUDSTACK-3295. Code should look for xes.keystore under cloud-awsapi-4.2.0-SNAPSHOT and not under generated-webapp. 2013-08-19 15:33:14 -07:00
Prachi Damle a71f41401b Followup fix for CLOUDSTACK-2777, crypto.properties and xes.keystore moved to AWSAPI installation location and changed permission to 666
Conflicts:

	packaging/centos63/cloud.spec
2013-08-19 15:30:40 -07:00
Likitha Shetty bc43784e01 CLOUDSTACK-2777. Apache build should create jar file cloud-ec2.aar and package it under webapps7080/awsapi/WEB-INF/services 2013-08-19 15:18:53 -07:00
Wei Zhou 50c7a48254 CLOUDSTACK-4296: fix a similar issue
(cherry picked from commit e2f47871d1)
2013-08-19 19:23:35 +02:00
Wei Zhou 52aaa3311e CLOUDSTACK-4296: fix parameter setting error in listVirtualMachines command
(cherry picked from commit 72f013f780)
2013-08-19 19:23:28 +02:00
Marcus Sorensen 8001e270bb CLOUDSTACK-4379: Reset VM states when host is removed from cluster
If you shut down the agent while VMs are running, the management
server assumes that the VMs are continuing to run. You can then
delete the host while it is in 'disconnected' state, and those VMs
will be unusable, forever in running state. They can't change state
because the host no longer exists. This patch checks for any VMs
that may have been tied to the removed host and resets their state
so that cloudstack can continue to manage them.
2013-08-16 23:22:15 -06:00
Wei Zhou ba90fa91d3 CLOUDSTACK-2729: minor change on deleteVol in LibvirtStorageAdaptor.java 2013-08-14 15:06:58 +02:00
JijunLiu a761d5ae99 add doc for kvm cpu model
Signed-off-by: Wei Zhou <w.zhou@leaseweb.com>
(cherry picked from commit 8d53887cec)
2013-08-12 15:35:52 +02:00
Rajesh Battala 6b90552855 CLOUDSTACK-3215 Logs in the Software router are not being rotated 2013-08-09 10:31:14 -06:00
Wei Zhou 64bb700705 CLOUDSTACK-2729: increase waiting timeout for global file lock to 300 seconds
(cherry picked from commit 6d86af85ba)
2013-08-09 08:59:52 +02:00
JijunLiu 706e23623c Add cpu model for kvm guest.Now all the kvm guest's cpu model is 'QEMU Virtual CPU version xxx'. This will affect the activation of Windows OS and low performance. I add three mode for user to indicate the guest cpu model.add libvirt version check
Signed-off-by: Wei Zhou <w.zhou@leaseweb.com>
(cherry picked from commit 2903bb5fd9)
2013-08-08 17:06:39 +02:00
Wei Zhou 630d2561d2 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:47 +02:00
Wei Zhou a77f77c075 CLOUDSTACK-2017: network throttling implementation for KVM 2013-08-08 10:47:29 +02:00
Vijayendra Bhamidipati ae8159b856 CLOUDSTACK-4091: 4.1 fresh install doesn't work in dev environment
Reviewed-by: Alena Prokharchyk
Description:

    Put in upgrade path in DatabaseUpgradeChecker
    to implement db upgrade from 4.1.1 to 4.1.2.
2013-08-07 15:54:29 -07:00
Wei Zhou 1978d7bd73 CLOUDSTACK-2729: use file lock to prevent concurrent refreshPool/deleteVolume on KVM shared storage pool
Signed-off-by: Edison Su <sudison@gmail.com>
(cherry picked from commit 1e4ff7f453)
2013-08-07 09:56:30 +02:00
Wei Zhou 55d13c97ca CLOUDSTACK-3947: Override getSyncObjType and getSyncObjId in CreateLBStickinessPolicyCmd.java to prevent concurrent operations on Loadbalancer in a network 2013-08-06 10:56:16 +02:00
Wei Zhou 6843fedd83 CLOUDSTACK-3947: Override getSyncObjType and getSyncObjId in CreateLBStickinessPolicyCmd.java to prevent concurrent operations on Loadbalancer in a network
(cherry picked from commit d571b49d00)
2013-08-01 10:06:02 +02:00
Wei Zhou 697246d7e1 Revert "Shared networks is only supported in Basic zone and Advanced zone with SG in Infracstructure->Zone->Physical Network->Guest->Network"
This reverts commit 35076ba1b6.
2013-08-01 09:16:35 +02:00
Chip Childers 2e2dd684d2 Updating pom.xml version numbers for release 4.1.2-SNAPSHOT
Signed-off-by: Chip Childers <chipchilders@apache.org>
2013-07-31 11:06:29 -04:00
Chip Childers 29b3530988 Another setnextversion.sh correction 2013-07-31 11:05:18 -04:00
Chip Childers b900671203 Fixing setnextversion.sh 2013-07-31 10:47:27 -04:00
Marcus Sorensen d7ca18eedf Summary: Fix null pointer and op_networks blocker to account cleanup
Detail: Accounts can fail in cleanup/gc process due to inconsistent op_networks
table and null pointer in looking up account for event publishing.

BUG-ID: CLOUDSTACK-3957
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1375204815 -0600
2013-07-30 11:22:20 -06:00
Wei Zhou 639fb38264 CLOUDSTACK-3843: remove greedy results in save_password_to_domr.sh 2013-07-29 13:36:47 +02:00
ilya musayev cf2babe7a7 Revert "Updating pom.xml version numbers for release 4.1.1"
This reverts commit d2c646f0a4.
2013-07-25 13:55:33 -04:00
ilya musayev d2c646f0a4 Updating pom.xml version numbers for release 4.1.1
Signed-off-by: ilya musayev <ilya@apache.org>
2013-07-25 13:52:58 -04:00
Chip Childers ca61d8bda1 Fixing build_asf.sh to correct manual pom manipulation 2013-07-25 12:24:37 -04:00
ilya musayev 8794bb6346 Revert "Updating pom.xml version numbers for release 4.1.1"
This reverts commit 8fe3505cba.
2013-07-24 13:13:09 -04:00
ilya musayev 8fe3505cba Updating pom.xml version numbers for release 4.1.1
Signed-off-by: ilya musayev <ilya@apache.org>
2013-07-24 13:11:48 -04:00
Chip Childers 0000bff369 Removing CLOUDSTACK-3433 from the resolved issues list for 4.1.1 release notes 2013-07-24 10:54:45 -04:00
Wido den Hollander a069f31f51 Revert "CLOUDSTACK-3433: Relax the same package restriction for Command and its derived classes in ArrayTypeAdaptor<T>"
This commit broke compatibility between a 4.1.0 and 4.1.1 management server and/or client.

This reverts commit 73a6aa7885.
2013-07-24 15:59:09 +02:00
Chip Childers 74cb0e2b88 Adding disallowSpecialCharacters to some fields 2013-07-23 14:59:41 -04:00
Marcus Sorensen 0fa108f038 Revert "Summary: Use hypervisor as clock source for system vms"
removing due to CLOUDSTACK-2872, ubuntu 12.04's libvirt isn't new enough

This reverts commit c7ebcb4e8c.
2013-07-22 10:54:18 -06:00
Chip Childers 01a2257e79 Correcting some text encoding in the release notes 2013-07-19 10:26:12 -04:00
Chip Childers 7e44b80ead Adding known issues to 4.1.1 release notes 2013-07-19 10:01:07 -04:00