| .. |
|
account
|
Patch from Chip Childers
|
2012-07-02 09:51:21 -04:00 |
|
acl
|
All merge conflicts resolved
|
2013-01-18 12:14:57 -08:00 |
|
agent
|
Storage motion for Xenserver changes: 1. Implemented Api findStoragePoolsForMigration. Added a new response objects to list storage pools available for migration. 2. Updated migrateVolume api for allowing migrating volumes of running vms. These changes are integrated into the latest storage refactoring changes. 3. Added the implementation for findHostsForMigration api. It lists the hosts to which an instance can be migrated, including hosts from within and across clusters to which an instance may be migrated with storage motion. The work of migrating a volume of a running vm is also done in copyAsync. 4. Updated the listHosts api for backward compatibility. 5. Added the implementation for migrateVirtualMachineWithVolume api. It migrates an instance with its volumes within a cluster and also across clusters. Also introduced a new XenServerStorageMotionStrategy for migrating volumes of a vm. When a vm is being migrated with its volumes, the vm is put in migrating state and a request is send to the volume manager to migrate the vm and its volumes. Volume manager calls into the volume service which forwards the request to data motion service after moving all the volumes to migrating state. Data motion service enumerates the strategies and the request reaches the XenServerStorageMotionStrategy. It calls in to the resource to complete the operation. 6. Resolved an issue where storage xenmotion of 2nd VM created from the same template to a host was failing with duplicate_vm exception. Made changes to remove the mac_seed key value pair from other_config when vms are created. This is was storage motion to fail. 7. Updated the db upgrade schema script. 8. Added the right permissions in commands.properties 9. Marvin tests for testing storage motion. Following scenarios are tested. 9.1. A virtual machine is migrated to another host. Its volumes are also migrated to another storage pool. 9.2. Just the volumes of a vm are migrated to another storage pool while the vm continues to run on the same host. 10. Unit tests for testing migration of a vm with its volumes.
|
2013-04-19 11:36:42 +05:30 |
|
alert
|
CLOUDSTACK-741: Granular Global Parameters Added parameters to cluster level cluster.storage.allocated.capacity.notificationthreshold cluster.storage.capacity.notificationthreshold
|
2013-05-01 12:12:37 +05:30 |
|
api
|
CLOUDSTACK-1828 Source Nat on private gateway feature
|
2013-05-02 15:40:15 +05:30 |
|
async
|
Removing ^M's from code.
|
2013-04-04 00:53:20 +05:30 |
|
capacity
|
CLOUDSTACK-2036 - Adding storage storage.overprovisioning.factor configurable at zone level.
|
2013-05-01 14:21:09 +05:30 |
|
certificate/dao
|
Add Spring annotation to major components
|
2012-11-07 14:53:39 -08:00 |
|
cluster
|
CLOUDSTACK-1795: implement custom AOP to fully support legacy CloudStack AOP semantcis
|
2013-03-29 11:12:36 -07:00 |
|
configuration
|
CLOUDSTACK-741 - Making storage disable thresholds configurable at zone level.
|
2013-05-01 15:44:09 +05:30 |
|
consoleproxy
|
CLOUDSTACK-2039: Improve console access security with 128-bit AES encryption and securely-randomized key generation
|
2013-04-15 16:52:22 -07:00 |
|
dao
|
CLOUDSTACK-786, CLOUDSTACK-1014: Moved usage APIs to cloud-api. Removed ManagementServerExt. Usage API related implementation is added to UsageServiceImpl
|
2013-02-05 16:49:34 +05:30 |
|
dc
|
CLOUDSTACK-741: Granular Global Parameters Added parameters to cluster level cluster.storage.allocated.capacity.notificationthreshold cluster.storage.capacity.notificationthreshold
|
2013-05-01 12:12:37 +05:30 |
|
deploy
|
Fix NPE in the planner, in the case that pool ID cannot be looked up in database
|
2013-04-29 18:15:09 -06:00 |
|
domain
|
CLOUDSTACK-2003: When accounts and domains are deleted, cleanup can fail,
|
2013-04-11 09:50:48 -06:00 |
|
event
|
Retire unused files to avoid confusions
|
2013-04-02 15:55:41 -07:00 |
|
ha
|
Removing ^M's from code.
|
2013-04-04 00:53:20 +05:30 |
|
host/dao
|
Removing ^M's from code.
|
2013-04-04 00:53:20 +05:30 |
|
hypervisor
|
fix CLOUDSTACK-2157 On VMWare ESXi host deployment: Expunged VMs are not getting cleaned up from the host
|
2013-04-25 14:25:03 +08:00 |
|
keystore
|
Improve component lifecycle management with system run-level concept
|
2013-01-30 15:21:02 -08:00 |
|
maint
|
Improve component lifecycle management with system run-level concept
|
2013-01-30 15:21:02 -08:00 |
|
migration
|
CLOUDSTACK-745: Reset a VM on reboot. On every reboot of VM, the root disk state is reset. This is for the VMs created using service offering where an optional parameter isvolatile is set true.
|
2013-02-21 14:59:35 +05:30 |
|
network
|
CLOUDSTACK-2317: NPE while cloudstack trying to get system ip and enable
|
2013-05-03 15:37:25 +05:30 |
|
offerings
|
re-merge optional public IP for EIP service feature
|
2013-04-16 17:45:27 +05:30 |
|
projects
|
CLOUDSTACK-1636: Removed the concept of owner region.
|
2013-03-14 11:53:40 +05:30 |
|
resource
|
CLOUDSTACK-1534 Disable/Enable-unmanaged/manage cluster is setting CPU overcommit and memory overcommit ratio to 1 (defalut value).
|
2013-04-12 15:30:02 +05:30 |
|
resourcelimit
|
CLOUDSTACK-2087: Destroying the instance is not decrementing the primary storage usage [Resource Count table - No of volumes is not got decremented]
|
2013-05-02 16:17:13 +05:30 |
|
secstorage
|
QuickCloud: sanitize logs for normal running of agents outside systemvm
|
2013-04-09 14:45:27 -07:00 |
|
server
|
1) rename RevertToSnapshotCmd->RevertToVMSnapshotCmd 2) add marvin test for vm snapshot
|
2013-05-03 12:32:53 +08:00 |
|
service
|
Pulling back the changes to ServiceOffering to add a planner - these changes will be part of a separate feature branch
|
2013-04-16 15:17:01 -07:00 |
|
servlet
|
CLOUDSTACK-2039: Improve console access security with 128-bit AES encryption and securely-randomized key generation
|
2013-04-15 16:52:22 -07:00 |
|
storage
|
CLOUDSTACK-2120: API - mixed zone management - fix a bug that listTemplates/listIsos API didn't take in zoneType properly.
|
2013-05-01 16:13:20 -07:00 |
|
tags
|
CLOUDSTACK-240: added id/uuid fields to remote_access_vpn table and corresponding VO/Dao objects. The DB upgrade is covered as well. Now tags can be created for the VPN object
|
2013-03-29 10:40:28 -07:00 |
|
template
|
Apply patch for https://reviews.apache.org/r/10892/
|
2013-05-01 17:40:38 -07:00 |
|
test
|
Fix issues after another round of merge
|
2013-01-11 16:54:32 -08:00 |
|
upgrade
|
CLOUDSTACK-2303: upgrade failed from 2.2.14 to 4.1.0 - part2
|
2013-05-03 16:03:56 +01:00 |
|
usage
|
1) fix CLOUDSTACK-2129 and CLOUDSTACK-2128
|
2013-04-22 19:38:32 +08:00 |
|
user
|
CLOUDSTACK-1941: introduced "default" flag to account/user objects. Admin/System accounts that come with the CS install are default, and can never be removed. All accounts created by the CS admin, have default flag set to false, and can be removed at any time.
|
2013-04-17 12:04:18 -07:00 |
|
uuididentity
|
Improve component lifecycle management with system run-level concept
|
2013-01-30 15:21:02 -08:00 |
|
vm
|
CLOUDSTACK-2146: system vm scaleup failed ;{ "scalevirtualmachineresponse" : {"errorcode":530,"cserrorcode":9999,"errortext":"Failed to scale vm"} }
|
2013-05-03 16:49:08 +05:30 |